Page 88 of 104
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Sat Jan 02, 2010 3:38 pm
by max_aigneraigner@web.de
well. hm. I just downloaded and installed the new version

but it always crashes after changing the language (STRG+P, I click at the "english" button, scroll up to "Deutsch" and the program is dead..)
the same problem with the new source-selection-button, or by clicking at the "about" window just press on it and the editor is down
( But I now changed the preferences-file for the language. )
I have got Purebasic 4.40 released, the current japbe version (01.01.2010) and windows vista 64.
greetings
walker
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Tue Jan 05, 2010 3:19 pm
by gnozal
max_aigneraigner@web.de wrote:well. hm. I just downloaded and installed the new version

but it always crashes after changing the language (STRG+P, I click at the "english" button, scroll up to "Deutsch" and the program is dead..)
the same problem with the new source-selection-button, or by clicking at the "about" window just press on it and the editor is down

( But I now changed the preferences-file for the language. )
I have got Purebasic 4.40 released, the current japbe version (01.01.2010) and windows vista 64.
I can't test jaPBe with a 64bit OS.
As jaPBe is a 32 bit executable, it will not work with PB x64.
If your problem occurs with PB x86, all I can think about is a rights problem : did you try with admin rights and/or not installing in Program files, but in %APPDATA% for example ?
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Tue Jan 05, 2010 10:21 pm
by max_aigneraigner@web.de
ah.. yes, you are right.. I checked it out now.. on Windows vista 64 bit, Windows 7 64, windows XP home 32 and mediacenter edition 32...
all 64 did crash after clicking on the new codeselectionbutton or the try of changing the language

^^
maybe I will download the source when I have time (weekend) and search for the error..
(Once I even tried to convert the code to pb 4.40 ^^ but messed it up so that it didn't even start without Invalid memory access lol)
well but: tricky problem :roll:
yours
walker
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Sun Jan 10, 2010 2:45 pm
by SCRJ
Hi
Is there a way to change the style of labels?
The color changes when I set a new color for ASM keywords. But I can't change
the style of the labels (currently they are italic).
Thanks!
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Mon Jan 11, 2010 10:43 am
by gnozal
SCRJ wrote:Is there a way to change the style of labels?
Currently no.
It's the ASM style + italic.
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Posted: Mon Jan 11, 2010 1:38 pm
by SCRJ
oh
Thank you.
jaPBe 3.9.12 - Selection problem
Posted: Mon Jan 18, 2010 10:43 am
by Le Soldat Inconnu
Hi gnozal,
I have strange bug when i do text selection
Example :
I want select "Bidule"
If i start select from B to E, no problem
But if i start from the end, so from E to B, it's often i lost my selection
So i don't select "Bidule" but i select "Bid" for example, or nothing.
If you can take a look.
Thanks
Re: jaPBe 3.9.12 - Selection problem
Posted: Mon Jan 18, 2010 11:36 am
by gnozal
Le Soldat Inconnu wrote:I have strange bug when i do text selection
I can't reproduce this.
1. Do you use the mouse or the keyboard to do the selection ?
2. Does it happen with the latest build (820) ?
Re: jaPBe 3.9.12 - Selection problem
Posted: Wed Jan 20, 2010 11:05 am
by Le Soldat Inconnu
Hi,
only with mouse and only when i do selection from right to left
I have this problem on 2 computer with XP Pro.
I don't arrive to reproduce this bug all time, it's only sometime.
I have version 819
i will try with last
i have this since you do correction for this :
http://www.purebasic.fr/english/viewtop ... 25&t=40108
So i think there is link
Re: jaPBe 3.9.12 - Selection problem
Posted: Wed Jan 20, 2010 11:55 am
by gnozal
I suspected that ...
I changed a little thing in the latest build (820) that may fix this (jaPBe stores the current selection (if any) before doing some syntax coloring and restores it afterwards using SCI_Set/GetCurrentPos() and SCI_Set/GetAnchor()).
Of course, it would help if I could reproduce the problem. Maybe you could try to fix the code yourself (to find the code block, search for 'delayed fix folding markers' in file 'jaPBe.pb').
Re: jaPBe 3.9.12 - Selection problem
Posted: Wed Jan 20, 2010 4:14 pm
by Le Soldat Inconnu
For this moment, with 820, i don't see problem (May be one time but i'm not sure if it's my fault or not)
Re: jaPBe 3.10.1 [IDE for PB 4.xx]
Posted: Mon Jan 25, 2010 1:24 pm
by gnozal
Update (version 3.10.1)
Changes :
- upgraded Scintilla to version 2.02
Re: jaPBe 3.10.1 [IDE for PB 4.xx]
Posted: Sun Jan 31, 2010 1:12 pm
by hamza
Well man! it's nice.
But the dll's created with jaPBe doesnot work fine.
Re: jaPBe 3.10.1 [IDE for PB 4.xx]
Posted: Sun Jan 31, 2010 6:24 pm
by klaver
Code: Select all
Global Dim MyArray.i(16), *Mem=AllocateMemory(128)
AllocateMemory(128) is not highlighted properly in my jaPBe, can someone confirm?
Re: jaPBe 3.10.1 [IDE for PB 4.xx]
Posted: Sun Jan 31, 2010 11:11 pm
by Demivec
klaver wrote:Code: Select all
Global Dim MyArray.i(16), *Mem=AllocateMemory(128)
AllocateMemory(128) is not highlighted properly in my jaPBe, can someone confirm?
I can confirm. It's styling does not match settings when on the line with Dim but it is when on it's own line.
The incorrect styling is that of a variable for the entire phrase portion "AllocateMemory".
Using build 3.10.1.821