Page 46 of 104

Posted: Mon Jan 29, 2007 11:47 pm
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.

Posted: Tue Jan 30, 2007 8:29 pm
by Nico
Thank for the Alias! :D

Posted: Fri Feb 02, 2007 8:09 am
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?

Posted: Fri Feb 02, 2007 8:42 am
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.

Posted: Fri Feb 02, 2007 10:00 am
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)

Posted: Fri Feb 02, 2007 12:05 pm
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

Posted: Fri Feb 02, 2007 12:32 pm
by Kiffi
gnozal wrote:- added \$ \n \t special sequences for aliases (see Kiffi's post above)
Thanks a lot! Image

Greetings ... Kiffi

Posted: Fri Feb 02, 2007 12:42 pm
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!!!

Posted: Fri Feb 02, 2007 1:06 pm
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:

Posted: Sat Feb 03, 2007 9:25 am
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.

Lost Preferences

Posted: Mon Feb 05, 2007 8:55 am
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

Re: Lost Preferences

Posted: Mon Feb 05, 2007 8:59 am
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 ...

Posted: Mon Feb 05, 2007 9:01 am
by RichardL
Hi Gnozal,
Could you tell me where the preferences are stored then I can keep a watch on the file. Thanks
RichardL

Posted: Mon Feb 05, 2007 10:21 am
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

Re: Lost Preferences

Posted: Mon Feb 05, 2007 1:10 pm
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?