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:
Update to V3.6.10
Changes :
- added a tab to preferences dialog
- added help hotspots (see preferences and manual)
- added URL hotspots (see preferences and manual)
- updated manual
Changes :
- added a tab to preferences dialog
- added help hotspots (see preferences and manual)
- added URL hotspots (see preferences and manual)
- updated manual
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
'hotspot' are really cool features, and i really like the 'help' one.
thanks a lot gnozal for this update,
that's exactely what i was looking for.
here is a little snapshot of this feature :

i must say that the 'Always Visible' option is welcome and very handy, but can i suggest some more options ?
[x] Option 1 : Ctrl + Click to follow link
IMHO 'help' feature might be easier to use
when pressing the Ctrl Key + Left Mouse Button Click.
Just like MS Word for example :

[x] Option 2 : Ignore HotSpot in Strings
[x] Option 3 : Ignore HotSpot in Comments (Type 1)
[x] Option 4 : Ignore HotSpot in Comments (Type 2)
[x] Option 5 : Ignore HotSpot in Comments (Type 3)
and in the Editor/Style page, it would be nice to have 2 URL styles.
. 1 for URL in strings.
. 1 for URL in comments.
sorry for being so jaPBe-addicted.
thanks a lot gnozal for this update,
that's exactely what i was looking for.
here is a little snapshot of this feature :
i must say that the 'Always Visible' option is welcome and very handy, but can i suggest some more options ?
[x] Option 1 : Ctrl + Click to follow link
IMHO 'help' feature might be easier to use
when pressing the Ctrl Key + Left Mouse Button Click.
Just like MS Word for example :
[x] Option 2 : Ignore HotSpot in Strings
[x] Option 3 : Ignore HotSpot in Comments (Type 1)
[x] Option 4 : Ignore HotSpot in Comments (Type 2)
[x] Option 5 : Ignore HotSpot in Comments (Type 3)
and in the Editor/Style page, it would be nice to have 2 URL styles.
. 1 for URL in strings.
. 1 for URL in comments.

Last edited by Flype on Thu Oct 12, 2006 7:16 pm, edited 1 time in total.
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
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks for the idea.Flype wrote:thanks a lot gnozal for this update,
that's exactely what i was looking for.
Don't understand ? You mean click alone does nothing and CTRL+click starts explorer ?Flype wrote:[x] Option 1 : Ctrl + Click to follow link
What are the 3 types ?Flype wrote:[x] Option 2 : Ignore HotSpot in Strings
[x] Option 3 : Ignore HotSpot in Comments (Type 1)
[x] Option 4 : Ignore HotSpot in Comments (Type 2)
[x] Option 5 : Ignore HotSpot in Comments (Type 3)
Yes, why not ...Flype wrote:and in the Editor/Style page, it would be nice to have 2 URL styles.
. 1 for URL in strings.
. 1 for URL in comments.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Really nice and useful!gnozal wrote:Update to V3.6.10
Changes :
- added a tab to preferences dialog
- added help hotspots (see preferences and manual)
- added URL hotspots (see preferences and manual)
- updated manual
PB 6.21 beta, PureVision User
Very nice work!!!gnozal wrote:Update to V3.6.10
Changes :
- added a tab to preferences dialog
- added help hotspots (see preferences and manual)
- added URL hotspots (see preferences and manual)
- updated manual
It looks and works perfect!!!
Can you change the help hotspots so that i can also click a function from a include so that after a click the include with this function automaticly opens and show the clicked function?
Regards,
Nico
my live space
I have found a small bug with the hotspote.
If you have select a line (click on a line number to select the line) you can´t see the cursor hand and the underline for the function or variable or so.
If you have select a line (click on a line number to select the line) you can´t see the cursor hand and the underline for the function or variable or so.
my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
AFAIK it's scintilla problem.nicolaus wrote:I have found a small bug with the hotspote.
If you have select a line (click on a line number to select the line) you can´t see the cursor hand and the underline for the function or variable or so.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update
Changes :
- settings for URLs in text or comments are now separated
- added hotspot for user defined procedures, same action as Shift+F3
Note :
There is a problem with the hotspots : the mouse capture is still active after the hotspot click, and moving the mouse selects the text.
http://www.lyra.org/pipermail/scintilla ... 06268.html
It's still the same with the latest scintilla version.
Unfortunately, the PostMessage() workaround doesn't work in all cases (e.g. procedure 'Shift+F3' hotspots). I will see if I can do better.
Changes :
- settings for URLs in text or comments are now separated
- added hotspot for user defined procedures, same action as Shift+F3
Note :
There is a problem with the hotspots : the mouse capture is still active after the hotspot click, and moving the mouse selects the text.
http://www.lyra.org/pipermail/scintilla ... 06268.html
It's still the same with the latest scintilla version.
Unfortunately, the PostMessage() workaround doesn't work in all cases (e.g. procedure 'Shift+F3' hotspots). I will see if I can do better.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
day by day is better...
Small details
- When you click constants hot spots says "constant not found" it does
not matter if it is a PB constant or user defined...
- When you click on a procedure hot spot and this procedure is in the
same file it goes and find the procedure implementation but it selects
several lines... When the procedure is in other file it works flat(good).
Suggestion... something I like in editors....
- Could you implement an optional flag to wrap the code (maybe some of
us like to scroll right and left... I hate it!)
Im not asking to implement a line continuation character... only Wrap the Code
- Special Help here....
Sometimes jaPBe open maximized and I can not do anything to resize it,
I looked the prefs file but I didnt find a parameter to adjust this feature.
Then I reinstall it again... all my other apps work OK, inclusive PBIDE..
Coul you tell me what thing to adjust in prefs file to resize jaPBe?
Im working with other editor
Thanks in advance.

Small details
- When you click constants hot spots says "constant not found" it does
not matter if it is a PB constant or user defined...
- When you click on a procedure hot spot and this procedure is in the
same file it goes and find the procedure implementation but it selects
several lines... When the procedure is in other file it works flat(good).
Suggestion... something I like in editors....
- Could you implement an optional flag to wrap the code (maybe some of
us like to scroll right and left... I hate it!)
Im not asking to implement a line continuation character... only Wrap the Code

- Special Help here....
Sometimes jaPBe open maximized and I can not do anything to resize it,
I looked the prefs file but I didnt find a parameter to adjust this feature.
Then I reinstall it again... all my other apps work OK, inclusive PBIDE..
Coul you tell me what thing to adjust in prefs file to resize jaPBe?
Im working with other editor


Thanks in advance.
you are right. here i have the same probKiffi wrote:since this update, my code indentation with Ctrl + Tab does not work anymoregnozal wrote:Update to V3.6.10
Greetings ... Kiffi
my live space
yes, that's the common way. By using Ctrl + Tab, jaPBe indents your codechen wrote:if I want indent I use "Tab", if I want go back "Shift+Tab"
in an 'intelligent' manner.
For example:
Selected Block:
Code: Select all
For I=0 to 100
[do something]
Next
Code: Select all
For I=0 to 100
[do something]
Next
Code: Select all
For I=0 to 100
[do something]
Next
Code: Select all
For I=0 to 100
[do something]
Next
Greetings ... Kiffi
I tested your example.... here it works!..... win XP Home....Kiffi wrote:yes, that's the common way. By using Ctrl + Tab, jaPBe indents your codechen wrote:if I want indent I use "Tab", if I want go back "Shift+Tab"
in an 'intelligent' manner.
Pressing Ctrl-Tab:you see, what i mean?Code: Select all
For I=0 to 100 [do something] Next
Greetings ... Kiffi