andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Select filename in rename dialog (getChildren approach) #198

Closed vi closed 10 years ago

vi commented 10 years ago

Without the thread hack Qt resets selection after us.

If the code fails, expected behaviour is just all text selected without any error messages, like before.

andreikop commented 10 years ago

Hi

Works fine!

Implementation notes:

    # select file name in input dialog
   bla()
   foo()
   # fix up selection
   bar()
vi commented 10 years ago

I've seen this notes. Maybe implement them once I get "Enki hacking mood" again...

My current implementation is kept afloat by git pull --rebase from update to update. I usually try to force my changes into upstream (i.e. fix these issues and re-submit the pull request) when sick and tired to rebasing them every time.

andreikop commented 10 years ago

Closing to make the list of opened issues shorter. Reopen when having "hacking mood"!