Changes between Version 3 and Version 4 of WishList
- Timestamp:
- 12/09/12 18:03:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v3 v4 2 2 3 3 This is the wish list. Don't be shy. Jot down your wishes here, or if it's something that really needs to fixed or done, [http://cobra-language.com/trac/cobra/report fill out a ticket]. You can also start by mentioning these things on the discussion forum or IRC. 4 5 == Support .NET Extension Methods == 6 7 Cobra has its own extension methods. It does not, however, pick up on extension methods declared in C#. 8 9 == Partial Classes and Debugging == 10 11 Debugging information for partial classes gives the wrong filename for every partial class declaration except the first encountered. This makes for incorrect stack traces and makes interactive debugging impossible. 4 12 5 13 == Support multiline Strings ==