Commit Graph

1345 Commits

Author SHA1 Message Date
Hackerpilot 31f59384b9 parser fixes 2013-01-27 14:00:14 -08:00
Hackerpilot e7555b2f05 struct 2013-01-27 14:22:09 +00:00
Hackerpilot 9a6e765335 Special tokens, ddoc, better highlighter colors 2013-01-27 01:09:02 +00:00
Hackerpilot c7b84ca0cc DDOC 2013-01-24 13:55:31 -08:00
Hackerpilot 9e670cca65 Built-in types are keywords 2013-01-24 11:02:09 -08:00
Hackerpilot f4b001f623 Fixed filtering of comments, whitespace, etc. 2013-01-23 13:36:32 -08:00
Hackerpilot bd97d1b393 special token sequence 2013-01-22 17:42:26 -08:00
Hackerpilot fbfdc37cf5 Moved lexer over to std.d 2013-01-21 17:39:59 +00:00
Hackerpilot fb66baa36a Fixed a few infinite loop bugs 2013-01-20 03:51:52 +00:00
Hackerpilot 36ff7d043c Tokenizer and highlighter functional 2013-01-19 14:49:24 +00:00
Hackerpilot e077c633da wysiwyg strings and hex strings 2013-01-19 13:28:05 -08:00
Hackerpilot f4a8c97e18 hex string lexing 2013-01-18 16:06:22 -08:00
Hackerpilot a7f81c57cc Tokenizer is somewhat functional 2013-01-18 00:34:59 -08:00
Hackerpilot e3c737f6e1 Test coverage at 100% for utility functions 2013-01-17 16:38:54 -08:00
Hackerpilot 59c6557c45 indentation fixes and unit test updates 2013-01-16 16:29:29 -08:00
Hackerpilot 7a8964d8b5 More implementation of the lexer 2013-01-16 01:36:59 +00:00
Hackerpilot ca33a71074 more tokenizer work 2013-01-15 01:55:32 +00:00
Hackerpilot 400d9ec137 Adding named character entities 2013-01-14 16:46:45 -08:00
Hackerpilot 09240c67cf more work on the tokenizer 2013-01-14 16:46:03 -08:00
Hackerpilot c429199c1c checking in work on lexer and caching 2013-01-14 15:08:24 -08:00
Hackerpilot 9d6b96135e Merge pull request #22 from someboddy/master
Created a plugin for Vim
2012-12-12 15:31:57 -08:00
Hackerpilot f88784b0a5 Fixed bug in findBeginningOfExpression 2012-12-12 15:26:15 -08:00
IdanA 23c1924dc6 Fixes for Windows:
I'm now creating the temp file in Unix format. The problem was
calculating the byte position in Windows format - and while it might be
possible, it's much simpler to use Unix format for the temp file.

Also updated the readme.
2012-12-12 17:03:39 +02:00
IdanA 15140e21c2 Fixed things for windows. 2012-12-09 16:14:27 +02:00
IdanArye 0a0b7ff36e Added some filtering to the dscanner results. 2012-12-05 01:17:31 +02:00
Hackerpilot 036d80f789 Fixed issue #21 2012-11-29 11:38:33 -08:00
IdanArye 8475dc5dfd Fixed a bug in s:parsePairs.
Somtimes Dscanner writes extra data before the results, so we only show
lines with a word, than space, than a single character.
2012-11-25 17:15:01 +02:00
IdanArye e99268503f Wrote that it was testes on Linux.
I'll test in on Windows when I get the chance.
2012-11-22 13:09:52 +02:00
IdanArye abf9a0da38 Working 2012-11-22 12:53:53 +02:00
Hackerpilot 8122132e26 More autocomplete improvements 2012-11-13 15:27:25 -08:00
Hackerpilot 0d23da9ea6 Slightly better autocomplete for arrays. It still doesn't work properly 2012-11-13 15:07:08 -08:00
Hackerpilot 22a62bfe84 Added alias declarations to modules, structs, classes, etc. Fixed issue #15 2012-11-13 12:49:02 -08:00
Hackerpilot 688fe8b599 Fixed issue with enum parsing. Removed customization from Textadept module 2012-11-12 14:34:17 -08:00
Hackerpilot ce3ce23099 Added command-line help 2012-11-11 03:42:02 +00:00
Hackerpilot 851df54c09 Merge pull request #17 from jmaschme/issue16
If no file is specified for --dotComplete or --parenComplete, read from ...
2012-11-11 03:18:16 -08:00
Hackerpilot 3054914e2f Fix issue #20 2012-11-11 03:15:22 +00:00
John Maschmeyer dd62f275c7 Switched string appends to use appender 2012-10-22 18:46:50 -05:00
Hackerpilot fcf6578232 Issue #18 2012-10-22 14:49:15 -07:00
John Maschmeyer ae49c5449c Made sloc print when using stdin instead of a file. 2012-10-17 18:13:14 -05:00
John Maschmeyer 12e242ca0f Added stdin as an alternative to a filename for all other modes except for ctags. Ctags requires the filename, so it still requires a filename. 2012-10-17 18:04:48 -05:00
John Maschmeyer 258e10aef6 Cleaned up a few things 2012-10-16 19:35:40 -05:00
John Maschmeyer 224349ac9c If no file is specified for --dotComplete or --parenComplete, read from stdin instead 2012-10-16 18:54:11 -05:00
Hackerpilot c25944e85e Improved autocomplete for pointers 2012-08-26 22:50:28 +00:00
Hackerpilot 9388738f99 Fix issue #14. The listing of unions was mislabled as 'structs'. 2012-08-01 17:09:03 -07:00
Hackerpilot 100f22e9f9 Updated Textadept documentation 2012-06-22 12:47:34 -07:00
Hackerpilot de1ff9f24a Made more code portable to Windows 2012-06-22 12:41:50 -07:00
Hackerpilot 3338104b0f cleanup 2012-06-22 11:01:05 -07:00
Hackerpilot 5ca27a3f8b Added VIM readme file 2012-06-22 11:00:43 -07:00
Hackerpilot fdfbaa97e4 added textadept module 2012-06-22 10:55:47 -07:00
Hackerpilot 7c8d9a39d2 Creating directories for text editor integration code 2012-06-19 10:40:43 -07:00