aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/javaeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Use simple text indentation as defaultEike Ziller2020-03-041-1/+0
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-1/+1
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* Android: Simplify code assist by using KeywordsCompletionProviderDavid Schulz2017-07-271-2/+10
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Remove a few TextDocument subclassesEike Ziller2016-05-311-16/+7
* Android: Remove useless java autocompleter.David Schulz2016-04-191-2/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-13/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* Add override to IDocument hierarchyEike Ziller2015-06-111-2/+2
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-5/+6
* TextEditor: Simplify configuring generic highlighterEike Ziller2015-02-161-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-4/+2
|/
* TextEditor: Factory cosmeticshjk2014-10-151-0/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-16/+1
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-2/+2
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-15/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+15
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+1
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | Android: Use a BaseEditorFactory derived class for JavaEditorhjk2014-08-221-25/+33
* | Android: General java editor related code consolidationhjk2014-08-201-23/+33
* | TextEditor: Centralize settings connections setuphjk2014-08-201-3/+1
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-4/+2
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-9/+3
* | TextEditor: Start moving data from *EditorWidget to *Editorhjk2014-07-311-7/+1
* | TextEditor: Make completion assist provider a data memberhjk2014-07-311-5/+1
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-9/+1
|/
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-0/+1
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* Android: Add minimal Java editing supportDaniel Teske2014-01-201-0/+134