jaPBe 1.3.9.16
GPI, I started using your editor recently but only after getting problems with the default editor. Maybe other people are not aware of the advantages of jaPBe? It would be good idea to have a FAQ and clear installation instructions. Another thing that put me off installing it sooner was having to "pollute" the PB program directory. I'm ok with that now but maybe others are not, so some info about what exactly is required would be good.
To others: if you haven't tried jaPBe already do so NOW! You won't regret it.
Fantastic job GPI, well done!
To others: if you haven't tried jaPBe already do so NOW! You won't regret it.
Fantastic job GPI, well done!
Start japbe*.exe and neededtools.exe and japbe is installed.dmoc wrote:It would be good idea to have a FAQ and clear installation instructions.
About a FAQ: I english isn't good, a german manual is planed by a user...
Bad.. I have tried to compile a NT-Compatible-Version, but when i compile with japbe, i get a missing "sound_nt.lib"-error and when i try to compile manual, i get a "already running?"-error...gnozal wrote: I get the same error, but I cannot locate it. I get the access violation error immediatly after clicking on 'Cancel'.
I launch Install.exe, wait the welcome text to display, click on 'Cancel' --> error.
Also on XP and Win2000-User don't respond this error. It seems, that this is a NT-ProblemI works fine at home with Win98SE, but it doesn't like WinNT4.
hmmm, maybe a NT-Problem with PureBasic?BTW, clicking on 'Show variables' also triggers an access violation error ...!
Yes, I had noticedI english isn't good


On another related topic: I recently came across the following CVS Plugin project which would be a great addition to your editor...
http://cvssccplugin.sourceforge.net/
>On another related topic: I recently came across the following CVS Plugin
>project which would be a great addition to your editor...
>http://cvssccplugin.sourceforge.net/
I don't know engouht about CVS and at the moment i'm not need this. So it is for me to many work to read me in this topic (and this in english...).
GPI
>project which would be a great addition to your editor...
>http://cvssccplugin.sourceforge.net/
I don't know engouht about CVS and at the moment i'm not need this. So it is for me to many work to read me in this topic (and this in english...).
GPI
http://caosandkin.bei.t-online.de/pureb ... .8beta.zip
Little Update, so that japbe work right with the beta
Editor Core
-----------
* New Opearator Modula (%) should be now styled correct (When you found a wrong style, please summit!)
* Support for 3.80 Beta
Help
----
* "jaPBe\Help"'s are now in a seperate Submenu
Little Update, so that japbe work right with the beta
Editor Core
-----------
* New Opearator Modula (%) should be now styled correct (When you found a wrong style, please summit!)
* Support for 3.80 Beta
Help
----
* "jaPBe\Help"'s are now in a seperate Submenu
Last edited by GPI on Mon Sep 29, 2003 9:48 pm, edited 1 time in total.
1. a small thing: STR is always painted red, even in:
PrintN(STR(a.l))
2. on the right side of the screen, you have the window with the tabs:
book / var / cons / struc / proc
if you click on it, some code (var name etc.) is inserted in the main window
it would be nice if there would be a way to see all elements of a user defined structure
PrintN(STR(a.l))
2. on the right side of the screen, you have the window with the tabs:
book / var / cons / struc / proc
if you click on it, some code (var name etc.) is inserted in the main window
it would be nice if there would be a way to see all elements of a user defined structure
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Which style do you have activate?blueznl wrote:1. a small thing: STR is always painted red, even in:
PrintN(STR(a.l))
Str() is a function and so it is colored as function
Code: Select all
2. on the right side of the screen, you have the window with the tabs:
book / var / cons / struc / proc
if you click on it, some code (var name etc.) is inserted in the main window
it would be nice if there would be a way to see all elements of a user defined structure[/quote]
Not so easy, because jaPBe don't check a file complete. Its only look line for line. jaPBe can't find out (test.l), if it is a definition or part of structure.
extemely weird...
got one file here which lists STR (in all upercase) as ASM keyword
i took that file, copied all the contents to a new file, pasted it in there, and voila, STR looked like Str again...
if you want I can send you the file that looks so funny
got one file here which lists STR (in all upercase) as ASM keyword
i took that file, copied all the contents to a new file, pasted it in there, and voila, STR looked like Str again...
if you want I can send you the file that looks so funny
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
OK, a new prerelease-Version:
Structure Viewer
----------------
* Bug in Time Out. Should now find always structure (maybe sometimes it need more time...)
* New,Home,Cancel,Insert buttons
Sync List
---------
* Rename to Sync List
* Sync List can be now updated in realtime (look in the preferences), so all list of all open files are sync!
Editor Core
-----------
* New Opearator Modula (%) should be now styled correct (When you found a wrong style, please summit!)
a=%10:a=10%10:a=10%%10:a=(1+2)%10:a=(1+2)%%10
* Automatic End Tag: StructureUnion,Enumeration and Interface should now work correct
* Support for 3.80 Beta
* Autocompletation: If the list has only one elmenet and this word is allready typed full, the list will now not close!
* AutoCase now also UCase Hexdezimal-numbers
* Wrong Bin and Hex are now underlined
* When the inline asm is active, str() was false styled
Compiler
--------
* Additional #*_counts_ are removed...
* Manuall Execute: jaPBe take now the destination-file from the parameter (for advanced options)
Help
----
* "jaPBe\Help"'s are now in a seperate Submenu
Linker Error
------------
* The PB-Link on Win98 can hang, because of a hidden ErrorMessage. jaPBe will automatic press the "OK"-Button of this hidden message.
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
I can not release the full japbe with source before a other project is ready. And for this project i'm waiting for a mail.
GPI
Structure Viewer
----------------
* Bug in Time Out. Should now find always structure (maybe sometimes it need more time...)
* New,Home,Cancel,Insert buttons
Sync List
---------
* Rename to Sync List
* Sync List can be now updated in realtime (look in the preferences), so all list of all open files are sync!
Editor Core
-----------
* New Opearator Modula (%) should be now styled correct (When you found a wrong style, please summit!)
a=%10:a=10%10:a=10%%10:a=(1+2)%10:a=(1+2)%%10
* Automatic End Tag: StructureUnion,Enumeration and Interface should now work correct
* Support for 3.80 Beta
* Autocompletation: If the list has only one elmenet and this word is allready typed full, the list will now not close!
* AutoCase now also UCase Hexdezimal-numbers
* Wrong Bin and Hex are now underlined
* When the inline asm is active, str() was false styled
Compiler
--------
* Additional #*_counts_ are removed...
* Manuall Execute: jaPBe take now the destination-file from the parameter (for advanced options)
Help
----
* "jaPBe\Help"'s are now in a seperate Submenu
Linker Error
------------
* The PB-Link on Win98 can hang, because of a hidden ErrorMessage. jaPBe will automatic press the "OK"-Button of this hidden message.
http://caosandkin.bei.t-online.de/purebasic/jaPBe/
I can not release the full japbe with source before a other project is ready. And for this project i'm waiting for a mail.
GPI
bug:
if i deliberately
cause an error, japbe shows me the contents of the include file, not the line with the 'usewindow(2)'
(ok, not deliberately, i made a typo
)
if i deliberately

Code: Select all
IncludeFile "c:\software\purebasic\_projects\x_lib.pb"
w_whnd.l = OpenWindow(1,300,350,400,200,#PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_MaximizeGadget|#PB_Window_SizeGadget,"Test")
UseWindow(2)
StartDrawing(WindowOutput())
Plot(10,10,0)
Line(100,100,10,10,0)
StopDrawing()

( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )