Sorry for the delayed reply .. I just searched about the codemirror and Chrome Devel tool , as you said chrome devel tool is much better than the Code mirror . Ofcourse we should make a autocomplete part like chrome's one ,Databases, tables, columns (Just the names) must stored temporally when SQL editor is open because making request for every suggestion is not good for quick suggestion and for the developers it will not help if it have a delay , After the successful execution of a SQL query we can wipe the temporary memory  . Any suggestion?????


On Wed, Jun 25, 2014 at 10:46 AM, Edward Cheng <c4150221@gmail.com> wrote:
Hi,
I have think about autocomplete, databases and tables can be loaded to
localstorage--most of the time they don't need send a request.
Uhh, I'm not sure do the colums need a request? Or load them all to
localstorage?
Autocomplete is based on CodeMirror, experience of it's autocomplete
part is not good enough. I like the Chrome Devel Tool console, we
should make one just like it.

2014-06-25 12:37 GMT+08:00 kumaran ragunathan <www.rkumaran7@gmail.com>:
> I mean that as other editors (notepad ++ , dream weaver , eclipse , ) ....
> When we try to type keywords the it will automatically suggest the keywords
> (select , from , where ....) and it will automatically retrieve the fields
> >From table  ......
>
> On Tuesday, June 24, 2014, Marc Delisle <marc@infomarc.info> wrote:
>>
>> Le 2014-06-24 11:17, kumaran ragunathan a écrit :
>> >     the SQL notations / syntax which some one try to type a SQL query on
>> > SQL
>> >     editor on phpmyadmin , i decided to implement this using AJAX ....
>> > any
>> >     ideas? or suggestions? .....
>>
>> Hi,
>> how would it be an improvement? You want to call a PHP script via AJAX,
>> that would do the syntax verification and highlighting?
>>
>> --
>> Marc Delisle | phpMyAdmin
>>
>>
>> ------------------------------------------------------------------------------
>> Open source business process management suite built on Java and Eclipse
>> Turn processes into business applications with Bonita BPM Community
>> Edition
>> Quickly connect people, data, and systems into organized workflows
>> Winner of BOSSIE, CODIE, OW2 and Gartner awards
>> http://p.sf.net/sfu/Bonitasoft
>> _______________________________________________
>> Phpmyadmin-devel mailing list
>> Phpmyadmin-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
>
>
> --
>
> R.Kumaran
>
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>



--
Edward Cheng

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel



--