Hi,
OK... so I missed it. Sorry; it has been a long day!
However, I would rather have a facility that allowed multiple returns to the same place.
Example:
Work at line 1000. Save line and cursor position by 'SHIFT magic key'
Move to line 2000
Magic key back to 1000
Go somewhere else...
Magic key back to 1000
Go somewhere else...
Magic key back to 1000
I guess much of my code is written by repeated copy/paste and also I often want to come back to the same calculation to make adjustments.
Don't know if this has been mentioned before, but there's a minor bug in the JaPBe split window menu logic.
If I split the editor window and then want to copy and paste from the lower window to the upper window, I select the text I want to copy from the lower window, but the 'Copy' (and 'Cut') menu items are not enabled unless I have something selected in the upper window.
The converse is also true: if I have something selected in the upper window then the 'Copy' and 'Cut' menu items are enabled even if focus is in the lower window and nothing is selected in that window.
Changes :
- new menu item : 'Goto marker CTRL+F4'
Displays a list with the current memorized positions (using SHIFT+F4).
Select the position you would like to jump to with the mouse or the arrow keys and hit the 'Goto line' button or the 'Enter' key to jump.
Unlike the F4 function, the chosen position is not deleted from the stack after jump.
Note : if a marker points to the current carret position, it is not listed in the 'Goto marker' window (why would you want to jump to the current line ?)
- fixed debugger issue with relative pbcompiler path ('jaPBe portable')
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
on the first gaze, it seems to work fine. But only 'Compile/Run' and 'Create Executable' works fine. When i try 'Compile/Debug' i see an Error-Message that "xxx\Compilers\PBDebugger.exe" can not find.
I have try now different situations ... jaPBe directory is in the PB directory, jaPBe directory is on the same plain as the PB directory. always the PBDebugger.exe ist not find, but Compile/Run and Create Executable works fine???
Rico wrote:... When i try 'Compile/Debug' i see an Error-Message that "xxx\Compilers\PBDebugger.exe" can not find ...
Should be fixed in build 716 (I tried with '..\' as compiler path in Preferences).
Please download the latest release and report if it works (or not).
Thanks.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I can't read all that has been said before, therefore I hope nobody suggested that : could you delete the dock-icon ?
Next to the maximize/close/minimize icons on the topright ? The titlebar looks bad on Windows Vista with it, plus I'm not sure it can't be of any use
Polo wrote:I can't read all that has been said before, therefore I hope nobody suggested that : could you delete the dock-icon ?
Next to the maximize/close/minimize icons on the topright ? The titlebar looks bad on Windows Vista with it, plus I'm not sure it can't be of any use
I have updated jaPBe.
You can enable / disable the 'stay on top' icons in 'Preferences' -> 'Editor 2' -> 'Add stay on top icons (restart needed)'
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
(still on the candy-style... is there someone who likes the custom toolbar ?
I find that really... weird, especially now I use Vista, it just doesn't look "right")
It's not a big issue, though if you have some time
Thanks for improving this program, still the best !!!
Changes :
- custom drawn toolbar can be disabled in Preferences -> Skin (it is replaced by a 'classic' toolbar)
- contextual autocompletion now also works for user defined structures, with some restrictions :
[1] It does not work within With/EndWith, but expects a syntax like this : MyStructuredVar\MyStructuredMember\_
[2] The structure must be defined in a resident or the current source [not in an include]
[3] The structured variable must be declared the current source [not in an include]
It works like constant context autocompletion [triggered by the '#' key] but with the '\' key.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Thanks for the update. JaPBE is my favourite PB-Editor. Just one problem: The latest build has some speed problems. The folding/unfolding is now very slow in comparsion to previous version, but the other Problem that some procedure names are recognised as arrays by syntax highlightner, has been repaired.