Page 2 of 3

Posted: Wed Dec 29, 2004 6:12 pm
by Flype
same for me with winXP and the lastest beta.

Posted: Wed Dec 29, 2004 6:36 pm
by GPI
normal, because a bitmap is missing. btw. install SP2!

Posted: Wed Dec 29, 2004 7:34 pm
by PB
>> same for me with winXP and the lastest beta
> normal, because a bitmap is missing

There's a black cross for me with the latest beta, so how can a bitmap be missing?

Posted: Thu Dec 30, 2004 7:48 pm
by GPI
PB wrote:There's a black cross for me with the latest beta, so how can a bitmap be missing?
Ok, i looked in the code: My mistake: You don't select a Toolbar-Skin, so the internal Skin in the EXE is loaded. And this new bitmap is a little bit bigger than the old one and include this x.

Posted: Fri Dec 31, 2004 7:22 am
by PB
@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:

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
Update: ASM commands are also not colored if a normal PureBasic command is first:

Code: Select all

Delay(1) : PUSH AX : POP AX : DEC SP ; No ASM commands are colored.

Posted: Sun Jan 02, 2005 9:40 am
by PB
@GPI: In the PureBasic editor, you can double-click a procedure name in the
code to jump to that procedure. Would you consider making jaPBe do that?

Posted: Sun Jan 02, 2005 10:16 am
by GPI
PB wrote:@GPI: In the PureBasic editor, you can double-click a procedure name in the
code to jump to that procedure. Would you consider making jaPBe do that?
Holst ctrl+doubleclick. or press Shift+F3.

btw: You can jump back with F4

Posted: Sun Jan 02, 2005 10:28 am
by PB
> ctrl+doubleclick
> You can jump back with F4

AWESOME! :D

Posted: Sun Jan 02, 2005 3:21 pm
by dmoc
btw: You can jump back with F4
...I never knew this. Problably others didn't know this. jaPBe seriously needs an english help file.

Posted: Sun Jan 02, 2005 5:04 pm
by GPI
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.

Posted: Sun Jan 02, 2005 7:10 pm
by GPI
btw: The update overwrite the include with the actual one. So when you have modified it, make a backup/rename it.

Posted: Mon Jan 03, 2005 1:45 am
by PB
> 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! :twisted:

(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).

Posted: Mon Jan 03, 2005 2:39 am
by freedimension
PB wrote: At least write a manual in your native language, ...
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".

Posted: Mon Jan 03, 2005 2:59 am
by PB
> 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. :)

Posted: Mon Jan 03, 2005 10:51 am
by gnozal
btw. New beta-Release, but this time only with the updater
I hope the final release will be downloadable. I would have liked to translate the new menu items before.