summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-15/+15
* ProjectExplorer: Simplify standard run control constructionhjk2017-06-201-25/+6
* Fix whitespace highlighting within python comments and stringsEike Ziller2017-05-231-9/+9
* Simplify text format handling in syntax highlightersEike Ziller2017-05-231-15/+27
* Get rid of special "EndOfBlock" format in python highlighterEike Ziller2017-05-083-8/+9
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* ProjectExplorer: Dissolve SimpleRunControlhjk2017-04-211-1/+3
* Project: Unify handling of displayNameTobias Hunger2017-04-071-7/+1
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-051-11/+0
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-3/+2
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-33/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-6/+2
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-7/+4
* | ProjectExplorer: Add a SimpleRunControl implementationhjk2017-03-141-103/+16
* | ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-2/+2
* | ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-6/+5
* | Make all projects generate a fresh project treeTobias Hunger2017-03-101-2/+3
* | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-15/+8
* | ProjectExplorer: Switch responsibilities for raising applicationshjk2017-03-081-2/+1
* | ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-011-10/+5
* | ProjectManagers: Cleanuphjk2017-02-281-17/+5
* | ProjectManager: Centralize "File not found handling"hjk2017-02-281-9/+2
* | ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-281-4/+3
* | Move mimetype definitions to plugin specsEike Ziller2017-02-276-26/+17
* | PythonEditor: Remove unused tracking of open projectshjk2017-02-271-14/+0
* | ProjectExplorer: Nodes: Do not makeEmpty() as part of buildTree()Tobias Hunger2017-02-241-0/+1
* | Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-142-3/+6
|\ \ | |/
| * Register python editors icon overlay in extensionsInitialized()Ulf Hermann2016-11-082-3/+6
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-1/+1
|/
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* PythonEditor: Code cosmeticshjk2016-10-063-15/+8
* Python: Use helpers in FolderNode to set up project treeTobias Hunger2016-10-051-141/+8
* PythonEditor: Fix qbs buildChristian Kandeler2016-08-261-2/+2
* PythonEditor: Modernize/Streamlinehjk2016-08-2614-496/+238
* Move icons to UtilsUlf Hermann2016-08-051-2/+2
* Use FileChangeBlockerTobias Hunger2016-07-181-2/+1
* PythonEditor: Fix translation contextTakumi ASAKI2016-05-301-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-1/+1
|\
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-1/+1
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-2/+0
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-2/+2
|\ \ | |/
| * Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-101-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-308-32/+8
|/
* Core: Make IDocument concreteOrgad Shaneh2016-03-171-11/+0
* PythonEditor: Ensure to set environmentChristian Stenger2016-03-111-0/+3
* Editor: Fix whitespace cleaning.David Schulz2016-02-242-43/+22