DeltaEscher / editra

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

Launch plugin shelf does not display long lines #506

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Python source file with something like 'print range(1000)'
2. Execute it with the Launch plugin

What is the expected output? What do you see instead?
1000 numbers should be printed, however they're not visible unless you 
highlight the empty line with the mouse cursor.

This seems to happen whenever large amounts of single-lined data is 
print()'ed.

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

What version of the product are you using? On what operating system?

Editra 0.5.51 on Windows 7 (x64).
What method of install was your version installed with (Binary/Source)?

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

Please provide any additional information below.

Original issue reported on code.google.com by rogerbr...@gmail.com on 20 Apr 2010 at 1:05

GoogleCodeExporter commented 8 years ago
The text control used for the launch window is limited in how many columns it 
can
display. The only real solution I can think of is to add a wordwrap option.

Original comment by CodyPrec...@gmail.com on 25 Apr 2010 at 1:55

GoogleCodeExporter commented 8 years ago
Resolved in r64526

Added word wrap option to Launch configuration dialog under Misc tab.

Will be available in next release with Launch 1.7

Original comment by CodyPrec...@gmail.com on 8 Jun 2010 at 8:23