jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

FloHimself
Enthusiast
Enthusiast
Posts: 229
Joined: Wed May 14, 2003 3:38 pm
Location: Lüneburg - Germany

Post by FloHimself »

Thank you!!

One keyword is missing "ProcedureC".
My favorite numbers: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

FloHimself wrote:Thank you!!

One keyword is missing "ProcedureC".
Done !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

Thanks a lot Gnozal!
AutoIndent rocks!
tomijan
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 1:32 pm

Post 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
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8425
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Recognizes #PB_EventCloseWindow, which is no good anymore.
Last edited by netmaestro on Tue Feb 21, 2006 2:52 pm, edited 2 times in total.
ricardo
Addict
Addict
Posts: 2402
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Great!!!
ARGENTINA WORLD CHAMPION
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post 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)
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

you can test this: CallFunctionFast(SciEdi_MsgPointer,SciEdi_WndData,#SCI_SETCODEPAGE,#SC_CP_UTF8,0)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
jack
Addict
Addict
Posts: 1336
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

thanks gnozal, GPI and all involved in writing jaPBe, never tried it untill now, I like it. :D
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post 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. :)
@}--`--,-- A rose by any other name ..
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

- added /UNICODE compiler switch
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply