Posted: Wed Oct 11, 2006 10:57 pm
hmm... Kiffi no i have restart my jaPBe and no it works here fine.
http://www.purebasic.com
https://www.purebasic.fr/english/
what the ... Same here too now.nicolaus wrote:hmm... Kiffi no i have restart my jaPBe and no it works here fine.
The hotspot does the same as F1, not more, not less. This is something I will have to improve, some day...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...
See my previous post about the scintilla problem...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).
Fixed for the next release.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
Works here.Kiffi wrote:since this update, my code indentation with Ctrl + Tab does not work anymoregnozal wrote:Update to V3.6.10
see my last posting 5 postings above yours.gnozal wrote:Works here.Kiffi wrote:since this update, my code indentation with Ctrl + Tab does not work anymoregnozal wrote:Update to V3.6.10
I don't understand your problem ; minimize/maximize works fine here.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?
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]
...
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.chen wrote:Could you implement an optional flag to wrap the code
You may continuechen wrote:Im working with other editor![]()
![]()
of course Im using jaPBe.. the other... you know..gnozal wrote:You may continue
yes exactly, as an option.gnozal wrote:You mean click alone does nothing and CTRL+click starts explorer ?Flype wrote:[x] Option 1 : Ctrl + Click to follow link
in jaPBe, there's 3 types of comment.gnozal wrote: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)
thank you a lot for the update.gnozal wrote: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.
Where are these updates being posted?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).