- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
-
con authored
-
- Apr 07, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Previously the whole line turned into a link. I think it looks a bit nicer now.
-
- Apr 06, 2009
-
-
Thorbjørn Lindeijer authored
Link position had the wrong offset. Also took out a redundant check on token kind.
-
- Mar 30, 2009
-
-
Roberto Raggi authored
-
- Mar 26, 2009
-
-
Thorbjørn Lindeijer authored
It popped up an error saying the file couldn't be found. Better not show a link at all.
-
Thorbjørn Lindeijer authored
-
- Mar 25, 2009
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The BaseTextEditor was unconditionally setting the mouse cursor on each mouse move event, after which the CPPEditor would set it as well when the mouse was above a link. This caused some mouse cursor flickering, so now the cursor is only set when it's supposed to change. Also fixed an issue where the link wasn't removed when leaving the text editor with the mouse while Ctrl was pressed.
-
- Mar 24, 2009
-
-
Thorbjørn Lindeijer authored
By avoiding searching for the definition when it isn't necessary.
-
Thorbjørn Lindeijer authored
Cause blue doesn't fit nicely in all color schemes.
-
Thorbjørn Lindeijer authored
There's no place to jump to in these cases.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Allowed customizing the link for includes and macro uses and fix it for highlighting the name.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Allows navigating the code using the mouse when pressing Ctrl. Suggested a few times and also seen in other IDEs.
-
- Mar 20, 2009
-
-
Thorbjørn Lindeijer authored
* Convert dots in filenames to underscores in header guards * Don't indent closing namespaces in source file * Consistent empty line placement
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- Mar 19, 2009
-
-
con authored
Task: 240811
-
- Mar 18, 2009
-
-
mae authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
-
Thorbjørn Lindeijer authored
I couldn't find it since it was both hidden in the cppplugin.cpp file as well as having an unnecessarily long name.
-
Thorbjørn Lindeijer authored
Didn't add anything to the TextEditorActionHandler.
-
Thorbjørn Lindeijer authored
Introduce setCodeFoldingSupported to the BaseTextEditor, and only enabled it for the C++ and QtScript editors. This removes the useless margin meant for code folding markers from the plain text editor and .pro file editor.
-
- Mar 05, 2009
-
-
Thorbjørn Lindeijer authored
Use _HPP for example for .hpp files, for example. Based on simply putting the chosen extension in uppercase.
-
Thorbjørn Lindeijer authored
This code is already in TextEditor::BaseTextEditor::openEditorAt.
-
Thorbjørn Lindeijer authored
Small bugfix for column to jump to.
-
- Mar 04, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Daniel Molkentin authored
Task: - RevBy: Thorbjorn AutoTest: -
-
- Mar 03, 2009
-
-
Roberto Raggi authored
Don't look at the whole project. We're only interested in the symbols that we can resolve in the current file.
-
Roberto Raggi authored
-
- Mar 02, 2009
-
-
Roberto Raggi authored
-
- Feb 27, 2009
-
- Feb 25, 2009
-
-
hjk authored
-