On 2/25/06, Francesco Montorsi <[EMAIL PROTECTED]> 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 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
