RefactorErl 0.9.14.02 Release Notes ------------------------------------------------------------------------ The 0.9.14.02 release is compatible with Erlang/OTP-R16B. The 0.9.14.02 release introduces a new database schema, so you should reset and then rebuild your database. improvements ------------------------------------------------------------------------ - Web2 To learn more about this interface, please, visit http://pnyf.inf.elte.hu/trac/refactorerl/wiki/Web2 - Multiple browser roots can be given to handle your separate projects in one instance of the tool. - Query results got a fancier display format. - Files, which are located at server that runs web2, can be downloaded. - Several stabilisations were made (e.g.: processes are supervised). - Sideboxes of Queries page are resized on window resize. - The state of a page can be shared with teammate by sending the url. - Improved the handling of serving older states of a page. Now, you can get back your previous states from the history of web browser. - Context menus appear in the case of viewing a file that has not been added to the database. By using the context menu, you can select and also copy the content of these files, too. - The export query results feature is improved by providing a more readable output format of the results. - Code duplicates page is removed. - Restricted mode is introduced. When the inteface has been started in restricted mode separate permisson levels are handled. Standard users cannot do the following tasks via the interface: - modifying the database content; - accessing the Database page; - accessing the Errors page. Admin users can still use the complete functionality of the interface. - While you are browsing a file, you may notice a special dynamic function referenence candidate. RefactorErl had been equipped to handle this, to read more about this feature, please, visit: http://pnyf.inf.elte.hu/trac/refactorerl/wiki/DynamicCallAnalysis#User-definedfunctionreferences Now, you can save and share these candidates via the interface. - WX: To learn more about this feature, please, visit http://pnyf.inf.elte.hu/trac/refactorerl/wiki/WxInterface - Predefined queries, which appear in Wx, are refined. - The context menu (called as query buble, here) assist you in composing queries by the autocomplete feature. - The autocomplete feature is now fully supported via WX. - Clone IdentifiErl: To learn more about this feature, please, visit http://pnyf.inf.elte.hu/trac/refactorerl/wiki/CloneIdentifiErl - The detected clones can be dumped into a given file. fixes ------------------------------------------------------------------------ - Web2 - The 'unreachable first job' bug is corrected. - Faulty menu items of database box located in Queries page are removed.