jaPBe - First Release
Re: Found it !
@DominiqueB:
Open the "japbe.pref" and delete the "InfoBoxHeight" entry. Should help
@Num3:
Sometimes are a very bad sentence. What have you insert the Find-Text (and the Checkbox)?
Do you use the same SciLexer.dll as i (in the "needed tools.zip")?
Open the "japbe.pref" and delete the "InfoBoxHeight" entry. Should help
@Num3:
Sometimes are a very bad sentence. What have you insert the Find-Text (and the Checkbox)?
Do you use the same SciLexer.dll as i (in the "needed tools.zip")?
-
- PureBasic Expert
- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Re: Found it !
Yes the DLL is the one downloaded from your site.GPI wrote:@Num3:
Sometimes are a very bad sentence. What have you insert the Find-Text (and the Checkbox)?
Do you use the same SciLexer.dll as i (in the "needed tools.zip")?
I just tried find / replace of simple "function" -> "procedure"
Re: Found it !
>I just tried find / replace of simple "function" -> "procedure"
Can i have the file, before you do this replacement?
Ok, new Version 1.3.7.12:
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
Goto Line
- Works now correct, also unfold, when the line is in the fold
Menu
* Add Underlines to all menus (autommatic generated, so sometimes not so logical)
* Add Alt+F4 now Quits jaPBe
* Ctrl+F6 / Ctrl+PageDown / Ctrl+Alt+Right -> Next Source
* Ctrl+Shift+F6 / Ctrl+PageUp / Ctrl+Alt+Left -> previous Source
Auto Indent
* Comments and empty lines are now ignored
Automatic add end-tags for If/Select/For/While/Repeat/Procedure*/Structure
* Activate it in the preferences/Editor 2 and type if<return>
(ctrl+Return don't do this!)
Find&Replace
- Extended Chars don't function right with replace
PlugIn
* A new default-Icon
* Plugin ToDo-List
open in the path of the current sourcecode the file "todo.txt" with the NotePad
Open File only if not open
* Optional (default on) (Preferences/General)
Can i have the file, before you do this replacement?
Ok, new Version 1.3.7.12:
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
Goto Line
- Works now correct, also unfold, when the line is in the fold
Menu
* Add Underlines to all menus (autommatic generated, so sometimes not so logical)
* Add Alt+F4 now Quits jaPBe
* Ctrl+F6 / Ctrl+PageDown / Ctrl+Alt+Right -> Next Source
* Ctrl+Shift+F6 / Ctrl+PageUp / Ctrl+Alt+Left -> previous Source
Auto Indent
* Comments and empty lines are now ignored
Automatic add end-tags for If/Select/For/While/Repeat/Procedure*/Structure
* Activate it in the preferences/Editor 2 and type if<return>
(ctrl+Return don't do this!)
Find&Replace
- Extended Chars don't function right with replace
PlugIn
* A new default-Icon
* Plugin ToDo-List
open in the path of the current sourcecode the file "todo.txt" with the NotePad
Open File only if not open
* Optional (default on) (Preferences/General)
Hi!
@GPI: I can´t compile the source of jaPBe! (I downloaded the actual version). Which version of PB do you use? (I try to compile with the BETA2 version, but it won´t work)
(ReplaceText -> Invalid name: same as an external command. Removing the RichEdit and Comdlg32 lib fixes that problem, but now I get an "StringADROutMemory() is not a function, an array, or a linked list.")
Fenix
@GPI: I can´t compile the source of jaPBe! (I downloaded the actual version). Which version of PB do you use? (I try to compile with the BETA2 version, but it won´t work)
(ReplaceText -> Invalid name: same as an external command. Removing the RichEdit and Comdlg32 lib fixes that problem, but now I get an "StringADROutMemory() is not a function, an array, or a linked list.")
Fenix
>@GPI: I can´t compile the source of jaPBe! (I downloaded the actual
>version). Which version of PB do you use? (I try to compile with the BETA2
>version, but it won´t work)
Only compile it with Beta2!
>(ReplaceText -> Invalid name: same as an external command. Removing
>the RichEdit and Comdlg32 lib fixes that problem, but now I get an
>"StringADROutMemory() is not a function, an array, or a linked list.")
Activate in the preferences "create declare", open all sources, save all sources (not with "Save all!", manuell" and it should work
Fenix[/quote]
>version). Which version of PB do you use? (I try to compile with the BETA2
>version, but it won´t work)
Only compile it with Beta2!
>(ReplaceText -> Invalid name: same as an external command. Removing
>the RichEdit and Comdlg32 lib fixes that problem, but now I get an
>"StringADROutMemory() is not a function, an array, or a linked list.")
Activate in the preferences "create declare", open all sources, save all sources (not with "Save all!", manuell" and it should work
Fenix[/quote]
>@GPI: I did what you said (enabling "create declare", loading and manually
>saving all files). The ReplaceText error is gone, but I still get that
>"StringADROutMemory() is not a function, an array, or a linked list."-
>error....
>Any other ideas?
It seems, that the new-File-Library from fred not work right. decompress the source zip again and deactivate the "Create declare" and create a bugfree version. I will creata new version today.
GPI
>saving all files). The ReplaceText error is gone, but I still get that
>"StringADROutMemory() is not a function, an array, or a linked list."-
>error....
>Any other ideas?
It seems, that the new-File-Library from fred not work right. decompress the source zip again and deactivate the "Create declare" and create a bugfree version. I will creata new version today.
GPI
@Fenix:
This is because you use the userlib-Richedit, and there is a "replaceText" already declared. I mean the declartion not found error.
But here a newer version:
jaPBe 1.3.7.12b
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
What is new:
Internal
- I used a beta of the file-lib -> problems with all.declare
Compile-Option
- Mark Text as changed, when you change the compile-options.
* MenuItem Compiler/Debugger is now disabled, when "Compile File:" is set
Fold-Margin
- Sometimes the Procedure-Arrow isn't earsed/showed. This is a problem of Scintella, i add a redraw and now it work correct.
Find
* When jaPBe nothing find, he ask then, if he should switch to the next source code
This is because you use the userlib-Richedit, and there is a "replaceText" already declared. I mean the declartion not found error.
But here a newer version:
jaPBe 1.3.7.12b
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
What is new:
Internal
- I used a beta of the file-lib -> problems with all.declare
Compile-Option
- Mark Text as changed, when you change the compile-options.
* MenuItem Compiler/Debugger is now disabled, when "Compile File:" is set
Fold-Margin
- Sometimes the Procedure-Arrow isn't earsed/showed. This is a problem of Scintella, i add a redraw and now it work correct.
Find
* When jaPBe nothing find, he ask then, if he should switch to the next source code
Hi!
@GPI: LIB: well it´s also the comdlg32 lib (inside the windows directory).
I removed both of them, but now I get an error on the "Data.pbi"-file. Line 123 tries to include an icon file [pck.include.ico] which is not present.
anyway: GPI, I´m sorry for bugging you with this... I´m just trying to find the "error" why the code compiles on your machine, but not on mine (although we both use the same version of PB).
I´ve got an Athlon 1,4GHz running under WinXP (no service pack so far)
@ all: Could someone else please try to compile the source to see if it works well on your machine!?
Fenix
@GPI: LIB: well it´s also the comdlg32 lib (inside the windows directory).
I removed both of them, but now I get an error on the "Data.pbi"-file. Line 123 tries to include an icon file [pck.include.ico] which is not present.
anyway: GPI, I´m sorry for bugging you with this... I´m just trying to find the "error" why the code compiles on your machine, but not on mine (although we both use the same version of PB).
I´ve got an Athlon 1,4GHz running under WinXP (no service pack so far)
@ all: Could someone else please try to compile the source to see if it works well on your machine!?
Fenix
have you download the sources-data.zip? ( I think you haven't.) I split the source in two parts, because this 85KB will never changed.Fenix wrote:Hi!
@GPI: LIB: well it´s also the comdlg32 lib (inside the windows directory).
I removed both of them, but now I get an error on the "Data.pbi"-file. Line 123 tries to include an icon file [pck.include.ico] which is not present.
http://caosandkin.bei.t-online.de/pureb ... -Datas.zip
GPI
@Fenix
Ok, no idea:
Please send me:
in the directory of japbe : "japbe.pref"
In the directory of the source :"japbe.pb","japbe.pb.declare","misc.pbi","misc.pbi.declare","common.pbi","common.pbi.declare","all.declare"
And finaly: Which Version do you use? When you use 1.3.7.12, then please try before 1.3.7.12b!
to
caos.kin@freenet.de
@num3
I think, that the problem is the lineend-marks of your loaded file, so i need the complete-unchanged file, please send this to the same mail-address.
Thanks.
Ok, no idea:
Please send me:
in the directory of japbe : "japbe.pref"
In the directory of the source :"japbe.pb","japbe.pb.declare","misc.pbi","misc.pbi.declare","common.pbi","common.pbi.declare","all.declare"
And finaly: Which Version do you use? When you use 1.3.7.12, then please try before 1.3.7.12b!
to
caos.kin@freenet.de
@num3
I think, that the problem is the lineend-marks of your loaded file, so i need the complete-unchanged file, please send this to the same mail-address.
Thanks.