summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add toSet/toList functionshjk2019-07-021-2/+2
* ProjectExplorer: Respect pinned documentsChristian Kandeler2019-06-212-6/+6
* ProjectExplorer: Add "Open Terminal Here" as default entryAndre Hartmann2019-06-121-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-287-21/+21
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-171-1/+3
|\
| * Fix directory used for "Find in This Directory"Eike Ziller2019-05-091-1/+3
* | Allow pinning files to ensure that they are always openMitch Curtis2019-04-037-45/+177
* | Fix usage of deprecated API QMessageBox::standardIconEike Ziller2019-03-281-1/+1
* | EditorManager: add signals for opened/closed documentsDavid Schulz2019-03-122-5/+11
|/
* use initializer listsTim Jenssen2019-01-211-6/+5
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* DocumentModel: Keep sorted on renamesTobias Hunger2018-12-191-11/+51
* Core: Fix using system codecDavid Schulz2018-12-121-2/+9
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-032-2/+7
* Fix context of Locator inputEike Ziller2018-08-091-1/+5
* Core: ModernizeAlessandro Portale2018-08-0813-60/+53
* Core: Fix missing includeChristian Stenger2018-07-021-0/+1
* Move editor factory search function to recently created private headerEike Ziller2018-07-024-48/+48
* Allow changing the default editor for mime typesEike Ziller2018-07-024-12/+125
* Remove mostly useless function parameterEike Ziller2018-06-255-15/+10
* Remove unneeded checks for validity of mime typesEike Ziller2018-06-252-39/+27
* Fix large text file detectionEike Ziller2018-06-251-1/+1
* Do not show external editors in mime settingsEike Ziller2018-06-253-7/+5
* Move code for finding editor factories out of editor managerEike Ziller2018-06-257-109/+123
* CorePlugin: Switch split if remote command tries to open an already opened fileRazi Alavizadeh2018-06-222-1/+13
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1
* Fix that removing splits results in code model issuesEike Ziller2018-05-254-23/+48
* Core: Consistently use nullptrTobias Hunger2018-05-082-8/+8
* Core: Use override consistentlyTobias Hunger2018-05-076-12/+12
* DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-05-021-1/+1
* Utils: Use free functions in OsSpecificAspectshjk2018-04-241-2/+2
* Fix potential nullptr access in editor managerEike Ziller2018-04-161-1/+1
* DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-04-121-2/+2
* Fix that menus didn't show ampersands in files namesEike Ziller2018-03-261-5/+9
* FilePropertiesDialog: Show mime-type and default editorRazi Alavizadeh2018-03-202-14/+22
* Restore extra editor windows when opening sessionEike Ziller2018-03-204-6/+68
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-1/+2
|\
| * Fix ordering of items without file name in open documents popupEike Ziller2018-03-121-1/+2
* | EditorManager: Fix various compiler & clazy warningsEike Ziller2018-03-062-13/+14
* | EditorManager: Use nullptrEike Ziller2018-03-065-118/+116
* | Core: Do not try to remove objecs from global object poolhjk2018-03-051-3/+1
* | Core: don't put OpenEditorsViewFactory into global poolhjk2018-03-021-1/+0
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-235-36/+51
|\ \ | |/
| * Fix ordering of items in open documents popupEike Ziller2018-02-163-4/+9
| * Document model: Use optional for "indexOf" kind of methodsEike Ziller2018-02-164-32/+42
* | Add a file properties dialogAndre Hartmann2018-02-193-1/+11
* | Core: make useMacShortcut constexprDavid Schulz2018-02-022-12/+12
|/
* Utils: Remove directory iconChristian Stenger2018-01-081-3/+0
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-155-19/+57