Cursor starts on top of code in Editor ...

Scubaticus

Active Member
Licensed User
I'm not sure if this is a bug or just not implemented.

- Click the cursor in my source
- Click "set breakpoint" button
- Run

Now I close my source app (not with the editor's stop running button, but with the upper right cross in my app)

I get back to the editor and my cursor is on row 0,0

Because there are no linenumber in the editor visible, it will take several steps to get to the place in the source the cursor was originally.

This is not always happening. Sometimes the cursor stays were it was before just the way it was mentioned i guess. But 9 out of 10 times it's page-down time ........

Scub
 

Cableguy

Expert
Licensed User
Longtime User
Another "BUG" is that when copying a piece of code in to the midle part of our won cuurent app the cursor return to the (0,0) line,colum...
 

Scubaticus

Active Member
Licensed User
This will be fixed in the next update.
I hope it will not take a long time as it takes out all the fun working on big projects. Concentrating on a specific piece of coding is very difficult at the moment when the cursor is going crazy.

But on the other hand, without b4ppc I wouldn't develop anything for my PPC.

Scub
 
Top