jaPBe 1.3.9.16

Developed or developing a new product in PureBasic? Tell the world about it.
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

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!
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

dmoc wrote:It would be good idea to have a FAQ and clear installation instructions.
Start japbe*.exe and neededtools.exe and japbe is installed.

About a FAQ: I english isn't good, a german manual is planed by a user...
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.
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...
I works fine at home with Win98SE, but it doesn't like WinNT4.
Also on XP and Win2000-User don't respond this error. It seems, that this is a NT-Problem
BTW, clicking on 'Show variables' also triggers an access violation error ...!
hmmm, maybe a NT-Problem with PureBasic?
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

I english isn't good
Yes, I had noticed :lol: If you do not get offended easily then I'm sure many here would help to correct your English? My English is probably not that good but then I'm... eh... English :roll: :lol: Seriously, feel free to PM me if you want me to check any text.

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/
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

>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
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by 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
Last edited by GPI on Mon Sep 29, 2003 9:48 pm, edited 1 time in total.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

* Support for 2.80 Beta
Ouch!!! :twisted:

EDIT:

We're just plain evil...
Last edited by Num3 on Mon Sep 29, 2003 9:01 pm, edited 1 time in total.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

> * Support for 2.80 Beta

no need to support that, 2.80 is out of date for a long time now :wink:

edit: wow, posted at exact same time.

Timo
quidquid Latine dictum sit altum videtur
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

of course i mean 3.8beta...
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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
( 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... )
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

blueznl wrote:1. a small thing: STR is always painted red, even in:

PrintN(STR(a.l))
Which style do you have activate?
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.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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
( 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... )
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

blueznl wrote:extemely weird...

got one file here which lists STR (in all upercase) as ASM keyword
Now i know...

You have activate the ASM-Support in the compiler-options.

I will take a look.

p.s.: PB-IDE has the same problem...
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

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
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

bug:

if i deliberately :-) cause an error, japbe shows me the contents of the include file, not the line with the 'usewindow(2)'

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()
(ok, not deliberately, i made a typo :oops: )
( 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... )
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

When you mean, that the debugger shows the wrong file: This is a bug of PureBasic, not from jaPBe.

GPI
Post Reply