<Space> and <Enter> keys do the same thing in Filebrowser plugin. The following patch modifies that of <Enter> key, so it switches focus to editor after switching to corresponding document.
On Sun, 28 Feb 2010 09:02:04 -0800 (PST), Can wrote:
<Space> and <Enter> keys do the same thing in Filebrowser plugin. The following patch modifies that of <Enter> key, so it switches focus to editor after switching to corresponding document.
Based on your second patch, I implemented it a bit differently, actually without modifying the core at all. If I didn't miss anything, it should behave now as requested.
Btw, if you change any part of the plugin API (definitions in src/plugindata.h) you should also increase the plugin API. Just as a note, no problem at all.
Regards, Enrico