Feature #27
closedOne cannot paste several lines in the input field
100%
Description
I'm not exactly sure to understand the problem, but when copying several lines and pasting them in the intput, only the first line is shown. Perhaps an attribute of the wxPython TextCtrrl.
Updated by Vincent Le Goff about 8 years ago
- Sprint/Milestone changed from 3 to 4
Added by Vincent Le Goff about 8 years ago
Updated by Vincent Le Goff about 8 years ago
- Status changed from Open to Closed
- Assignee set to Vincent Le Goff
- % Done changed from 0 to 100
Since there is not exactly an input field anymore, but all is in the output, pasting several lines is easier. It lacked in automation, however, since pasting several lines ending with an end of line had to send the list of commands to the server without waiting. It's now done in commit eafe050ade724b228d9a8c5c5b0e7db4fa9670ad.
Updated by Vincent Le Goff about 8 years ago
- Tracker changed from Feature to Bug
- Status changed from Closed to Open
Updated by Vincent Le Goff about 8 years ago
- % Done changed from 100 to 90
The input already present before pasting isn't taken into account.
Added by Vincent Le Goff about 8 years ago
Revision d00ab808 | View on GitHub | diff
Fix #27: one cannot paste several lines in the input field
Updated by Vincent Le Goff about 8 years ago
- Tracker changed from Bug to Feature
- Status changed from Open to Closed
- % Done changed from 90 to 100
Fixed in commit d00ab8084f51261f827c9f1a5d84b412e5e5c23b.
Please register to edit this issue
Also available in: Atom PDF Tracking page
Fix #27: one cannot paste several lines in the input field