Changes between Version 1 and Version 2 of UsersWikiNbSqlFunctionsEditor


Ignore:
Timestamp:
Sep 23, 2013, 12:11:38 PM (11 years ago)
Author:
NicolasRibotOsgeo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiNbSqlFunctionsEditor

    v1 v2  
    1313Unfortunately, the editor do not autocomplete functions/procedures, a feature that would be cool for PostGIS functions.
    1414
     15[[Image(sqleditor.png)]]
     16
    1517The !SqlFunctionsCompletion NBM plugin adds this functionality to the SQL editor.
    1618
    1719== !SqlFunctionsCompletion plugin ==
    1820
    19 === Presentation ===
    20 
    2121The !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.
    2222
    2323When 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)]]
    2426
    2527=== Features ===
     
    2931 * Documentation version is chosen according to the running PostGIS version.
    3032
    31 === Installation ===
     33=== How to Install ===
    3234
    3335 * Download the !SqlFunctionsCompletion Netbeans module
     
    3638 * Install the plugin, restart Netbeans IDE
    3739
    38 === Updates ===
     40=== How to Update ===
     41
     42=== Todo ===
     43
     44Retrieve functions doc URL from live doc instead of hard-coded map.