giorgifafa / editra

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

Invisible text: A line of text cannot be seen #820

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I opened an SVG file. The line with 11815 columns cannot be seen. When you 
highlight the line, you can see that there are texts. 

What is the expected output? What do you see instead?
The expected output is that, of course, I should see all the texts. I opened 
the file in Notepad++ and everything is visible.

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.7.20 on Windows 7 Professional 64-bit.

What method of install was your version installed with (Binary/Source)?
Binary

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

Please provide any additional information below.

In the attached file, I cannot see line 56.

Original issue reported on code.google.com by lesternu...@gmail.com on 12 May 2014 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago
This is issue of old scintilla control used by wxPython2.8.

The scrollbar area only buffers to a certain width. You can however get to the 
text through keyboard navigation (arrow keys, end/home, ect...).

Original comment by CodyPrec...@gmail.com on 15 Oct 2014 at 1:39