Commit graph

67 commits

Author SHA1 Message Date
cxl
b989e9aed4 'Event' branch merged into trunk (Callback now deprecated)
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15:05 +00:00
cxl
878e0541cd adl do_clone refactored (WithClone), CppParser 'final' support corrected
git-svn-id: svn://ultimatepp.org/upp/trunk@10226 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-09-19 07:49:48 +00:00
cxl
a71b2dfaca Assist++ now supports 'final', FindFile.cpp cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-09-18 10:39:55 +00:00
cxl
597466fea8 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
f703a81b1f ide: Error capture optimized #1368
git-svn-id: svn://ultimatepp.org/upp/trunk@9419 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-18 08:58:58 +00:00
cxl
8aef84849f cpp: Fixed issue with Alt+C after typedef #1313
git-svn-id: svn://ultimatepp.org/upp/trunk@9097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-28 08:14:59 +00:00
cxl
d1f1c30585 cpp: using style typedefs improved
git-svn-id: svn://ultimatepp.org/upp/trunk@9008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 12:09:03 +00:00
cxl
aa71c826a3 cpp: fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@9006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 06:50:27 +00:00
cxl
82af9d7d1b cpp: Fixed for stdlibc++ from GCC 4.9
git-svn-id: svn://ultimatepp.org/upp/trunk@9004 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-11 20:57:53 +00:00
cxl
24a3b02d02 ide: CppParser issues
git-svn-id: svn://ultimatepp.org/upp/trunk@9002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-11 17:46:29 +00:00
cxl
2af1835ce1 cpp: Resolved issue with initializer list local parameters #1252
git-svn-id: svn://ultimatepp.org/upp/trunk@8957 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-21 16:20:23 +00:00
cxl
4859030b51 ide: Fixed issue with enum variables #1262
git-svn-id: svn://ultimatepp.org/upp/trunk@8927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-14 14:55:45 +00:00
cxl
e6c09dc0a2 ide: Fixed cpp issue with class variable definition #1221
git-svn-id: svn://ultimatepp.org/upp/trunk@8924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-14 12:33:22 +00:00
cxl
8637c0f1b4 cpp: Fixed issue with bitfields
git-svn-id: svn://ultimatepp.org/upp/trunk@8784 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-01 15:58:26 +00:00
cxl
ac52996661 ide: Fixed declaration/definition swap issue with constructors/destructors #1216
git-svn-id: svn://ultimatepp.org/upp/trunk@8766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-28 21:33:58 +00:00
cxl
024fa1ac8d cpp: inline namespace now ignored
git-svn-id: svn://ultimatepp.org/upp/trunk@8752 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 08:27:11 +00:00
cxl
27c0c297d5 cpp: C++11 completed
git-svn-id: svn://ultimatepp.org/upp/trunk@8750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 08:18:04 +00:00
cxl
acab0cf50b cpp: decltype, trailing return type support
git-svn-id: svn://ultimatepp.org/upp/trunk@8747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-25 10:39:38 +00:00
cxl
6e556cf0c9 cpp: C++11 features
git-svn-id: svn://ultimatepp.org/upp/trunk@8745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-24 20:35:15 +00:00
cxl
a020192de1 cpp: Lambda support
git-svn-id: svn://ultimatepp.org/upp/trunk@8712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-20 17:56:51 +00:00
cxl
8d08a282bf cpp: auto/for handling improved for standard containers
git-svn-id: svn://ultimatepp.org/upp/trunk@8710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-20 15:09:33 +00:00
cxl
88449aa166 cpp: C++11 for(auto x: v) now supported
git-svn-id: svn://ultimatepp.org/upp/trunk@8705 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 16:27:03 +00:00
cxl
a1ac723673 cpp: 'auto' support
git-svn-id: svn://ultimatepp.org/upp/trunk@8703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 10:43:21 +00:00
cxl
4ec77506fb cpp: Expression refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@8700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-18 12:49:23 +00:00
cxl
62bb7634f6 cpp: Now able to handle K&R style function headers #1136
git-svn-id: svn://ultimatepp.org/upp/trunk@8611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-28 13:28:47 +00:00
cxl
e0f645bdb6 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8588 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-24 06:36:04 +00:00
cxl
74c735c2b8 ide: Fixed cpp issue with false unnamed variables #872
git-svn-id: svn://ultimatepp.org/upp/trunk@8581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-22 14:31:29 +00:00
cxl
300b220ce9 cpp: Scope issue with macro fix #1099
git-svn-id: svn://ultimatepp.org/upp/trunk@8502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-03 07:21:43 +00:00
cxl
a66fcdb838 cpp: Fixed issue with #define inside the scope #1099
git-svn-id: svn://ultimatepp.org/upp/trunk@8501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-03 07:06:22 +00:00
cxl
af0ede4aca .cpp namespace KIND string
git-svn-id: svn://ultimatepp.org/upp/trunk@8470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-22 07:17:11 +00:00
cxl
6e644d5c9c ide: cpp: Alt+C works again #1060
git-svn-id: svn://ultimatepp.org/upp/trunk@8461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-18 08:38:41 +00:00
cxl
4d1c45aa50 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-15 10:19:56 +00:00
cxl
6d6da7376d New Cpp preprocesing parser merged
git-svn-id: svn://ultimatepp.org/upp/trunk@8427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-11 17:13:55 +00:00
cxl
43d8e45f36 CParser: IDs now can contain '$'
git-svn-id: svn://ultimatepp.org/upp/trunk@8293 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-03-24 14:50:33 +00:00
cxl
c5b8d538c0 ide: binary file detection tweaked, CppBase now allows M$ ids with $
git-svn-id: svn://ultimatepp.org/upp/trunk@8273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-03-16 16:12:04 +00:00
cxl
88a4e06cb4 CppBase: Fixed issue with operators<, >...
git-svn-id: svn://ultimatepp.org/upp/trunk@8254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-03-10 08:31:23 +00:00
cxl
6eeeb720a2 CppBase: Supporting some specific template constructions
git-svn-id: svn://ultimatepp.org/upp/trunk@8178 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-15 09:40:53 +00:00
cxl
8d3508d1c2 CppBase: struct template specialisation
git-svn-id: svn://ultimatepp.org/upp/trunk@8176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-14 18:13:40 +00:00
cxl
9cc1fb4c06 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-12 08:50:01 +00:00
cxl
c8df5ab53d CppBase: preparing for preprocessor, Sql: Fixed NOAPPSQL isues, cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-09 18:22:30 +00:00
cxl
0162bb2bde ide: Context goto now works on local variables and parameters too
git-svn-id: svn://ultimatepp.org/upp/trunk@7524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-20 14:36:24 +00:00
cxl
54afaf3c4e ide: Find&Replace position new after scrollbars #807
git-svn-id: svn://ultimatepp.org/upp/trunk@7500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-11 08:56:24 +00:00
cxl
51687976c2 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
28c32db988 Assist C++11 issue #535
git-svn-id: svn://ultimatepp.org/upp/trunk@6593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-21 07:16:46 +00:00
cxl
078fad738d ide: Fixed parsing >> as nested template brackets (Bug #361)
git-svn-id: svn://ultimatepp.org/upp/trunk@5586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-28 18:23:45 +00:00
cxl
796251f7cb Core: TrimLeft(prefix, s), TrimRight(suffix, s), ide: Support for force_inline
git-svn-id: svn://ultimatepp.org/upp/trunk@5542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-10 14:31:24 +00:00
cxl
297ebcebce ide: Fixed assist++ handling of SKYLARK macro
git-svn-id: svn://ultimatepp.org/upp/trunk@5341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-09 14:35:11 +00:00
cxl
61aa2e1c31 ide: RPC_METHOD support
git-svn-id: svn://ultimatepp.org/upp/trunk@5233 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-26 19:39:19 +00:00
cxl
3a4365b1c1 .ide: fixed Skylark support in assist++ natural presentation
git-svn-id: svn://ultimatepp.org/upp/trunk@5211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-17 19:59:29 +00:00
cxl
0968b272e2 ide: Skylark support, Skylark: tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@5188 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-14 17:43:57 +00:00