Page 36 of 104

Posted: Wed Oct 11, 2006 10:57 pm
by nicolaus
hmm... Kiffi no i have restart my jaPBe and no it works here fine.

Posted: Wed Oct 11, 2006 11:22 pm
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

Posted: Wed Oct 11, 2006 11:59 pm
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

Posted: Thu Oct 12, 2006 9:31 am
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...

Posted: Thu Oct 12, 2006 9:34 am
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.

Posted: Thu Oct 12, 2006 9:36 am
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.

Posted: Thu Oct 12, 2006 10:13 am
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

Posted: Thu Oct 12, 2006 11:09 am
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.

Posted: Thu Oct 12, 2006 12:31 pm
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?

Posted: Thu Oct 12, 2006 3:21 pm
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:

Posted: Thu Oct 12, 2006 9:25 pm
by chen
gnozal wrote:You may continue :twisted:
of course Im using jaPBe.. the other... you know.. :twisted: :twisted: :P

Posted: Fri Oct 13, 2006 5:44 pm
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).

Posted: Fri Oct 13, 2006 7:11 pm
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.

Posted: Fri Oct 13, 2006 7:32 pm
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...

Posted: Fri Oct 13, 2006 8:24 pm
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