ilyxa20 / flashdevelop

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

Multi line edit breaks on code completion #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new page, with 'package{ public class Test{ /*Begin Here*/ } }'
2. Begin a multi-line edit (Shift+Alt+Down)
3. Type in 'private'

What is the expected output? What do you see instead?
Expected: Multiple lines reading 'private'
Actual Result: When code hinting appears, further input only occurs for the 
last of the selected lines (see attached image).

What version of the product are you using? On what operating system?
Flash Develop 4.0.0 RC3 on Windows 7

Original issue reported on code.google.com by alan.c...@powerfront.com.au on 21 Dec 2011 at 11:22

Attachments:

GoogleCodeExporter commented 8 years ago
This seems to be a bug in Scintilla - it doesn't report that the selection is 
rectangle (selection using alt) so completion doesn't know it shouldn't kick in.

Original comment by philippe...@gmail.com on 12 Mar 2012 at 2:17

GoogleCodeExporter commented 8 years ago

Original comment by philippe...@gmail.com on 21 Jul 2013 at 6:51