Commit Graph

555 Commits

Author SHA1 Message Date
Roberto Raggi
4fcadbdd49 Implemented LinkageBodyAST::lastToken(). 2009-01-05 10:29:12 +01:00
Roberto Raggi
77c16d1317 Implemented LabeledStatementAST::lastToken(). 2009-01-05 10:27:49 +01:00
Roberto Raggi
5e40f21183 Implemented IfStatementAST::lastToken(). 2009-01-05 10:26:20 +01:00
Roberto Raggi
2fdbfe87ef Implemented GotoStatementAST::lastToken(). 2009-01-05 10:24:09 +01:00
Roberto Raggi
95c1993090 Implemented FunctionDefinitionAST::lastToken(). 2009-01-05 10:22:58 +01:00
Roberto Raggi
fb96595a65 Implemented FunctionDeclaratorAST::lastToken(). 2009-01-05 10:20:58 +01:00
Roberto Raggi
dfb8373211 Implemented ForStatementAST::lastToken(). 2009-01-05 10:18:16 +01:00
lunowi
80faa8ea7e compile error on windows 2009-01-04 19:12:57 +01:00
Roberto Raggi
722ccd9e0d Initial implementation of the pretty printer. 2009-01-03 13:02:37 +01:00
Roberto Raggi
8d91577df9 Implemented ExceptionSpecificationAST::lastToken(). 2009-01-02 17:59:27 +01:00
Roberto Raggi
61dac8c9cf Implemented ExceptionDeclarationAST::lastToken(). 2009-01-02 17:57:28 +01:00
Roberto Raggi
3c908d292e Implemented EnumeratorAST::lastToken(). 2009-01-02 17:55:13 +01:00
Roberto Raggi
724074f3a8 Implemented EnumSpecifierAST::lastToken(). 2009-01-02 17:54:01 +01:00
Roberto Raggi
a5e9e19e59 Implemented DoStatementAST::lastToken(). 2009-01-02 17:51:48 +01:00
Roberto Raggi
847f7f9cd1 Implemented DestructorNameAST::lastToken(). 2009-01-02 17:49:33 +01:00
Roberto Raggi
f32c63abd2 Implemented DeleteExpressionAST::lastToken(). 2009-01-02 17:48:31 +01:00
Roberto Raggi
698ec21284 Implemented DeclaratorAST::firstToken(), and DeclaratorAST::lastToken(). 2009-01-02 17:44:12 +01:00
Roberto Raggi
4d352e369b Initial work on *AST::lastToken(). 2009-01-02 17:36:08 +01:00
Roberto Raggi
fe7e3a575c Merge branch 'master' of git@scm.dev.troll.no:creator/mainline 2009-01-02 16:48:09 +01:00
Roberto Raggi
e89ec6c3fa Fixed SimpleDeclarationAST::firstToken(). 2009-01-02 16:47:35 +01:00
Roberto Raggi
a886a63077 Playing with the AST rewriter. 2009-01-02 16:10:28 +01:00
Roberto Raggi
bdf1800d83 Added `colon_token' to ClassSpecifierAST. 2009-01-02 16:10:00 +01:00
Roberto Raggi
f0ac751f4a Completion for typedef of pointer to struct. 2008-12-31 10:57:27 +01:00
Roberto Raggi
c7ac64e7de Test typedefs and pointers to anonymous structs. 2008-12-31 10:47:02 +01:00
Roberto Raggi
c7b023c0e1 Renamed SymbolsForDotAccess to ResolveClass. 2008-12-30 12:03:49 +01:00
Roberto Raggi
7c3d1a0158 Improved typedef support. 2008-12-30 11:54:42 +01:00
Roberto Raggi
12ee869eda Simple typedef support for T_ARROW member access. 2008-12-30 11:45:41 +01:00
Roberto Raggi
f6f0c81021 Improved CppCodeCompletion::completeScope(). Added simple support for typedefs. 2008-12-30 11:35:30 +01:00
Roberto Raggi
702e078ace oops! update errorCount after the semantic pass. 2008-12-30 11:16:45 +01:00
hjk
2377567f26 basic mark handling (setting, jumping to) 2008-12-29 13:30:22 +01:00
hjk
6d03617cce implement 'I' and 'gI' 2008-12-29 13:30:22 +01:00
hjk
c480442a82 basic implementation of 'I' 2008-12-29 13:30:22 +01:00
hjk
0dc5a124bf basic implementation for 'O' 2008-12-29 13:30:22 +01:00
hjk
50cf2a7a06 basic implementation of 'o' 2008-12-29 13:30:22 +01:00
hjk
a705a8a322 improve range parsing for ex commands 2008-12-29 13:30:22 +01:00
hjk
8beff13ef6 add notion of currentFileName to support ':w' without file name 2008-12-29 13:30:22 +01:00
hjk
87aa0759b2 introduce history for ex commands 2008-12-29 13:30:22 +01:00
hjk
fd79edf7cf code cosmetics 2008-12-29 13:30:22 +01:00
hjk
fd76b100bd improve handling of tab searching 2008-12-29 13:30:22 +01:00
hjk
6bfe250e2c improve undo/redo block behaviour 2008-12-29 13:30:22 +01:00
hjk
bbe5332fce implement 'a' 2008-12-29 13:30:22 +01:00
hjk
f932c51a04 implement 'G' 2008-12-29 13:30:22 +01:00
hjk
a0a3830549 show postion in commandline 2008-12-29 13:30:21 +01:00
hjk
7e30c9eb5b partially handle :w and :w! 2008-12-29 13:30:21 +01:00
hjk
b8b3274fc3 small refactoring, make ex command interface public 2008-12-29 13:30:21 +01:00
hjk
15c89ea26a handle 'gJ' 2008-12-29 13:30:21 +01:00
hjk
b748b12d03 basic support for 'J' 2008-12-29 13:30:21 +01:00
hjk
eeffd9beb0 make <count> work for 'i' 2008-12-29 13:30:21 +01:00
hjk
bfa828ef9d Make it work for both QTextEdit and QPlainTextEdit.
Scrolling is broken for plain QTextEdit.
2008-12-29 13:30:21 +01:00
hjk
40886db56f add history of search strings 2008-12-29 13:30:21 +01:00