Commit Graph

23 Commits

Author SHA1 Message Date
Hackerpilot 0d23da9ea6 Slightly better autocomplete for arrays. It still doesn't work properly 2012-11-13 15:07:08 -08:00
Hackerpilot 688fe8b599 Fixed issue with enum parsing. Removed customization from Textadept module 2012-11-12 14:34:17 -08:00
Hackerpilot c25944e85e Improved autocomplete for pointers 2012-08-26 22:50:28 +00:00
Hackerpilot 3263589137 fix stupid build error 2012-06-17 18:43:43 +00:00
Hackerpilot 8775d2e968 use buildPath instead of string concat 2012-06-17 18:43:00 +00:00
Hackerpilot b07e9f94ef Fixed issue #12. Fixed support for autocompleting version and scope statements 2012-06-17 17:19:49 +00:00
alaran 53c7f46233 import completion now works 2012-06-17 11:14:15 +00:00
Hackerpilot c86ab70b07 Added dot completion support for import statements 2012-06-16 20:45:16 -07:00
Hackerpilot 9c8295e013 Call tips for member functons 2012-06-07 11:29:35 -07:00
Hackerpilot 7f50a9ff5d Typo'd 2012-05-29 10:30:20 -07:00
Hackerpilot f354b6ec4c fixed contract parsing. Improved autocomplete. Initial support for call tips 2012-05-29 10:26:26 -07:00
Hackerpilot dbf2be29b7 More bug fixes 2012-05-24 15:20:20 -07:00
Hackerpilot 50f4660a74 Fixed bug with decimal lexing. Fixed autocomplete bugs 2012-05-24 13:30:52 -07:00
Hackerpilot cb719a9c36 Autocompletion improvements 2012-05-22 14:48:09 -07:00
Hackerpilot 99dfd0973a Fixed bug with version statement completion 2012-05-04 14:49:09 -07:00
Hackerpilot bbd2ec13ea Added foreach_reverse to list of tokens used for line-of-code count
Alphabetized constants
Cleaned up constant names
Fixed defects with decimal parsing
Eliminated iteration style parameter to lexWhitespace, as it didn't really speed things up.
Added support for imaginary literals
2012-04-27 02:26:34 -07:00
Hackerpilot e7c198cbc7 Lex various number literals differently. Fix a few bugs 2012-04-22 18:58:35 -07:00
Hackerpilot 79f59bb6f4 Added --ctags option to generate tags file 2012-04-21 17:43:56 -07:00
Hackerpilot 066b298b99 Merge branch 'master' of https://github.com/Hackerpilot/Dscanner 2012-04-21 12:09:14 -07:00
Hackerpilot f23c38f8ae Fix autocomplete when cursor is inside a comment or string 2012-04-21 12:09:07 -07:00
Roman D. Boiko bd9a5186d8 Updated licensing information (minor) 2012-04-21 21:00:59 +02:00
Hackerpilot b0a677a17c Module declarations. Changed license to Boost 2012-04-21 11:11:30 -07:00
Hackerpilot 9d5a8ce7e6 Checking in the code 2012-04-21 06:10:41 -07:00