Page 87 of 104
Re: jaPBe 3.9.11 [IDE for PB 4.xx]
Posted: Tue Nov 10, 2009 10:24 pm
by sverson
Hi gnozal,
I have a little big wish:
I often need to compare code of different projects.
To do this I open two instances of jaPBe.
If I'm not carefull I edit the wrong window.
Is it possible to add a 'ReadOnly' button to the toolbar of jaPBe to make this 'source' instance of jaPBe temporarily read only* and give it a different color. And, if possible, hide the menu + hide all toolbar buttons except the 'ReadOnly'.
*Just scroll, mark & copy possible.
This would be another great feature of jaPBe.
Best Regards,
sverson
Re: jaPBe 3.9.11 [IDE for PB 4.xx]
Posted: Mon Nov 23, 2009 5:03 am
by klaver
gnozal, what do you think about icons in menus, like in PB IDE?
http://www.famfamfam.com/lab/icons/silk/
Re: jaPBe 3.9.11 [IDE for PB 4.xx]
Posted: Mon Nov 23, 2009 10:10 am
by gnozal
Sure, it looks pretty ...
Is it worth the trouble ? I don't know.
When I have time, maybe ...
Editor problem when write without use autocompletion
Posted: Sat Nov 28, 2009 2:47 pm
by Le Soldat Inconnu
Salut Gnozal, je commence en français, ce sera plus simple (sorry i start in french, will be more easy to explain, see english more down)
Plutôt qu'un long discourt le phénomène point par point, j'ai enfin trouvé le moyen de répéter ce bug.
- Tu ouvres jaPBe
- tu tapes i
- tu tapes f
- une liste déroulante te propose plein de truc pour l'autocomplétion
- tu tapes "Echap"
- tu attends un moment
- le if se mets en forme tout seul (pourquoi pas) mais le curseur qui était à la fin du if se retrouve au début du if, donc si je continue de taper mon texte, au lieu d'écrire "if x = 1", j'écris " x = 1if", bof quoi
J'ai ce problème régulièment quand je code, après un copier coller pour remplacer une partie d'une constante, quand j'écris sans utiliser l'autocomplétion, etc ...
C'est assez pénible car je commence une grosse ligne, et quand je relève la tête pour voir ce que j'ai tapé, c'est tout en vrac.
Merci
So, in english
to explain, just simulate this :
- open jaPBe
- push i
- push f
- autocompletion window opens
- push "escape"
- wait a little
- "if" take color but cursor change position, now cursor is before "if"
- so if i continue to write, for example, i want write "if x = 1", i obtain " x = 1if".
Thanks
Re: Editor problem when write without use autocompletion
Posted: Sat Nov 28, 2009 4:44 pm
by Demivec
I have reported something similar to this before. I have had this happen to me as well but could not reproduce it reliably.
@Le Soldat Inconnu: From your example I can now reliably reproduce this. For me it involved using the delete key. Here are two ways to demonstrate this:
- 1. In a new document or on a new line of a document, press Delete once then type 'debug' without the quotes.
2. Start a new word by typing 'end' and then press Delete.
Re: Editor problem when write without use autocompletion
Posted: Tue Dec 01, 2009 11:47 am
by gnozal
Ok, thanks, I could reproduce it too.
Should be fixed in next builds (>= 816).
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Tue Dec 01, 2009 12:25 pm
by gnozal
Update
Changes :
- fixed cursor position issue posted by
LSI
- upgraded to Scintilla 2.01
Re: Editor problem when write without use autocompletion
Posted: Wed Dec 02, 2009 7:44 pm
by Le Soldat Inconnu
Smaaack

jaPBe - Missing autocompletion
Posted: Sun Dec 06, 2009 10:47 pm
by Le Soldat Inconnu
Hi, Gnozal
For drawingmode(, there no autocompletion propose directly)
For OpenWindow(, miss #PB_Window_Tool in autocompletion list
Thanks

Re: jaPBe - Missing autocompletion
Posted: Mon Dec 07, 2009 9:59 am
by Demivec
Also missing are the newer constants for use with DrawingMode(), only 4 are listed for autocomplete.
Re: jaPBe - Missing autocompletion
Posted: Mon Dec 07, 2009 11:49 am
by gnozal
Not all functions / constants are supported by the context sensitive auto-completion (when you hit the '#' key) ; I add these functions by hand, mostly for the functions I use.
However, they should be listed by the 'standard' auto-completion feature (when some characters are already typed, depending on the 'Autocompletion minimum char' setting) if 'Load constants from residents' is enabled in Preferences : with 'standard' auto-completion, it get 9 #PB_2D_* constants listed when I type '#PB_2'.
#PB_Window_Tool is listed in build 817.
I have added DrawingMode() context sensitive auto-completion in build 818.
Re: jaPBe - Missing autocompletion
Posted: Tue Dec 08, 2009 12:57 am
by Le Soldat Inconnu
thanks
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Mon Dec 28, 2009 12:35 am
by mx101
Hi gnozal
jaPBe for purebasic 4.40 x64 and your lib " pureColor etc..." it is possible???
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Mon Dec 28, 2009 9:08 am
by gnozal
mx101 wrote:jaPBe for purebasic 4.40 x64 and your lib " pureColor etc..." it is possible???
Sorry, no x64 versions available. The jaPBe source is available though.
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Mon Dec 28, 2009 6:45 pm
by mx101
gnozal wrote:mx101 wrote:jaPBe for purebasic 4.40 x64 and your lib " pureColor etc..." it is possible???
Sorry, no x64 versions available. The jaPBe source is available though.
ok thanks gnozal