Ok GPI, I just installed jaPBe for another look. I tried the uninstallation and
it only deleted its own folder, and nothing else -- good.

However, it didn't
restore the default PB file associations, so I couldn't use the PureBasic editor.
I think jaPBe should automatically restore these when uninstalling, without the
user having to click that button in the Preferences to do it, because they might
forget (like I did).
So I reinstalled it again (now that I know the uninstall is safe) and it is indeed
a very advanced editor -- good job!

I've always said the standard PureBasic
editor was sufficient for my needs, but lately it's been very slow loading my
sources as they get bigger. jaPBe loads them almost instantly -- due to the
other engine (Scintilla or something?). Also, when I start typing a Procedure
name with jaPBe it shows me the parameters -- which is a great reminder!
I then started to edit the Preferences to change the syntax coloring to my
own tastes, but it's a bit of a hassle to manually keep changing the font
and its style for every item. So I have a suggestion: make it remember
the last chosen font/style and use that for the next item selected. At the
moment I have to click each item (Constant, Comment, Keyword, etc) and
then click the font name, font size, and font style buttons... it wastes time.
For example, I use Letter Gothic MT (size 10) for all my editor text, but
each time I select an item it defaults to Blitz (size 12) which I have to edit.
Having it remember the last selection would be better.
A question about auto-complete: if I start typing "progr" then I get a small
popup window with ProgramParameter() and ProgressBarGadget(), with
ProgramParameter() highlighted, but if I hit Enter nothing happens... the
keyword is not inserted into the editor. I assumed it would, like in does in
Visual Basic? What's the story here? I think it's more intuitive to hit the
Enter key to insert it when highlighted... why doesn't it do so?
Overall, it seems like a great editor so far. The faster loading and reminder
prompts for Procedure parameters have won me over. Sorry Fred, but the
official editor just doesn't cut it for me anymore.
