[PB4.40_x86] really annoying editor behaviour

Mac OSX specific forum
Rozek
User
User
Posts: 64
Joined: Thu Jul 05, 2007 12:19 pm
Location: Böblingen (Germany)

[PB4.40_x86] really annoying editor behaviour

Post by Rozek »

Hello!

From time to time I run into a really annyoing editor behaviour: whenever I press Return or try to position the mouse within the editor, it jumps to a fixed location within the code, e.g. the procedure I selected earlier in the "Procedures" list.

This behaviour is *really* annyoing! Does anybody know how I can stop the editor from jumping?

Thanks in advance for any help!
Kind regards,

Andreas Rozek
jamirokwai
Enthusiast
Enthusiast
Posts: 798
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: [PB4.40_x86] really annoying editor behaviour

Post by jamirokwai »

Rozek wrote:Hello!

From time to time I run into a really annyoing editor behaviour: whenever I press Return or try to position the mouse within the editor, it jumps to a fixed location within the code, e.g. the procedure I selected earlier in the "Procedures" list.

This behaviour is *really* annyoing! Does anybody know how I can stop the editor from jumping?

Thanks in advance for any help!
Hi Rozek,

I copy that behaviour. I got mad today working in PB4.40b3 on my MacBook. It jumps to one procedure, sitting almost in the middle of code. If you imagine this is line 1500, and the cursor is jumping there from line 2500... :evil:
The behaviour was introduced with PB4.40b2 at least I think. Didn't try with a prior version though.
Regards,
JamiroKwai
freak
PureBasic Team
PureBasic Team
Posts: 5944
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: [PB4.40_x86] really annoying editor behaviour

Post by freak »

This was fixed with beta 3. Are you sure you don't still have the beta2 IDE ?
quidquid Latine dictum sit altum videtur
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: [PB4.40_x86] really annoying editor behaviour

Post by WilliamL »

I have reported this as not fixed in 4.40x86b3!

@Rozek
I think it was your suggestion to un-select (click in white area) item in Browser window to stop the jump behavior. So click on item to goto item, then unclick that item.
Last edited by WilliamL on Wed Sep 30, 2009 7:57 pm, edited 3 times in total.
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Rozek
User
User
Posts: 64
Joined: Thu Jul 05, 2007 12:19 pm
Location: Böblingen (Germany)

Re: [PB4.40_x86] really annoying editor behaviour

Post by Rozek »

Hello!

I just verified that I am using the latested version of PB (i.e. 4.40 beta 3).

Before installing it, I manually removed the old PureBasic folder to wipe out any previous installation.

The problem still appears...
Kind regards,

Andreas Rozek
Rozek
User
User
Posts: 64
Joined: Thu Jul 05, 2007 12:19 pm
Location: Böblingen (Germany)

Re: [PB4.40_x86] really annoying editor behaviour

Post by Rozek »

Hello again!

I might have found a workaround (which let's me use PB again, at least):

- configure two tools for the tools panel, at least (I chose "Procedure Browser" and "ASCII Table")
- after having used the "Procedure Browser" (e.g. by clicking on a procedure's name) immediately switch to the other tool

You are now again able to use the editor!

However, now another bug appears: although the "Procedure Browser" is no longer active, the chosen procedure is still shown on screen!
Kind regards,

Andreas Rozek
Post Reply