jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

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

Post by gnozal »

Le Soldat Inconnu wrote:I don't read all the post, may be this bug is already report.
Did you try the last beta ( http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip ) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

Hum no, my version have 2 or 3 days.

I download all the source and modify all the indentation and autocompletion system.

And now, I can Add and Remove keyword for indentation and autocompletion.
It's not finish yet, I need to create the window to add and remove Keyword in preference window.
And when I finish, I download the last version and write all my modification in the final code of jaPBe V3

If you are interresting, i can send you this modification ;)
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Le Soldat Inconnu wrote:Hum no, my version have 2 or 3 days.
Should be fixed in the latest beta (as well as others bugs).
Le Soldat Inconnu wrote:And when I finish, I download the last version and write all my modification in the final code of jaPBe V3
The source code files modified since last version 3.6.4. are also in the beta download ( http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip ).
Le Soldat Inconnu wrote:If you are interrested, i can send you this modification
Sure, any new jaPBe feature is interresting !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Oops, I mean for the functions in the import. For your example, the function you placed inbetween the import statements, they do not show up in the status bar when we type them in directly :)
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

My modifcation to edit indentation keyword is finish, you can download it here :
http://perso.wanadoo.fr/lesoldatinconnu/bazar.htm

The zip contains the new exe with new language file and all edited sourcecode. just search LSI in file to find edit :)
LSI
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

seems very good LSI :P
cleverly implemented, thank you.

just one bad bug :
OK button doesn't save changes in the new preference tab.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

Heu ... sorry I don't see this problem ... can you explain more, thanks (faisons le franchement en français, ce sera plus clair, hihi)
LSI
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

Wonderful LSI, thank you very much for your efforts!
Two things:

1. Could you add a folding option.

2. The new keywords wont get highlighted in the code when typed in, can you confirm that?


Thanks! :)
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Le Soldat Inconnu wrote:Heu ... sorry I don't see this problem ... can you explain more, thanks (faisons le franchement en français, ce sera plus clair, hihi)
in french:
dans le panneau preference Indentation/complétion,
dans la liste des règles, si je clic sur Select 2 0 EndSelect
et dans les options je modifie (par ex) Indentation positive à 1
et ensuite je clic sur 'Valider' les changements ne sont pas sauvegardés.
même après avoir appuyer sur le bouton OK de la fenêtre de dialogue.
( voilà, c'est vrai que c'est plus simple en français :wink: )
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

inc. wrote: 1. Could you add a folding option.
could be good that for each rules we could specify a different folding line type, like Gnozal started to do in the Style/Editor tab (classic/line/circle/...).
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

Flype : Find and debug your problem.
1. Could you add a folding option.

2. The new keywords wont get highlighted in the code when typed in, can you confirm that?

The first, I look to add this option. :wink:
The second, don't understand what you want. sorry
LSI
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

the bug is now fixed, thank you LSI :)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

LSI wrote:The second, don't understand what you want. sorry
Ok, ... I do setup for example "EnableOOP" and "DisableOOP" in the new indentation prefs.
Now if I type in these new commands in the code window I get this

EnableOOP

... code

DisableOOP


But I think it should work like the other already implementated Keywords as these get displayed in bold Typeface (highlighted).

EnableOOP

... code

DisableOOP


Like we know from ...

Import ...
...
...
...
EndImport



Procedure ...
...
...
...
EndProcedure


;)
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Post by Le Soldat Inconnu »

OK, I See, add indentation keyword in hightlight keyword list. why not, with an option to activate.
LSI
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

Shannara wrote:Oops, I mean for the functions in the import. For your example, the function you placed inbetween the import statements, they do not show up in the status bar when we type them in directly :)
This problem really starts getting on my nerves. Also my Imported functions are not looked up from SDK if I press F1
Post Reply