Build 1.0.0.1052
- FIX: Searching to the end of a query using the Find and Replace dialog caused the main application window to move behind other appliactions
- FIX: When switching fom one options page to another, in the Tools-Options dialog, changes would be lost
- FIX: When executing a query the focus was swithed to the results grid
- FIX: Ctrl-N was not working correctly
- FIX: Moved new query menu item to File-New menu
- FIX: Stored procedure scripting template was not scripting OUTPUT parameters properly
- FIX: When a query file was opened more than once it opened in different query windows
- FIX: When opening the database and server selection dialogs the selected server/database was not always visible
- NEW: Pressing the enter key now performs a Find Next in the Find and Replace dialog
- NEW: If no text is selected when invoking the Find and Replace dialog the current word is used
- NEW: Double clicking in the query margin causes the whole document to be selected
- NEW: Added the ability to perform a syntax check on a query without executing it (Parse Query)
- NEW: Added option to allow the whole document to change case (normal case and keyword case) if nothing is selected
- NEW: Added the ability to Save All queries
- NEW: Added better handling of saving read-only files. A prompt now allows the file to be overwritten
- NEW: Added drag and drop copy/move within the query editor
- NEW: Added option to visualize text/XML when double clicking on a cell in the results grid
- NEW: Added option to be able to track the current query in the workspace tree
- NEW: Added Ctrl-E to execute query
- NEW: A database can be marked as sensitive, and the query background color changed. When set a warning icon is displayed in the query status bar to easily identify live, production, or development databases. This can reduce the risk of running queries against the wrong database accidentally
- NEW: Added option to use a fixed width font in the results grid
- NEW: Typing // now changes to -- (for C# programmers!)
- NEW: Added word wrap in the query editor
- NEW: Added ability to view white space symbols in the query editor
- NEW: Added option to show BIT values as check boxes or 0/1 in the results grid
- NEW: Added ability to copy the selection in the XML Visualizer window
- NEW: Added Refresh to context menu in object views
- NEW: Better feedback when executing queries. Due a known issue when displaying the results grid, status information provides additional feedback
- NEW: Added Query Window section, which organizes query windows by database. This can help you find the correct query window when you have lots of queries open at the same time
- NEW: Added Member Assistance, a first step towards IntelliSense. Member Assistance provides a non-context base list of columns and database objects. Options allow how the list is shown and what is included in the list. The Member Assistance list can be invoked with Ctrl-Space, The Column list can be invoked with Ctrl-Shift-Space. Completion of the current word using Alt-Right Arrow is only available for the member list, not the column list
- NEW: Added the option to list database objects in the workspace tree view
- NEW: Added the ability to drag and drop objects from the workspace tree view to a query window. Using SHIFT allows columns or parameters to be dragged
- NEW: Added the ability to drag and drop files from Windows Explorer to database nodes in the workspace tree view or query page
- NEW: Added QUICK SELECT. Right click in the query window and Quick Select will execute SELECT * FROM the selected token
- NEW: Added the ability to copy the column list from a query results to the clipboard. This can then be pasted to a query window
- NEW: Added more simple SELECT snippets
- NEW: Added the ability to set the number of items displayed in the Windows most recently used list
- NEW: Added User Defined Types, Rules and Defaults to the objects shown in the Workspace tree
- NEW: Added a Files most recently used list
- NEW: Added the ability to set the number of items displayed in the Files most recently used list
- NEW: Added the ability to expand or collapse groups in the query results grid, search results grid, and database object view grids




