PiRSquared17 / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Horizontal Scrolling not updating correctly on incremental search #425

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the latest version I've noticed a couple of things, newline indentation 
going wacky and 
search shifting the screen (which I think I mentioned a year back, and thought 
was fixed).

INDENT:
Hitting return to get a new line doesn't give you a cursor position below the 
last block of code.
Sometimes when hitting two or three returns, each new line is indented further 
than the 
previous.  Not sure if that last bit is intentional, but its a bit unpleasant, 
so this user would 
rather it didn't do it.

SEARCH + INDENT
I'm pretty sure I raised this a while back, and think it was fixed in an 
earlier version, but anyway 
its back now.  When you search on a term, and one of the hits is near the right 
margin, the 
screen shifts so that the left columns are hidden.  Continuing to search on 
that term, you get 
hits along the left margin, but they are not shown, because the screen is 
shifted to the right still.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
version 0.5.15 on Mac OS 10.4.11

What method of install was your version installed with (Binary/Source)?
Drag binary to app's dir

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

No plug-ins or strange configurations, just normal as installed editra, with my 
font/syntax 
colouring settings.

Cheers,
Ross.

Original issue reported on code.google.com by ros...@gmail.com on 4 Nov 2009 at 2:33

GoogleCodeExporter commented 9 years ago
Hi,

Please in the future always create separate reports when you have multiple 
different
issues to address.

#1) What kind of files are you editing that you see this in, and are there Tab
characters in these files? I can't reproduce what your seeing in anything that 
I use
on a regular basis.

#2) Have not heard or seen this issue before. I guess I always limit my code to 
80
columns though so probably wouldn't notice it. This is likely a Scintilla issue 
that
I am not sure if I have control over or not but will investigate as time 
provides.

Thanks,

Cody

Original comment by CodyPrec...@gmail.com on 4 Nov 2009 at 2:43

GoogleCodeExporter commented 9 years ago

Sorry - I'm don't always have a moment to file bug reports - but will try to 
remember to split 'em into two.

#1  I've been doing python to javascript porting so I have those two files up, 
and I'm typing in the javascript one 
when I've seen it.  It's intermittent though, and it hasn't been reproducible 
on command.   Will post another note if 
it happens.

#2  Oh well.

Original comment by ros...@gmail.com on 4 Nov 2009 at 2:55

GoogleCodeExporter commented 9 years ago
Can no longer reproduce the first issue.

Second issue of screen not scrolling back to make text fully visible is still 
reproducible.

Updating issue title to reflect this

Original comment by CodyPrec...@gmail.com on 24 Jan 2011 at 9:02