Changes between Version 1 and Version 2 of UsersWikiNbSqlFunctionsEditor
- Timestamp:
- 09/23/13 12:11:38 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiNbSqlFunctionsEditor
v1 v2 13 13 Unfortunately, the editor do not autocomplete functions/procedures, a feature that would be cool for PostGIS functions. 14 14 15 [[Image(sqleditor.png)]] 16 15 17 The !SqlFunctionsCompletion NBM plugin adds this functionality to the SQL editor. 16 18 17 19 == !SqlFunctionsCompletion plugin == 18 20 19 === Presentation ===20 21 21 The !SqlFunctionsCompletion plugin is a Netbeans plugin (NBM file) extending the default SQL Editor to add functions and procedures autocompletion based on the current query context. 22 22 23 23 When configuring a Netbeans database connection, a default schema can be set. This default schema is used by the module to search functions from. 24 25 [[Image(pgissqleditor.png)]] 24 26 25 27 === Features === … … 29 31 * Documentation version is chosen according to the running PostGIS version. 30 32 31 === Installation===33 === How to Install === 32 34 33 35 * Download the !SqlFunctionsCompletion Netbeans module … … 36 38 * Install the plugin, restart Netbeans IDE 37 39 38 === Updates === 40 === How to Update === 41 42 === Todo === 43 44 Retrieve functions doc URL from live doc instead of hard-coded map.