jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

hmm... Kiffi no i have restart my jaPBe and no it works here fine.
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

nicolaus wrote:hmm... Kiffi no i have restart my jaPBe and no it works here fine.
what the ... Same here too now. :shock:

Now i see, that the option 'Auto indent' was unchecked (who has turned it off?)

Now i'm happy again. Sorry for the false alarm! :oops:

@gnozal: Image

Greetings ... Kiffi
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

One more small bug:

The settings for the hotspot of the functions from declared files was don´t save if i click ok.
If i set it to enabled and press ok and reopen the settings again, the settings for "dunctions from declars" hotspot is disabled.

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

Post by gnozal »

chen wrote: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...
The hotspot does the same as F1, not more, not less. This is something I will have to improve, some day...
chen wrote:- 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).
See my previous post about the scintilla problem...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

nicolaus wrote:One more small bug:

The settings for the hotspot of the functions from declared files was don´t save if i click ok.
If i set it to enabled and press ok and reopen the settings again, the settings for "dunctions from declars" hotspot is disabled.

regards,
Nico
Fixed for the next release.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Kiffi wrote:
gnozal wrote:Update to V3.6.10
since this update, my code indentation with Ctrl + Tab does not work anymore :cry:
Works here.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

gnozal wrote:
Kiffi wrote:
gnozal wrote:Update to V3.6.10
since this update, my code indentation with Ctrl + Tab does not work anymore :cry:
Works here.
see my last posting 5 postings above yours. ;-)

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

Post by gnozal »

Update

Changes :
- fixed hotspot bug in preferences
- found a workaround for the scintilla hotspot selection problem : I am sending virtual keys to the scintilla control ; seems working for me.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

Sorry to repeat again

but the second point is vital for me....

Suggestion...

- Could you implement an optional flag to wrap the code

- Special Help here....

When jaPBe maximize there is no way to resize it... I nee to:
- reinstall
- customize
it has happened several times
all my other apps work OK, inclusive PBIDE..

Coul you tell me which parameter to adjust in prefs file to resize jaPBe?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

chen wrote:When jaPBe maximize there is no way to resize it... I nee to:
- reinstall
- customize
it has happened several times
all my other apps work OK, inclusive PBIDE..

Coul you tell me which parameter to adjust in prefs file to resize jaPBe?
I don't understand your problem ; minimize/maximize works fine here.
Anyway, in jaPBe.pref you will find all you need :
jaPBe.pref wrote:[General]
...
MainWindowXPos = jaPBe X [Screen coordinates]
MainWindowYPos = jaPBe Y [Screen coordinates]
MainWindowWidth = jaPBe Width [Screen coordinates]
MainWindowHeight = jaPBe Height [Screen coordinates]
MainWindowZoom = jaPBe Zoomed [0:False|1:True]
...
chen wrote:Could you implement an optional flag to wrap the code
In my (short) experience with jaPBe, line wraping (with SCI_SetWrapMode() etc...) causes much painting problems and may add some useless complexity to the existing code.
Have a look yourself at : http://scintilla.sourceforge.net/Scinti ... ETWRAPMODE
So it's not my priority, sorry.
chen wrote:Im working with other editor :x :evil:
You may continue :twisted:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

gnozal wrote:You may continue :twisted:
of course Im using jaPBe.. the other... you know.. :twisted: :twisted: :P
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
Added procedure tooltips : if the mouse cursor is over a procedure and sits still over 1 second, a tooltip appears (it provides the same information as the calltips in the jaPBe status bar).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

gnozal wrote:
Flype wrote:[x] Option 1 : Ctrl + Click to follow link
You mean click alone does nothing and CTRL+click starts explorer ?
yes exactly, as an option.
gnozal wrote:
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)
What are the 3 types ?
in jaPBe, there's 3 types of comment.

1/ ;
2/ ;-
3/ ;/

So an URL looks bad if styles are differents.
gnozal wrote:
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.
Yes, why not ...
thank you a lot for the update.
that's good to see that you understood at least 1 of my 3 requests :D

thanx again.
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 »

others ideas related to hotspots :

IncludePath "c:\includes\" ; OnClick-> Open the folder, Equivalent to RunProgram("c:\includes\")
IncludeFile "win32.pbi" ; OnClick -> Open in jaPBe the related purebasic file

#PB_Event_Gadget ; OnMouseOver -> Display the related value
myRect.RECT ; OnMouseOver -> Display the related structure

etc...
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
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

gnozal wrote:Update

Changes :
Added procedure tooltips : if the mouse cursor is over a procedure and sits still over 1 second, a tooltip appears (it provides the same information as the calltips in the jaPBe status bar).
Where are these updates being posted?

- np
Post Reply