- Sep 09, 2009
-
-
mae authored
actual whitespace when the indentation column changes. Complete whitespace cleanup can still be done either automatically on save (when configured) or when explicitely called with the "Clean Whitespace" action from Edit/Advanced.
-
mae authored
-
mae authored
- when doing backspace, preserve the previous indentation litterally - when having auto-indentation turned off, simply repeat the previous indentation litterally instead of jumping to 0
-
hjk authored
That's the first step to make the gdb/trk Adapter work with the otherwise unmodified gdb engine. GdbProcessBase is inherited by GdbProcess and the gdb/trk Adapter. In the GdbProcess case it's just a wrapper around a QProcess running gdb, in the Adapter case it's the interface to the gdb process in the whole rfomm/gdb/gdbserver combo.
-
Oswald Buddenhagen authored
evaluating a file (which might not exist) is a bit different than just merging a (possibly empty) map ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Sep 08, 2009
-
-
dt authored
Fixes a bug where the cmake plugin wasn't finding make, if the make commands directory was added to path in the build environment.
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
Erik Verbruggen authored
-
- Sep 07, 2009
-
-
mae authored
void main() { { } int i; }
-
- Sep 04, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Sep 03, 2009
-
-
dt authored
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
dt authored
-
dt authored
Also makes the code a lot smaller.
-
Alessandro Portale authored
-
dt authored
If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part.
-
dt authored
-
- Sep 02, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Creator would get darker and darker when dragging or clicking the mouse. Don't paint the editor indicator when there is no view or the view has editors. Reviewed-by: mae Reviewed-by: Daniel Molkentin
-
Jarek Kobus authored
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
-
hjk authored
Locals view was broken, also unknown entries should not have children.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
On Unix, we cannot select the specific file, so the entry there is called "Open containing folder".
-
hjk authored
-
hjk authored
-
con authored
-
- Sep 01, 2009
-
-
dt authored
-
con authored
-
con authored
-
dt authored
-
dt authored
Closer again to qmake, ossi won't like it, but this is exactly what qmake does, even it it looks a little bit strange. He can come up with a better fix after he is back from vacation.
-
mae authored
focus in events resulted in currentEditorView() being 0)
-