jaPBe 1.3.8.17

Developed or developing a new product in PureBasic? Tell the world about it.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

jaPBe 1.3.8.17

Post by GPI »

http://caosandkin.bei.t-online.de/purebasic/jaPBe/

IncludePack1
------------
I add some Includes-files with many, many functions (more than one joystick, etc). Download the pack and test it.
Note: You must don't care about #File-Numbers, #Library-Numbers, etc. The includes use its own routines for this, so you must only include the file (over compiler-options) and ready.
Also for nearly all you get a help file and for some also a example. Try it out!
p.s.: You need the IncludePack1 for compiling jaPBe.


Include
- The IncludeViewer should find names better. But include-commands should be the first-command in the line.
- DoubleClick on IncludeBinary will open the binary with the system-default-programm.
- Included files work with a "\folder" path

Compile
- On errormessages the main file is shown as Includefile.
- For Advanced Options: %build% return the build-nummber


Editor Core
- When only one item is in the list, Cursor up/down will cancel the list
- Backspace now also hold the autocompletation list
- When you use Save as for a .pbi, pbi was not selected in the filetype
- Change the name of the constants
#jaPBe_IsDebuggerRunning
#jaPBe_IsExecute
- New Constant: #jaPBe_ExecuteBuild
Returns, how often the current File is successfull compiled.
- New Constant: #jaPBe_ExecuteType
Returns the executetype of the current programm
0=Windows
1=DLL
2=Console
- Find&Replace: After replace all the list & booksmarks are not updated.

Misc
- When the editor crash. jaPBe try now to save the files under a diffrent filename.
(look in the jaPBe-Directory, when jaPbe crashed)
On the next start, jaPbe load this files.
WARNING: jaPBe restore the old names, but it could happen, that part of the codes are
rubbish, so test it, before you save the restored codes. (Also good idea to activate backup)
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

I forget something:


Parts of the IncludePack1 is not from me. I want to say thanks to Danilo, PB and many other, which i forgot. If somebody miss his name here, simply post.

GPI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thank you for this update !
Little bug I found : when I click on External Help (in the Help menu), the pop-up menu shows all items twice (2x Win32 Help, 2x Asm Help, ...) !
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

gnozal wrote:Thank you for this update !
Little bug I found : when I click on External Help (in the Help menu), the pop-up menu shows all items twice (2x Win32 Help, 2x Asm Help, ...) !
What files are in your Purebasic\Help directory? (don't forget to list the hidden files).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

The files are :

Code: Select all

c:\PureBasic\Help\API-FileHandle.txt
c:\PureBasic\Help\API-Library.txt
c:\PureBasic\Help\Asm.hlp
c:\PureBasic\Help\ASMFPU.HLP
c:\PureBasic\Help\CreateLink.txt
c:\PureBasic\Help\DrawPlus.txt
c:\PureBasic\Help\EC_ImagePluginOLE.txt
c:\PureBasic\Help\EC_ImagePluginOLE_changes.txt
c:\PureBasic\Help\FilePlus.txt
c:\PureBasic\Help\FontPlus.txt
c:\PureBasic\Help\GadgetPlus.txt
c:\PureBasic\Help\InMemory.txt
c:\PureBasic\Help\Joystick.txt
c:\PureBasic\Help\Math and Strings.txt
c:\PureBasic\Help\Midi.txt
c:\PureBasic\Help\MoreListIconGadget.chm
c:\PureBasic\Help\odbc-sql.chm
c:\PureBasic\Help\PackContainer.txt
c:\PureBasic\Help\PackPlus.txt
c:\PureBasic\Help\PrintUsing.chm
c:\PureBasic\Help\Regestry.txt
c:\PureBasic\Help\ScintillaDoc.html
c:\PureBasic\Help\SkunkLib.txt
c:\PureBasic\Help\SoundPlus.txt
c:\PureBasic\Help\SQLite.txt
c:\PureBasic\Help\System.txt
c:\PureBasic\Help\VolumeMute.txt
c:\PureBasic\Help\WIN32.FTS
c:\PureBasic\Help\WIN32.GID
c:\PureBasic\Help\WIN32.HLP
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

GPI,
good work man :!:

BTW: It's Registry not Regestry...

I am to provide the public with beneficial shocks.
Alfred Hitshock
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

@gonzal:

Do you have install japbe in PB in the same directory?

When yes: Simple to answer: jaPBe now also check in his directory, if there a Help-File exist and so your PB and your jaPBe-Directory is checked but there both path the same...

Will be changed in the next version.

GPI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Yes, jaPBe is in c:\Purebasic (where Purebasic.exe is).
DominiqueB
Enthusiast
Enthusiast
Posts: 103
Joined: Fri Apr 25, 2003 4:00 pm
Location: France

Hi GPI

Post by DominiqueB »

An idea for the editor:
could you add the ability to let the output of the compiler to be the assembly code instead of the .exe or the .dll.

Thank's.

Dominique
Dominique

Windows 10 64bits. Pure basic 32bits
Post Reply