5
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added project namespace importing. More... about 17 years ago
added Rhino.Mocks and Rhino.Testing (AutoMockingContainer) deps in Dependencies, including castle stuff (which lives in the same dir).. also more refactor around the ScanTokenAndProvideInfoAboutIt() stuff More... about 17 years ago
re-org'd the test layout... serious refactoring in ScanTokenAndProvideInfoAboutIt() to make it's constituent steps more testable.. something that should've happened from the get-go More... about 17 years ago
re-worked some parsing logic to clean-up some misbehavior that was breaking some tests... the parser is calling out for some refactoring though, srsly.. also stubbing out some new tests to deal with the parsing of in-line interpolated strings... More... about 17 years ago
changed tests over to xunit.net... added xunit dependencies... More... about 17 years ago
* tweak'd the InternalCurrentLinePosition property to return _currentLine.Length - 1 in the event that the _internalCurrentLinePosition counter advances past _currentLine.Length.. which was happening in some cases w/ malformed string tokens .. More... about 17 years ago
* modified parsing logic around malformed strings to deal with some misbehavior and index out of array bounds exceptions... still not fixed yet, though. More... about 17 years ago
Initial checking. More... about 17 years ago
Initial checking. More... about 17 years ago
* built out the catch statement in ScanTokenAndProvideInfoAboutIt() to check for malformed strings and do highlighting for that... * added methods in the "internal parse tracker stuff" region to track the progress of the lexer (since the neutered version exposed to the tracker gives no indication of it's state beyond the tokens it returns) * fleshed out some new specs to drive the development of the above items (WhenParsingMalformedStringTokensWithNoClosingQuotes) * modified the "escape hatch" in ScanTokenAndProvideInfoAboutIt() to return parse on EOL (9) and EOF (1) ... for some reason the lexer is returning several garbage EOL characters when parsing strings.. might be something in other.. either way, its extraneous crap that can be trimmed out * and of course, new bins More... about 17 years ago
* new bins * added 'fix' to address issue 1004 in BooScanner.cs * added new source to contain "misc parse issues"... possibly also to contain some additional tests for some "additional" parsing (to cover the issue exposed by the spec in the new files) More... about 17 years ago
* new bins More... about 17 years ago
Merge commit 'ja_github/master' into ja_fixes More... about 17 years ago
Merge commit 'torkelo_github/master' into tork_fixes More... about 17 years ago
* picking up straggler files left over from previous commit -a ... * bumped version to 0.1.3_r2971 .. More... about 17 years ago
* updated boo svn to 2971 .. includes changes to msbuild task to fix item 908 by torkelo More... about 17 years ago
* new bins * Change to BooScanner to reflect return to vanilla boo svn More... about 17 years ago
Merge branch 'master' of [email protected]:torkelo/boolangstudio More... about 17 years ago
Fixes WorkItemId 908 - double clicking on entries in compile error output will not take you to the corresponding file/line. More... about 17 years ago
Implemented indenting and dedenting of lines on enter. More... about 17 years ago
Minor changes to intellisense. Made it work in global scope, outside of classes. More... about 17 years ago
Merge commit 'ja_github/master' into jamerge More... about 17 years ago
Added attributes to nodes to dictate whether a node should be "scopable" (ie your caret can be in it) and whether it should be visible in intellisense (try blocks shouldnt be visible for example). More... about 17 years ago
Added keyword support to intellisense, not added all keywords yet though. More... about 17 years ago
Removed some depreciated (and now unneeded) files. More... about 17 years ago
Renamed DocumentParser to NamespaceFinder, still not a great name but it's an improvement. More... about 17 years ago
Re-included namespace import intellisense, moved it to a more sensible location. More... about 17 years ago
Improved intellisense handling of broken files. Not by much, mind you. More... about 17 years ago
* updated bins to reflect changes in branch More... about 17 years ago
Merge commit 'torkelo_github/master' into 0.2/master More... about 17 years ago