[Gambas-user] Strange Keyboard Behavior
tobi
tobiasboege01 at ...1601...
Sat Mar 10 23:49:53 CET 2012
hi,
On Sat, 10 Mar 2012, Bill-Lancaster wrote:
>
> OK Ran the code but no change, e.g.
>
> part of a line of code is " 1005 AND TransDate >= '"
>
> if I delete the "D" in TransDate I get " 1005 AND TransDte >= '" & mGen"
>
> At this point, the cursor is not representing the point of editing.
>
> I'm going to try to copy this project into a new one. New projects don't
> deem to have this problem.
>
> Thanks Jussi
well, this completely is speculation but there are two things coming to my mind:
1. are you sure there are no control characters in your sources that may confuse the editor control?
some source migration/conversion or whatever problem?
2. you said that your project is rather large. i think i remember editing a large file (huge line
lengths and overall size) when similar problems occured (not sure whether i didn't just dream it)
but this was completely outside gambas so the problem may be elsewhere. to follow this assumption
we must know anyway if your sources match the above characteristics (long lines/huge source
files).
regards,
tobi
More information about the User
mailing list