jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

johnfinch
User
User
Posts: 45
Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:

Post by johnfinch »

Gnozal, just an idea, and I'm sure someone else has probably suggested it, but why not sync the release version of jaPBe with PB e.g. V4.2.0 etc etc.

Because it is specific to PB it would seem to make sense. Then the last digit could be just incremented as you make changes.
Leopard-parallels-XP-Vista
Nico
Enthusiast
Enthusiast
Posts: 274
Joined: Sun Jan 11, 2004 11:34 am
Location: France

Post by Nico »

Thank for the Alias! :D
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Post by Poshu »

It crash whenever I try to load a source on my Japanese windows XP pro.
Might be a little odd cause it worked properly on previous french computer (still with windows xp pro) any Idea?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Poshu wrote:It crash whenever I try to load a source on my Japanese windows XP pro.
Might be a little odd cause it worked properly on previous french computer (still with windows xp pro) any Idea?
No, sorry. Maybe a japanese user like oryaaaaa can help : he already fixed a problem specific to japanese Windows.
You could compile jaPBe from the sources and start it in debug mode, so you can see where it crashes.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

Hello gnozal,

to implement aliases is a good idea! :D

Thank you for your hard work!

Here a little suggestion for improvement:

Please support the escape-sequences \n (new line) and \t (tabulator)
and a sign for placing the cursor after replacing the alias.

Example:

Alias: proc
Replace with: Procedure [x]\n\nEndProcedure

After replacing:

Code: Select all

Procedure       ; the cursor is now placed after 'Procedure ' (instead of [x])

EndProcedure
Greetings ... Kiffi
(sorry for my bad english)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated Chinese.txt
- added \$ \n \t special sequences for aliases (see Kiffi's post above)

Example:
Alias: proc
Replace with: Procedure \$\n\nEndProcedure
After replacing (the carret is placed at the '|' position) :

Code: Select all

Procedure |

EndProcedure
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

gnozal wrote:- added \$ \n \t special sequences for aliases (see Kiffi's post above)
Thanks a lot! Image

Greetings ... Kiffi
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

@Gnozal: thats great ... could you please enhance that function a little like:


Example:
Alias: 3dgame
Replace with: 1.000.000 loc of cool amazing smooth game feaures
After replacing: the new game will automaticly sell on several markets


:D

I know you can do that!!!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dige wrote:@Gnozal: thats great ... could you please enhance that function a little like:


Example:
Alias: 3dgame
Replace with: 1.000.000 loc of cool amazing smooth game feaures
After replacing: the new game will automaticly sell on several markets


:D

I know you can do that!!!
I am sure Fred already thought about this for the next PB version.

Code: Select all

CreateGame(#Doom4)
:lol:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
1. Important : I have changed the alias separator in 'jaPBe_Aliases.pref' from '|' to '¶', because '¶' is unlikely to be used in the 'Replace with' string ('|' could be used with flags).
Please open your existing 'Syntax\jaPBe_Aliases.pref' file and replace '|' by '¶' before running this new version.
Sorry for this inconvenience.
2. The folding flags can now be set in Preferences.
In addition to showing markers in the folding margin, you can indicate folds by drawing lines in the text area : draw line above if expanded, draw line above if not expanded, draw line below if expanded, draw line below if not expanded.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Lost Preferences

Post by RichardL »

Hi,
About once a month my jaPBe preferences disappear, colours, files lists etc. Can anyone advise me of what I might be doing wrong?

I using version 3.6.8.555 which is a bit behind the times, but functionally it does all the things I want.

Windows XP Pro SP2.

Thanks
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Lost Preferences

Post by gnozal »

RichardL wrote:Hi,
About once a month my jaPBe preferences disappear, colours, files lists etc. Can anyone advise me of what I might be doing wrong?

I using version 3.6.8.555 which is a bit behind the times, but functionally it does all the things I want.

Windows XP Pro SP2.

Thanks
It never happened to me.
I have no idea ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Hi Gnozal,
Could you tell me where the preferences are stored then I can keep a watch on the file. Thanks
RichardL
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

RichardL wrote:Hi Gnozal,
Could you tell me where the preferences are stored then I can keep a watch on the file. Thanks
RichardL
The preferences are stored in jaPBe\jaPBe.pref
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: Lost Preferences

Post by GeoTrail »

RichardL wrote:Hi,
About once a month my jaPBe preferences disappear, colours, files lists etc. Can anyone advise me of what I might be doing wrong?

I using version 3.6.8.555 which is a bit behind the times, but functionally it does all the things I want.

Windows XP Pro SP2.

Thanks
Are you running Windows XP 64 bit version?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Post Reply