code-google-com / editra-plugins

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

Projects plugin does not set editor focus. #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?

Projects 1.3

What steps will reproduce the problem?

1. Double click on a file in the project tree.
2. Start typing.

What is the expected output? What do you see instead?

I would expect the typed chars to appear in the editor. They are instead
sent to the project tree control. Note that the caret IS visible in the
editor and it is blinking indicating that it's ready for me to start typing.

What version of Editra are you using? On what operating system?

Editra 0.4.95 using Windows Vista 32bit SP2.

Please provide any additional information below.

This should be easy to fix, every time a file is double clicked in the
tree, the focus should be sent to the editor after the file is loaded and a
tab is opened.

Original issue reported on code.google.com by arkadius...@gmail.com on 29 Jun 2009 at 1:41

GoogleCodeExporter commented 9 years ago
Should be fixed in svn now.

Windows needs special handling to get focus to set to buffer correctly.

Original comment by CodyPrec...@gmail.com on 29 Jun 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Thank you for a quick response.

I have to admit that I'm very impressed with Editra and I look forward to even 
better
future versions. My search for a programmers editor may finally come to an end. 
Keep
it up.

Original comment by arkadius...@gmail.com on 29 Jun 2009 at 8:31