Changes between Version 7 and Version 8 of UsersWikiNbSqlFunctionsEditor


Ignore:
Timestamp:
Sep 24, 2013, 6:06:00 AM (11 years ago)
Author:
NicolasRibotOsgeo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiNbSqlFunctionsEditor

    v7 v8  
    55[http://netbeans.org/ Netbeans IDE] provides a powerful database explorer and SQL editor.
    66The SQL editor offers features such as:
     7
    78 * Syntax coloring
    89 * Contextual code completion for databases, schemas, tables, columns
    910 * Execution of SQL code at cursor
    1011 * Execution of SQL scripts
    11  * etc.
     12 * etc.||
    1213
    1314[[Image(sqleditor.png)]]
    1415
    15 Unfortunately, the editor do not autocomplete functions/procedures, a feature that would be cool for PostGIS functions.
     16Unfortunately, the editor does not autocomplete functions/procedures, a feature that would be cool for PostGIS functions.
    1617
    1718The !SqlFunctionsCompletion NBM plugin adds this functionality to the SQL editor.
     
    1920== !SqlFunctionsCompletion plugin ==
    2021
    21 The !SqlFunctionsCompletion plugin is a Netbeans plugin (NBM file) extending the default SQL Editor to add User-Defined functions and procedures autocompletion based on the current query context.
     22The !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.
    2223
    2324When configuring a Netbeans database connection, a default schema can be set. This default schema is used by the module to search functions from.
     
    3536
    3637 * Download the !SqlFunctionsCompletion Netbeans module (attachment:org-nico-db-sql-editor.nbm)
    37  * Open Netbeans plugin manager (tools -> plugins)
    38  * Click on Downloaded tab and add the downloaed .nbm file
    39  * Install the plugin, restart Netbeans IDE
     38 * Open Netbeans Plugins Manager (menu Tools | Plugins)
     39 * Click on ''Downloaded'' tab and add the downloaded .nbm file
     40 * Install the plugin
     41 * Restart Netbeans IDE
    4042
    4143=== How to Update ===
    4244
     45The 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.
     46
     47To do a manual update:
     48
     49 * Open Netbeans Plugins Manager (menu Tools | Plugins)
     50 * Click on ''Updates'' tab
     51 * Click on ''check for Updates''
     52
    4353=== Todo ===
    4454
    45 Retrieve functions doc URL from live doc instead of hard-coded map.
     55 * Retrieve functions doc URL from live doc instead of hard-coded map.
     56 * Test other databases/env