[gedit-list] Eddt-0.1.7 File Browser Release



More functionality and optimizations since my last email, the Eddt plugin is moving along quite quickly, version 0.1.7 has a great deal of optimizations since my last email to everyone.  A toolbar has been added with navigation to parent and refresh; the context menu has been revamped allowing one to set the selected folder as the root of the tree view, create document, create folder, open terminal from folder, and delete; all the code has been re-built to seperate interface from plugin; much of the folder display code has been rebuilt; the default terminal application is stored in GConf as well as the last folder made root, allowing one to open Gedit viewing the last folder; the plugin interface has been revamped allowing other plugins to utilize its functionality, there is a sample plugin bundled that interfaces with Eddt:


eddt = get_instance(window)
eddt.get_settings()
eddt.refresh()
eddt.open_terminal(gnomevfs.URI)
eddt.create_file_in(gnomevfs.URI)
eddt.create_folder_in(gnomevfs.URI)
eddt.unlink(gnomevfs.URI)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]