Page 2 of 103

Posted: Thu Feb 09, 2006 5:23 pm
by FloHimself
Thank you!!

One keyword is missing "ProcedureC".

Posted: Thu Feb 09, 2006 5:59 pm
by gnozal
FloHimself wrote:Thank you!!

One keyword is missing "ProcedureC".
Done !

Posted: Thu Feb 09, 2006 7:21 pm
by einander
Thanks a lot Gnozal!
AutoIndent rocks!

Posted: Thu Feb 09, 2006 9:30 pm
by tomijan
gnozal, you are GREAT!
Can you include in jaPBe autocomplete for structuren fields in main and include files? Thats will be very nice!
txh for your work!
best regards
tom

Posted: Thu Feb 09, 2006 9:36 pm
by netmaestro
Recognizes #PB_EventCloseWindow, which is no good anymore.

Posted: Thu Feb 09, 2006 11:31 pm
by ricardo
Great!!!

Posted: Fri Feb 10, 2006 8:55 am
by gnozal
tomijan wrote:Can you include in jaPBe autocomplete for structured fields in main and include files?
Not right know, I don't know jaPBe that well ...!
netmaestro wrote:Recognizes #PB_EventCloseWindow, which is no good anymore.
IIRC, jaPBe does not use the residents but searches for Purebasic constants in %jaPBe%\Definitions\ref-PureBasic.txt. So I suppose we (I ?) have to update this file or change jaPBe to load the resident files.

Posted: Fri Feb 10, 2006 9:34 am
by va!n
traumatic wrote:
va!n wrote:i really miss the auto complete function in PB IDE
:?:
After your :?: as question i taked a deeper look to the new IDE... and i must really say "hey!" ... cool to have autocomplete like in jaPBe! nice ;) (its was deacticated here)

Posted: Fri Feb 10, 2006 2:26 pm
by Xombie
I almost hate to say that I still love japbe much more than the PB editor. I just love the way it handles autocompletion and other stuff.

Is there a chance to see the /UNICODE flag added to the compiler switches? Please? Pretty please? :D

Posted: Fri Feb 10, 2006 2:38 pm
by gnozal
Xombie wrote:Is there a chance to see the /UNICODE flag added to the compiler switches? Please? Pretty please? :D
Adding the flag is not a big deal, but I don't know if it is enough (and I can't test it : I mostly use Win98SE and don't use UNICODE) :
ts-soft wrote:Unicode only works with UTF8 in the IDE

Posted: Fri Feb 10, 2006 3:03 pm
by ts-soft
you can test this: CallFunctionFast(SciEdi_MsgPointer,SciEdi_WndData,#SCI_SETCODEPAGE,#SC_CP_UTF8,0)

Posted: Fri Feb 10, 2006 3:28 pm
by gnozal
ts-soft wrote:you can test this: CallFunctionFast(SciEdi_MsgPointer,SciEdi_WndData,#SCI_SETCODEPAGE,#SC_CP_UTF8,0)
I did not realise (never used it), but you can already change the page code in jaPBe (to UTF-8 or else) : File\Preferences\CodePage

Posted: Fri Feb 10, 2006 3:55 pm
by jack
thanks gnozal, GPI and all involved in writing jaPBe, never tried it untill now, I like it. :D

Posted: Fri Feb 10, 2006 4:12 pm
by Dare2
Neat, hey? :)

einander wrote:AutoIndent rocks!
Right on.

Forced to make a choice, I would rather have AutoIndent and CaseMapping (and colour highlighting) than just about everything else.



Mind you, black on white with all the features of notepad would be acceptable if that Editor was the only one that also had a "compile" button and debug window. :)

Posted: Fri Feb 10, 2006 4:17 pm
by gnozal
Update

- added /UNICODE compiler switch