summaryrefslogtreecommitdiff
path: root/src/shared/qscripthighlighter
Commit message (Expand)AuthorAgeFilesLines
* Moved the QScriptHighlighter & friends into the QmlJS library.Erik Verbruggen2010-01-1810-2070/+0
* Simplified the handling of QML/JS commentsRoberto Raggi2010-01-152-80/+2
* Fixed indentation of single line QML/JS comments.Roberto Raggi2010-01-151-2/+4
* Fixed indentation of QML/JS multi line commentsRoberto Raggi2010-01-151-5/+17
* Highlight using the `label char format' the identifiers and the dots at the l...Roberto Raggi2010-01-141-1/+9
* Improved QML/JS indenter when using C-like multiline comments.Roberto Raggi2010-01-142-38/+33
* Use the QML/JS incremental scanner in the indenter.Roberto Raggi2010-01-142-87/+67
* Removed duplicated symbols.Roberto Raggi2010-01-146-57/+11
* Removed obsolete code.Roberto Raggi2010-01-141-3/+3
* Fixed indentation of QML/JS function calls.Roberto Raggi2010-01-131-2/+4
* Improved the QML/JS indenter when indenting statements with inserted semicolonsRoberto Raggi2010-01-131-9/+24
* New smart indenter for QML files.Roberto Raggi2010-01-121-7/+8
* Look at the token under cursor when checking if the context allows auto paren...Roberto Raggi2010-01-121-0/+1
* Refactored the JavaScript indeter so it can be adapted to support both QML an...Roberto Raggi2010-01-083-2/+1235
* Add copyright headers.Tobias Hunger2010-01-063-0/+87
* Moved files common to the QML editor and Bauhaus into a separate library.Erik Verbruggen2009-12-024-6/+28
* Silence compiler warningThorbjørn Lindeijer2009-11-171-1/+1
* Fixed the QML indenting.Erik Verbruggen2009-11-163-4/+8
* Whitespace visualisation in the QML/JS editor akin to the C++ editor.Erik Verbruggen2009-10-082-3/+25
* Fixed the incremental scanner for the JS/QML highlighter.Erik Verbruggen2009-10-085-323/+259
* some action cleanup for the qml editormae2009-10-012-0/+2
* Split off the incremental lexer from the QScriptHighlighter into aErik Verbruggen2009-09-285-409/+637
* long live the kinghjk2009-08-143-3/+3
* Fixed compiler/lupdate/uic warnings.Friedemann Kleint2009-07-291-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-173-6/+6
* Improved highligting of bindings.Roberto Raggi2009-05-111-1/+7
* The `:' should be considered a separator and not an alpha char.Roberto Raggi2009-05-111-2/+3
* Highlight 'id:' bindings using the `keyword' format.Roberto Raggi2009-05-111-1/+17
* Add the JS keywords to the completion box and improved the highlighting of la...Roberto Raggi2009-05-062-76/+77
* Highlight the bindings using the C_LABEL attribute.Roberto Raggi2009-04-301-0/+3
* Initial work on the DUI editor-plugin.Roberto Raggi2009-04-222-2/+13
* String state does not propagate!Roberto Raggi2009-03-311-4/+0
* Fixes: change file license headers to include LGPLhjk2009-02-253-63/+51
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-266-0/+622