summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Fix document appearing as it is all changed on openOrgad Shaneh2013-10-161-1/+2
* BaseHoverHandler: Code cosmeticshjk2013-10-112-15/+27
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-108-12/+12
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Revert "Pass ShortcutOverride events to base class in BaseTextEditorWidget."Nikolai Kosjar2013-10-091-4/+11
* TextEditor: Fix displaying function proposalsNikolai Kosjar2013-10-091-1/+1
* TextEditor: Clarify "Using keyboard shortcut (Alt)" in the settings.Nikolai Kosjar2013-10-091-20/+45
* Pass ShortcutOverride events to base class in BaseTextEditorWidget.David Schulz2013-10-091-11/+4
* Fix MSVC warningOrgad Shaneh2013-10-081-2/+1
* Fix a crash on codestylesettingsjkobus2013-10-072-17/+0
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-026-15/+1
* Editor: TabSettings: Make some functions static.David Schulz2013-10-013-19/+17
* Do not generally add a plugin's directory to its include paths.Christian Kandeler2013-10-011-0/+1
* CppEditor: "Follow Symbol Under Cursor" for virtual functionsNikolai Kosjar2013-10-015-16/+27
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-017-1/+20
* TextEditor: Move isAsynchronous() up to IAssistProviderNikolai Kosjar2013-10-015-19/+32
* EditorManager: Add "Find in this directory..." for open filesOrgad Shaneh2013-09-302-1/+3
* Autoindent: Don't reindent on every autotext insert.Christian Kamm2013-09-271-2/+0
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-273-7/+7
|\
| * Doc: edit texteditor plugin API docsLeena Miettinen2013-09-113-7/+7
* | Move findOnFileSystem from FolderNavigation to FindInFilesOrgad Shaneh2013-09-272-1/+17
* | TextEditor: Use direct interface for registerMimeTypeForLanguageIdhjk2013-09-262-3/+3
* | TextEditor: Update circular clipboard on cutOrgad Shaneh2013-09-252-6/+12
* | CodeStyleSettings: De-noise user code by using QByteArray ids.hjk2013-09-256-29/+29
* | Core: Clean up some ICore::instance() useshjk2013-09-241-2/+1
* | Cleanup IWizard interface and usershjk2013-09-243-38/+26
* | Apply static pattern to TextEditorSettinghjk2013-09-2013-144/+131
* | Fix compilation of generichighlighter test on Windowsjkobus2013-09-187-29/+43
* | TextEditor: Do not trigger autocomplete after user aborts...Orgad Shaneh2013-09-184-4/+33
* | Editor: Make "Visualize Whitespace" checkable again.David Schulz2013-09-161-0/+1
* | Utils: Cleanup of Tooltip interfacehjk2013-09-132-8/+7
* | TextEditor: Fix typoOrgad Shaneh2013-09-121-1/+1
* | TextEditor: CodeAssist: Initialize all pointer members to 0Nikolai Kosjar2013-09-101-0/+1
* | TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-094-26/+46
* | Locator: Clean up LocatorManager interfacehjk2013-09-061-3/+1
* | SessionManager: Apply 'static' patternhjk2013-09-051-0/+1
* | Find: Turn SearchResultItem struct into classTobias Hunger2013-09-041-5/+3
* | ProjectManager: Use Core::Id for progress typeshjk2013-09-044-10/+6
* | Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* | Completions: move continuations upper in proposals list.Alexey Semenko2013-09-034-9/+24
* | Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* | Apply 'static' pattern to MimeDatabasehjk2013-09-034-15/+13
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-0211-32/+21
* | Core: Static pattern for ProgressManager, clean up all usershjk2013-09-023-44/+40
* | Fix generic highlighter autotestjkobus2013-08-307-47/+136
* | Core/Help: Clean up HelpManager interface and usershjk2013-08-301-2/+2
* | Core: Force use of static DocumentManager interfacehjk2013-08-301-17/+23
* | EditorManager: Use interface directly instead of going through ICorehjk2013-08-303-3/+3
* | EditorManager: Use static pattern, adjust surrounding codehjk2013-08-309-24/+19
* | Fix qbs build.Christian Kandeler2013-08-291-1/+1