Re: Auto-complete and Calltips in SQL Editor

From: jaime soler <jaime(dot)soler(at)gmail(dot)com>
To: klo uo <klonuo(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Auto-complete and Calltips in SQL Editor
Date: 2014-10-09 09:16:16
Message-ID: 1412846176.11127.4.camel@enterprisedb01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-admin

El dom, 27-07-2014 a las 15:16 +0200, klo uo escribió:
> Hi list,
>
> Initially I posted this message in general list, where I was suggested
> to use this list instead.
> This is the link to initial message: message
better, you should send to:

pgadmin-hackers(at)postgresql(dot)org

>
> It was confirmed that pgAdmin uses Scintilla which has interface for
> calltip and auto-complete functions defined in:
>
> scintilla\src\CallTip.h
> scintilla\src\AutoComplete.h
>
> with simple implementation described in
>
> scintilla\doc\ScintillaUsage.html
>
> or full in SciTE editor.
>
>
> As implemented in SciTE these controls are evoked only if user
> provides calltip and auto-completion definitions (through *.api files)
> and user defines triggers for each action.
>
>
> These can be seen as helpers at least in these scenarios:
>
> - novice user learning SQL or PL/pgSQL
> - user learning PostgreSQL extension, like PostGIS
> - user manages own function
>
>
>
> I attached screenshots of these suggestions as they appear in SciTE.
>
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message klo uo 2014-10-09 14:32:22 Fwd: Auto-complete and Calltips in SQL Editor
Previous Message Dave Page 2014-10-07 10:57:38 pgAdmin III commit: Update the disk image creation script so it works o

Browse pgsql-admin by date

  From Date Subject
Next Message klo uo 2014-10-09 14:32:22 Fwd: Auto-complete and Calltips in SQL Editor
Previous Message Simon Riggs 2014-10-08 13:15:51 Re: PostgreSQL Training