Did you try the last beta ( http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip ) ?Le Soldat Inconnu wrote:I don't read all the post, may be this bug is already report.
jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
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
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
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Should be fixed in the latest beta (as well as others bugs).Le Soldat Inconnu wrote:Hum no, my version have 2 or 3 days.
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:And when I finish, I download the last version and write all my modification in the final code of jaPBe V3
Sure, any new jaPBe feature is interresting !Le Soldat Inconnu wrote:If you are interrested, i can send you this modification
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
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
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
seems very good LSI
cleverly implemented, thank you.
just one bad bug :
OK button doesn't save changes in the new preference tab.

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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
in french: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)
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

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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
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/...).inc. wrote: 1. Could you add a folding option.
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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
Ok, ... I do setup for example "EnableOOP" and "DisableOOP" in the new indentation prefs.LSI wrote:The second, don't understand what you want. sorry
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

- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
This problem really starts getting on my nerves. Also my Imported functions are not looked up from SDK if I press F1Shannara 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