Changes between Version 11 and Version 12 of UsersWikiNbSqlFunctionsEditor
- Timestamp:
- 09/28/13 11:26:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiNbSqlFunctionsEditor
v11 v12 1 1 [[TOC]] 2 2 3 = Netbeans SQL Editor with functions autocompletion and PostGIS documentation =3 = !NetBeans SQL Editor with functions autocompletion and PostGIS documentation = 4 4 5 5 [http://netbeans.org/ Netbeans IDE] provides a powerful database explorer and SQL editor. … … 18 18 The '''!SqlFunctionsCompletion''' adds this functionality to the SQL editor. 19 19 20 !SqlFunctionsCompletion plugin is a Net beans 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. 21 21 22 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. 23 23 24 24 [[Image(pgissqleditor.png)]] 25 26 [[Image(sqlfunctionsprefpane.png)]] 25 27 26 28 === Features === … … 33 35 === How to Install === 34 36 35 * Download the !SqlFunctionsCompletion NetBeans module from the [NetBeans Plugins Portal]36 * Open Netbeans Plugins Manager (menu Tools | Plugins)37 * Download the !SqlFunctionsCompletion !NetBeans module from the [http://plugins.netbeans.org/plugin/50664/ !NetBeans Plugins Portal] 38 * Open !NetBeans Plugins Manager (menu Tools | Plugins) 37 39 * Click on ''Downloaded'' tab and add the downloaded .nbm file 38 40 * Install the plugin … … 41 43 === How to Update === 42 44 43 The plugin automatically installs an Update Center. If Netbeans Auto Update feature is on, the plugin will be updated automatically when a new version is published.45 The plugin automatically installs an Update Center. If !NetBeans Auto Update feature is on, the plugin will be updated automatically when a new version is published. 44 46 45 47 To do a manual update: 46 48 47 * Open Netbeans Plugins Manager (menu Tools | Plugins)49 * Open !NetBeans Plugins Manager (menu Tools | Plugins) 48 50 * Click on ''Updates'' tab 49 51 * Click on ''check for Updates''