Commit Graph

31174 Commits

Author SHA1 Message Date
con
e28c1255f2 Fixes: - Retain search term in locator when selecting different filter 2009-01-06 12:17:09 +01:00
Roberto Raggi
af89fb1bfc Implemented ExpressionListAST::accept(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
03854281da Accept the next-declarator in NewDeclaratorAST::accept() and implemented NewDeclarator::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
38be56407b WhileStatementAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
7c6c439c69 UsingDirectiveAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
fa0ef5224b UsingAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
7d719a660b TypenameTypeParameterAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
1a7a8102d5 TypenameCallExpressionAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
750b0417b0 TypeidExpressionAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
c1a2afceb5 TypeIdAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
2fb5e63097 TypeConstructorCallAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
0f3372118a TemplateTypeParameterAST::lastToken(). 2009-01-06 12:15:51 +01:00
Roberto Raggi
43db13a21f TemplateIdAST::lastToken(). 2009-01-06 12:15:50 +01:00
Roberto Raggi
c187d71cb0 TemplateDeclarationAST::lastToken(). 2009-01-06 12:15:50 +01:00
Roberto Raggi
9666488fbe TemplateArgumentListAST::lastToken(). 2009-01-06 12:15:50 +01:00
Roberto Raggi
dc08c07de0 SwitchStatementAST::lastToken(). 2009-01-06 12:15:50 +01:00
Roberto Raggi
5ceea60c16 SimpleDeclarationAST::lastToken(). 2009-01-06 12:15:50 +01:00
hjk
43bdddecab Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 11:53:14 +01:00
hjk
a387eed44c visual feedback for block selection. othewise block selection still does
not work..
2009-01-06 11:52:40 +01:00
hjk
8c23bb3cf7 some visual feedback for visual line mode 2009-01-06 11:52:05 +01:00
hjk
2d7c5de370 more status line work 2009-01-06 11:51:24 +01:00
hjk
d90dc9e3f2 work on command line display 2009-01-06 11:51:03 +01:00
hjk
69475d708d add status line feedback for :r 2009-01-06 11:50:30 +01:00
hjk
2584bb928c fix missing status line updates in insert mode 2009-01-06 11:49:33 +01:00
hjk
2f1e09ccc5 progress on homegrown undo/redo 2009-01-06 11:48:55 +01:00
hjk
b46d8faf29 Start with own undo/redo without depending on QTextEdit/QPlainTextEdit's undo/redo. 2009-01-06 11:45:56 +01:00
Roberto Raggi
5a06e283e8 QualifiedNameAST::lastToken(). 2009-01-06 11:45:29 +01:00
Roberto Raggi
e0c1943c5c PointerToMemberAST::lastToken(). 2009-01-06 11:45:29 +01:00
Roberto Raggi
57cf35a37a ParamterDeclarationAST::lastToken() and ParameterDeclarationClauseAST::lastToken(). 2009-01-06 11:45:29 +01:00
Roberto Raggi
b563081e26 More *AST::lastToken(). 2009-01-06 11:45:29 +01:00
Roberto Raggi
6f8b3d3d2d Implemented NewExpressionAST::lastToken() and NewInitializerAST::lastToken(). 2009-01-06 11:45:29 +01:00
hjk
8f4818989a start with '.' 2009-01-06 11:43:49 +01:00
hjk
1caa69f241 replace a macro with a proper function 2009-01-06 11:43:27 +01:00
hjk
417032d187 'd' works, but no visual feedback so far 2009-01-06 11:42:44 +01:00
hjk
c729ff0f0b use better a default range for :d 2009-01-06 11:37:24 +01:00
hjk
bdfd5cada1 implement :d, also uses ranges for :w! 2009-01-06 11:33:07 +01:00
hjk
d7bd3a0a2d whitespace fixes 2009-01-06 11:11:31 +01:00
hjk
af6c607c54 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 10:22:41 +01:00
hjk
37c67ccd98 remove unused mode.ui 2009-01-06 10:22:21 +01:00
mae
689e6085d5 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-05 18:29:32 +01:00
mae
1187e56ba5 added missing cassert include 2009-01-05 18:28:56 +01:00
con
8e261e0b3c Fixes: - Start on API documentation generation 2009-01-05 18:05:33 +01:00
Roberto Raggi
7cf9888a1e Fixed a typo in the pretty printing of TemplateTypeParameterAST. 2009-01-05 16:11:28 +01:00
Roberto Raggi
ab474061a6 Pretty print declarator list. 2009-01-05 16:10:56 +01:00
hjk
129a807f21 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-05 15:55:49 +01:00
hjk
8f5d55c3d8 remove dead code 2009-01-05 15:55:37 +01:00
Roberto Raggi
85babacb5a Replace a. with a[0]. when `a' has type array of T. 2009-01-05 15:25:44 +01:00
hjk
7fbc228600 Fixes: Fix starting external programs
Details: Was broken due to duplicate but not synchronized internal pid data
2009-01-05 14:56:59 +01:00
hjk
6705bc7e60 Fixes: simplify "Attach to Running Process" code
Details: also sorts by process name by default
2009-01-05 14:38:51 +01:00
hjk
02fec25be1 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-05 14:13:55 +01:00