[Phpmyadmin-git] [phpmyadmin/phpmyadmin] bf63a4: Basic autocomplete in SQL Query editor

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bf63a462cc068be2e48ef0ebf03fd76756a2b961 https://github.com/phpmyadmin/phpmyadmin/commit/bf63a462cc068be2e48ef0ebf03f... Author: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in> Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: A js/codemirror/addon/hint/show-hint.js A js/codemirror/addon/hint/sql-hint.js M js/console.js M js/functions.js M libraries/Console.class.php M libraries/Header.class.php M themes/pmahomme/css/codemirror.css.php Log Message: ----------- Basic autocomplete in SQL Query editor - Autocomplete SQL keywords using CodeMirror hint addon - Inline, footer SQL editors are not included - Table/Database names completion is not implemented - Added autocompletion to console, inline SQL editor, create view dialogue - Autocomplete on `inputRead` instead of `change` event. Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in> Commit: 7f99c14f5d41585d9426e52b2013d795031b376a https://github.com/phpmyadmin/phpmyadmin/commit/7f99c14f5d41585d9426e52b2013... Author: Marc Delisle <marc@infomarc.info> Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M ChangeLog Log Message: ----------- ChangeLog entry Signed-off-by: Marc Delisle <marc@infomarc.info> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2e05422b1af2...7f99c14f5d41
participants (1)
-
Marc Delisle