Changes between Version 8 and Version 9 of UsersWikiNbSqlFunctionsEditor
- Timestamp:
- 09/24/13 06:27:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiNbSqlFunctionsEditor
v8 v9 1 [[TOC]] 2 1 3 = Netbeans SQL Editor with functions autocompletion and PostGIS documentation = 2 3 == Netbeans SQL Editor ==4 4 5 5 [http://netbeans.org/ Netbeans IDE] provides a powerful database explorer and SQL editor. … … 16 16 Unfortunately, the editor does not autocomplete functions/procedures, a feature that would be cool for PostGIS functions. 17 17 18 The !SqlFunctionsCompletion NBM pluginadds this functionality to the SQL editor.18 The '''!SqlFunctionsCompletion''' adds this functionality to the SQL editor. 19 19 20 == !SqlFunctionsCompletion plugin == 21 22 The !SqlFunctionsCompletion plugin is a Netbeans 7.3 plugin (NBM file) extending the default SQL Editor to add '''User-Defined functions and procedures autocompletion''' based on the current query context. 20 !SqlFunctionsCompletion plugin is a Netbeans 7.3 plugin (NBM file) extending the default SQL Editor to add '''User-Defined functions and procedures autocompletion''' based on the current query context. 23 21 24 22 When configuring a Netbeans database connection, a default schema can be set. This default schema is used by the module to search functions from. … … 51 49 * Click on ''check for Updates'' 52 50 53 === Todo === 51 '''Todo''' 54 52 55 53 * Retrieve functions doc URL from live doc instead of hard-coded map.