openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
BooLangStudio
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Jun 02, 2024 — Jun 02, 2025
Showing page 6 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added project namespace importing.
James Gregory
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
olsonjeffery
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
olsonjeffery
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...
unknown
More...
about 17 years ago
changed tests over to xunit.net... added xunit dependencies...
olsonjeffery
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 ..
olsonjeffery
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.
unknown
More...
about 17 years ago
Initial checking.
justncase80
More...
about 17 years ago
Initial checking.
justncase80
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
olsonjeffery
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)
olsonjeffery
More...
about 17 years ago
* new bins
unknown
More...
about 17 years ago
Merge commit 'ja_github/master' into ja_fixes
unknown
More...
about 17 years ago
Merge commit 'torkelo_github/master' into tork_fixes
unknown
More...
about 17 years ago
* picking up straggler files left over from previous commit -a ... * bumped version to 0.1.3_r2971 ..
olsonjeffery
More...
about 17 years ago
* updated boo svn to 2971 .. includes changes to msbuild task to fix item 908 by torkelo
olsonjeffery
More...
about 17 years ago
* new bins * Change to BooScanner to reflect return to vanilla boo svn
olsonjeffery
More...
about 17 years ago
Merge branch 'master' of
[email protected]
:torkelo/boolangstudio
Torkel �degaard
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.
Torkel �degaard
More...
about 17 years ago
Implemented indenting and dedenting of lines on enter.
James Gregory
More...
about 17 years ago
Minor changes to intellisense. Made it work in global scope, outside of classes.
James Gregory
More...
about 17 years ago
Merge commit 'ja_github/master' into jamerge
unknown
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).
James Gregory
More...
about 17 years ago
Added keyword support to intellisense, not added all keywords yet though.
James Gregory
More...
about 17 years ago
Removed some depreciated (and now unneeded) files.
James Gregory
More...
about 17 years ago
Renamed DocumentParser to NamespaceFinder, still not a great name but it's an improvement.
James Gregory
More...
about 17 years ago
Re-included namespace import intellisense, moved it to a more sensible location.
James Gregory
More...
about 17 years ago
Improved intellisense handling of broken files. Not by much, mind you.
James Gregory
More...
about 17 years ago
* updated bins to reflect changes in branch
olsonjeffery
More...
about 17 years ago
Merge commit 'torkelo_github/master' into 0.2/master
Jeff Olson
More...
about 17 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree