jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

User avatar
max_aigneraigner@web.de
User
User
Posts: 67
Joined: Sun Nov 02, 2008 10:37 pm
Location: Bavaria
Contact:

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post 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
3D Projects
A ship is safest in the harbor, but that is not what ships are built for.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post 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 ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
max_aigneraigner@web.de
User
User
Posts: 67
Joined: Sun Nov 02, 2008 10:37 pm
Location: Bavaria
Contact:

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post 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
3D Projects
A ship is safest in the harbor, but that is not what ships are built for.
SCRJ
User
User
Posts: 93
Joined: Sun Jan 15, 2006 1:36 pm

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post 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!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post by gnozal »

SCRJ wrote:Is there a way to change the style of labels?
Currently no.
It's the ASM style + italic.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
SCRJ
User
User
Posts: 93
Joined: Sun Jan 15, 2006 1:36 pm

Re: jaPBe 3.9.12 [IDE for PB 4.xx]

Post by SCRJ »

oh :|
Thank you.
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

jaPBe 3.9.12 - Selection problem

Post by Le Soldat Inconnu »

Hi gnozal,

I have strange bug when i do text selection

Example :

Code: Select all

If truc > bidule + machin
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
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.9.12 - Selection problem

Post 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) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.9.12 - Selection problem

Post 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
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.9.12 - Selection problem

Post by gnozal »

Le Soldat Inconnu wrote:i have this since you do correction for this :
http://www.purebasic.fr/english/viewtop ... 25&t=40108
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').
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.9.12 - Selection problem

Post 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)
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.10.1 [IDE for PB 4.xx]

Post by gnozal »

Update (version 3.10.1)

Changes :
- upgraded Scintilla to version 2.02
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
hamza
New User
New User
Posts: 5
Joined: Mon Aug 03, 2009 11:58 am
Location: Pakistan

Re: jaPBe 3.10.1 [IDE for PB 4.xx]

Post by hamza »

Well man! it's nice.
But the dll's created with jaPBe doesnot work fine.
klaver
Enthusiast
Enthusiast
Posts: 147
Joined: Wed Jun 28, 2006 6:55 pm
Location: Schröttersburg

Re: jaPBe 3.10.1 [IDE for PB 4.xx]

Post 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?
Image
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: jaPBe 3.10.1 [IDE for PB 4.xx]

Post 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
Post Reply