jaPBe 2.4.12.25
@GPI: A bug report -- When multiple ASM commands are on a single line,
only the first one is highlighted in the correct color. (I usually put multiple
ASM commands on one line to save vertical editor space so I don't have to
scroll as much). Take a look:
Update: ASM commands are also not colored if a normal PureBasic command is first:
only the first one is highlighted in the correct color. (I usually put multiple
ASM commands on one line to save vertical editor space so I don't have to
scroll as much). Take a look:
Code: Select all
; On the next line, only "PUSH" is colored correctly.
PUSH AX : POP AX : DEC SP : DEC SP : POP BX : CMP AX,BX
Code: Select all
Delay(1) : PUSH AX : POP AX : DEC SP ; No ASM commands are colored.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
When somebody what to write, please do it.
btw.
New beta-Release, but this time only with the updater
http://gpihome.de/purebasic/jaPBe/
Simple extract the rar-file in japbe-directory and start the universal internet updater. Select above "jaPBe Beta Release" and start. At the moment only "Beta" will work or you get a 404.
what is new:
* Find-in-Files: Shows now the first line with the text.
* Add Universal Internet Updater
* Play costum sound on new words (preferences/editor2)
* Undline new typed words (preferences/editor2)
* Cut don't erased Bookmarks,Variables... in the lists.
* Open Backup repaired
* %Build% in Version-String and #jaPBe_ExecuteBuild has now the same value
* Styling-Bug with "$"-Constants (#Test$)
* bug openrequester (all)
* after a create-executable is the source saved (because of saving the exe name and the increase of the build-number). Now no backup is created during this save!
* Remove custombuttons, because of incompatibilty with pb3.92 (but don't worry, the toolbar work with the imagegadget now
* Repair include-Viewer.
* New About-Window.
* Installer - Additional test.
btw.
New beta-Release, but this time only with the updater
http://gpihome.de/purebasic/jaPBe/
Simple extract the rar-file in japbe-directory and start the universal internet updater. Select above "jaPBe Beta Release" and start. At the moment only "Beta" will work or you get a 404.
what is new:
* Find-in-Files: Shows now the first line with the text.
* Add Universal Internet Updater
* Play costum sound on new words (preferences/editor2)
* Undline new typed words (preferences/editor2)
* Cut don't erased Bookmarks,Variables... in the lists.
* Open Backup repaired
* %Build% in Version-String and #jaPBe_ExecuteBuild has now the same value
* Styling-Bug with "$"-Constants (#Test$)
* bug openrequester (all)
* after a create-executable is the source saved (because of saving the exe name and the increase of the build-number). Now no backup is created during this save!
* Remove custombuttons, because of incompatibilty with pb3.92 (but don't worry, the toolbar work with the imagegadget now

* Repair include-Viewer.
* New About-Window.
* Installer - Additional test.
> When somebody what to write, please do it
If we don't know the features exist, we can't write about them...
Only the author himself can write the manual... so get to it!
(More seriously: At least write a manual in your native language, and
I'll then use Google Translate to convert it to English. I know it won't be
perfect, but it'll be a good starting point, and I can then take my time to
convert that into correct English).
If we don't know the features exist, we can't write about them...
Only the author himself can write the manual... so get to it!

(More seriously: At least write a manual in your native language, and
I'll then use Google Translate to convert it to English. I know it won't be
perfect, but it'll be a good starting point, and I can then take my time to
convert that into correct English).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- Enthusiast
- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
There already is one that I wrote some time ago with the help of the history and GPI. It's not up to date but contains almost all features that still are present today. Take a look at GPIs Homepage (in his signature) and you will find a download link saying "Manual - German.rar". This should contain a complete "Microsoft Help File Project".PB wrote: At least write a manual in your native language, ...
<°)))o><²³
> you will find a download link saying "Manual - German.rar"
Okay, thanks, I'll check it out.
@GPI: I wasn't being rude to you with my post either... just in case you took
it the wrong way. I just re-read it and it does appear a little rude, but it's not
meant to be.
Okay, thanks, I'll check it out.

@GPI: I wasn't being rude to you with my post either... just in case you took
it the wrong way. I just re-read it and it does appear a little rude, but it's not
meant to be.

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I hope the final release will be downloadable. I would have liked to translate the new menu items before.btw. New beta-Release, but this time only with the updater
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).