Page 1 of 1

jaPBe 1.3.8.17

Posted: Sun Aug 17, 2003 1:46 pm
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)

Posted: Sun Aug 17, 2003 9:23 pm
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

Posted: Mon Aug 18, 2003 8:15 am
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, ...) !

Posted: Mon Aug 18, 2003 6:02 pm
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).

Posted: Tue Aug 19, 2003 7:33 am
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

Posted: Tue Aug 19, 2003 4:26 pm
by fsw
GPI,
good work man :!:

BTW: It's Registry not Regestry...

Posted: Tue Aug 19, 2003 5:09 pm
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

Posted: Wed Aug 20, 2003 7:34 am
by gnozal
Yes, jaPBe is in c:\Purebasic (where Purebasic.exe is).

Hi GPI

Posted: Fri Aug 22, 2003 5:27 pm
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