matkuki / qscintilla_docs

Documentation for QScintilla editing component of the PyQt framework
http://qscintilla.com/
GNU General Public License v3.0
59 stars 17 forks source link

Preserve selections when undoing/redoing #8

Closed brupelo closed 5 years ago

brupelo commented 5 years ago

Hi again! I've asked about this one few weeks ago and also opened an issue on scintilla tracker at sourceforge. It seems Neil Hodgson won't implement it though and I dont know how to overcome these limitations

So, if you know how to achieve this behaviour, could you please describe me how to implement it? By doing so the usability of pyblime v0.0.2 would be increased drastically and starting to feel like coding in sublime

Thanks!!! As usual... ;)

brupelo commented 5 years ago

Just to ilustrate a little bit further my question, let me show a comparison of the same command between pyblime and sublime:

vs

As you can see, the differences are quite obvious when undoing stuff... the command do the same... but when you undo in Sublime it feels really good and optimal while when you undo in pyblime feels really creepy and out of control :)

brupelo commented 5 years ago

Closing this as I've opened a proper thread in Scintilla forums, not sure the issue will be solved anytime soon... :(