Commit Graph

1454 Commits

Author SHA1 Message Date
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
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
Hackerpilot 35f68506ea Fixed index out of bounds error 2012-06-17 12:10:43 +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 93915f4998 fixed index out of bounds error 2012-06-05 03:24:19 -07:00
Hackerpilot 570f69f64e Removed debugging from call tips 2012-05-29 10:35:02 -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
Brian 023ab09a7e Rename lAnd → logicAnd and lOr → logicOr to be consistent with lParen meaning "left parenthesis". Added wstring and dstring types. 2012-04-26 13:40:48 -07:00
Hackerpilot 1dc70fb0ae Merge pull request #9 from roman-d-boiko/master
Implemented EoF handling and partially fixed lexing numbers
2012-04-26 08:24:05 -07:00
Roman D. Boiko e528248c59 Fixed a small bug in lexDecimal 2012-04-26 11:58:47 +03:00
Roman D. Boiko 18889620b5 Updates according to code review 2012-04-26 11:57:49 +03:00
Roman D. Boiko e7f4ed7266 Merge https://github.com/Hackerpilot/Dscanner 2012-04-24 00:45:32 +03:00
Roman D. Boiko 3a466589ed Implemented EoF detection according to specification. Partially fixed minor bugs in lexing numbers. 2012-04-24 00:45:04 +03:00
Hackerpilot fdcf5fe4ca Merge pull request #3 from roman-d-boiko/master
Support for script line added. Makefile added.
2012-04-23 13:03:48 -07:00
Roman D. Boiko b38818ea0b Handling script line 2012-04-23 17:35:45 +03:00
Roman D. Boiko 96ca554fea Merge https://github.com/Hackerpilot/Dscanner 2012-04-23 15:01:26 +03:00
Hackerpilot ba90aa20b8 Update readme to reflect bug fix in ctags output 2012-04-23 01:25:19 -07:00
Hackerpilot 7fdf090144 Fixed CTAGS output 2012-04-22 22:34:07 -07:00
Hackerpilot 4b6ef9809a Markdown formatting error 2012-04-22 19:03:59 -07:00
Hackerpilot 2ff81e8240 Markdown formatting error 2012-04-22 19:03:04 -07:00
Hackerpilot ba5894b810 Update --ctags example 2012-04-22 19:01:46 -07:00
Hackerpilot e7c198cbc7 Lex various number literals differently. Fix a few bugs 2012-04-22 18:58:35 -07:00
Hackerpilot d42cf075f5 Fixed bug in handling of extern (x) declarations 2012-04-22 13:49:37 -07:00
Roman D. Boiko 5f5ca9130d Added Sublime Text project file, makefile, .gitignore 2012-04-22 19:36:33 +03:00
Hackerpilot ba862d2475 README update 2012-04-21 17:48:57 -07:00
Hackerpilot b58fa5b855 'code review' comment 2012-04-21 17:45:46 -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
Hackerpilot eac9b8943d Merge pull request #1 from roman-d-boiko/master
Simplified licensing information according to Boost guidelines
2012-04-21 12:08:19 -07:00
Roman D. Boiko 4963d1b45e Added Boost license file 2012-04-21 21:02:28 +02:00
Roman D. Boiko bd9a5186d8 Updated licensing information (minor) 2012-04-21 21:00:59 +02:00