[XGP-announce] XGP 0.4.1
Brought to you by:
spratt
|
From: Lindsey S. <sp...@al...> - 2005-09-25 19:39:21
|
XGP 0.4.1 is now available at http://xgp.sourceforge.net/ From the NEWS file: Changes from release 0.4.0 to 0.4.1: * User Interface Changes: + Added 'history' popup menu of all of the queries evaluated using that dialog (each dialog has its own history). Queries are listed uniquely and added "Unique Evaluation History" preference. + Added 'Find Definition for Selection' option to 'Tools' menu with key shortcut of 'command-d'. Fixed the key shortcut for 'Find Previous' to the standard command-shift g. + Extended the storage tab in the Preferences dialog to indicate what the current values are, and what the values will be the next time XGP is opened. * Bug Fixes: + Fixed bug in stream positioning. This bug fix also changed the setting of buffering for the console, so xgp__initialize_environment/0 now explicitly sets the stream buffering on '#XGP Console#' to 'line' to ensure that output is flushed for every newline. + Fixed cw_set_item/3 to support setting the menu and preselected items for a popup menu. E.g. cw_set_item(some_window, popup_item, [[a,b], [b]]) sets the popup menu for popup_item to [a, b] and the selected item to 'b'. * New predicates: + scroll_to_cursor/1. + Undocumented: xgp_get_selected_text/2, xgp_find_definition_for_predicate/1, xgp__scroll_document_to_selected_range/1, and xgp__get_document_text_with_range/4. Enjoy, Lindsey Spratt |