Commit Graph

72811 Commits

Author SHA1 Message Date
Thorbjørn Lindeijer
581dca0ad9 Rewrote PrettyPrinter to output the document exactly as it was before
This means at the moment the PrettyPrinter isn't doing anything useful,
but the idea is that from here we can improve it to adapt the code to
a certain style.

Reviewed-by: Roberto Raggi
2009-05-11 17:03:51 +02:00
Thorbjørn Lindeijer
ecc2b25ddc Extended the AST with references to more tokens
Mainly comma tokens. Referencing all tokens is necessary to be able to
implement pretty-printing based on the AST while maintaining user
formatting.

Reviewed-by: Roberto Raggi
2009-05-11 17:03:51 +02:00
Friedemann Kleint
36a94b69b1 Added Detaching to CDB. 2009-05-11 16:54:35 +02:00
Roberto Raggi
e1295099f9 Generate a nicer "Hello World" QML app. 2009-05-11 16:15:30 +02:00
Roberto Raggi
a5a71c1e83 Disable the buggy code completion support for JS files. 2009-05-11 15:46:31 +02:00
con
b53fbe80e3 Include any changed file when saving before build/run.
Previously there was a lot of logic figuring out which files have
changed that are referenced a project. Leading to e.g. header files that
are part of the project, but not in a pro file, not being saved.
2009-05-11 15:08:20 +02:00
Oswald Buddenhagen
3270c4828f typo & language fixes 2009-05-11 14:10:22 +02:00
con
8457bd6861 Move wizard list generating helper methods to IWizard.
They don't have anything to do specifically with file wizards.
2009-05-11 13:36:56 +02:00
hjk
fc78ae272b debugger: use short paths by default for setting breakpoints 2009-05-11 13:22:21 +02:00
Roberto Raggi
fa3b5e38a8 Improved highligting of bindings. 2009-05-11 11:53:41 +02:00
Roberto Raggi
7ae8cf7586 Don't show script bindings in the QML overview. 2009-05-11 11:53:24 +02:00
Roberto Raggi
493af006c7 property and signal are keywords in QML. 2009-05-11 11:39:50 +02:00
hjk
530f1bbb33 debugger: remove unneeded code 2009-05-11 11:33:20 +02:00
Roberto Raggi
920b74892f The `:' should be considered a separator and not an alpha char. 2009-05-11 11:31:58 +02:00
Roberto Raggi
7d640fd447 Highlight 'id:' bindings using the `keyword' format. 2009-05-11 11:22:29 +02:00
Roberto Raggi
ecc4615d56 Added a project wizard for QML applications. 2009-05-11 10:58:04 +02:00
hjk
3d9a53cff2 debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC) 2009-05-11 10:22:03 +02:00
hjk
af367068bb debugger: work on tcf debugging 2009-05-11 09:58:41 +02:00
mae
9b82d98ede some work on the save-modified-files logic. We no longer rely
on QFileInfo to tell us that a file is not writable, but accept
that the attempt to save a file might actually fail (:-) ). This
solves the NT network domain issue without the insane slowness.

The stuff needs more work. We do not have any UI for failing save
operations when closing creator (other than it doesn't close). Bad.
2009-05-08 17:59:01 +02:00
mae
3a8fab254d small improvement to the split view: indicate in the editor view
combobox which documents are inside this view.
2009-05-08 17:59:01 +02:00
Friedemann Kleint
aa8548d37e Added Cdb Debugger path options (including symbol server).
Made pathlisteditor use a toolbutton menu as it looks too
much of a "button desert" otherwise.
2009-05-08 16:56:48 +02:00
Alessandro Portale
d971065b36 Renaming workbenchintegration.h/.cpp to qtcreatorintegration.h/.cpp 2009-05-08 16:43:26 +02:00
Alessandro Portale
0ffc9ab76a Removed unused source files that mentioned "Workbench". While at it,
also removed all code inside USE_P4_API. Gits history be our backup,
if we ever want to use the P4 Api directly in the future.
2009-05-08 16:43:18 +02:00
Alessandro Portale
b5c57d9136 Rename QtWorkbenchManifest to QtCreatorManifest 2009-05-08 16:43:17 +02:00
Alessandro Portale
6fa838ab1b Rename "Workbench" to "Qt Creator" 2009-05-08 16:43:16 +02:00
Alessandro Portale
0b13357700 Rename AboutWorkbench to AboutQtCreator 2009-05-08 16:43:15 +02:00
Alessandro Portale
c757c3f458 Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
2009-05-08 16:42:50 +02:00
Alessandro Portale
2be7226215 Rename qworkbenchplugin.pri to qtcreatorplugin.pri 2009-05-08 16:42:48 +02:00
Alessandro Portale
97b3e71d08 Rename qworkbenchlibrary.pri to qtcreatorlibrary.pri 2009-05-08 16:42:48 +02:00
Roberto Raggi
12e27549b0 Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
Done with: mae
2009-05-08 15:50:15 +02:00
Roberto Raggi
ec9373ba8a Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
Done with: mae
2009-05-08 15:49:01 +02:00
hjk
cc3f796113 debugger: work on tcf engine. first successful ping pong. 2009-05-08 15:38:34 +02:00
Roberto Raggi
762384c976 Compile 2009-05-08 15:36:53 +02:00
Roberto Raggi
c32887f6ac Compile. 2009-05-08 13:00:05 +02:00
Friedemann Kleint
8b7ee8298f Added a Path list editor widget.
On this occasion, fixed qtcreatorwidgets plugin for lib64.
2009-05-08 12:21:18 +02:00
con
a1e4421657 Build fix for non-webkit build. 2009-05-08 10:00:19 +02:00
con
1b7e4b8e64 Fixes "save modified files before build" in case of multiple projects.
Initial-patch-by: Christian Hönig
2009-05-08 09:33:52 +02:00
Alessandro Portale
8c8e9753f2 EmptyProjectWizard allows us to create an empty project. 2009-05-07 20:31:12 +02:00
hjk
b4787c0a15 debugger: remove enum DebuggerType, the engine pointer is enough. 2009-05-07 17:25:32 +02:00
hjk
f70ce8dc36 debugger: add a menu entry for the (defunct) TCF attaching 2009-05-07 17:11:19 +02:00
hjk
2fce747a6d debugger: start work "Target Communication Framework" "frontend" 2009-05-07 16:51:02 +02:00
hjk
71a05578ae compile fix for namespaced Qt 2009-05-07 15:57:37 +02:00
con
97411a7e0b More documentation. 2009-05-07 15:50:54 +02:00
Roberto Raggi
5b11a292eb Add files to the projects. 2009-05-07 15:43:59 +02:00
Friedemann Kleint
14e39ba5af Fixed translation issues. 2009-05-07 15:34:52 +02:00
hjk
5bcc81a61e debugger: introduce an explicit detach action 2009-05-07 15:20:44 +02:00
hjk
d42a7e407e debugger: small fixes for the gdb macro based QString and QStringList dumpers 2009-05-07 14:53:53 +02:00
Roberto Raggi
8f9bc24d93 Introduced LANG_QML 2009-05-07 12:42:20 +02:00
Roberto Raggi
76f4cfa0b4 Improved the QML project importer. 2009-05-07 12:31:32 +02:00
Oswald Buddenhagen
5d8bd5e031 generalize auto-continue mechanism 2009-05-07 12:30:56 +02:00