From: John L. <jla...@gm...> - 2006-02-26 01:40:36
|
On 2/25/06, Francesco Montorsi <f18...@ya...> wrote: > However there is still another problem I see: unlike wxlua, wxluaedit > always opens the user-chosen files on the same notebook page. Fixed, you need to checkout wxStEdit again. > I searched the code which does this but I couldn't found it by sure. Is > it the fileLoad() function in the editor.wx.lua file ? > In any case I think it would be nice to have the File->Open menuitem of > wxLuaEdit to open files in new notebook pages. editor.wx.lua is the editor for apps/wxlua. The apps/wxluaedit is strictly C++ and uses the wxstedit as the editor with no lua code at all. I've also changed this to add a new page for both as well. -John |