Page 5 of 8
Posted: Fri Jul 11, 2003 11:02 pm
by Num3
Find / Replace
There seems to be a bug:
A. sometimes it does not find anything !
B. sometimes freezes the editor! (ctrl+alt+del) to exit
Re: Found it !
Posted: Fri Jul 11, 2003 11:29 pm
by GPI
@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")?
Re: Found it !
Posted: Sat Jul 12, 2003 12:45 pm
by Num3
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")?
Yes the DLL is the one downloaded from your site.
I just tried find / replace of simple "function" -> "procedure"
Re: Found it !
Posted: Sat Jul 12, 2003 1:16 pm
by GPI
>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)
Posted: Sat Jul 12, 2003 3:43 pm
by Fenix
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
Posted: Sat Jul 12, 2003 4:38 pm
by GPI
>@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]
Posted: Sat Jul 12, 2003 5:19 pm
by Fenix
Hi!
@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?
Fenix
Posted: Sat Jul 12, 2003 5:43 pm
by GPI
>@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
Posted: Sat Jul 12, 2003 5:57 pm
by Fenix
Hi!
@GPI: Nope, won´t work either. Now I get that "Invalid name: same as an external command" (ReplaceText) error again.
Fenix
Posted: Sat Jul 12, 2003 7:45 pm
by 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
Posted: Sat Jul 12, 2003 8:33 pm
by Fenix
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
Posted: Sat Jul 12, 2003 9:04 pm
by GPI
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.
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.
http://caosandkin.bei.t-online.de/pureb ... -Datas.zip
GPI
Posted: Sat Jul 12, 2003 10:07 pm
by Fenix
Hi!
@GPI: Yep, you´re right, I forgot to download the "data"-file, but after downloading it I get an error in the "Misc.pbi"-file on line 399 ("Choose_Color() is not a function.....")..
Fenix
Posted: Sat Jul 12, 2003 10:13 pm
by Fenix
Hi!
@GPI: Anyway: I forgot: just a little "sliming".... Your editor´s the number 1 choice
Fenix
Posted: Sat Jul 12, 2003 10:55 pm
by 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.12
b!
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.