extrawurst

Results 192 issues of extrawurst

First of all thanks for this awesome project! The only real disadvantage I see with this component compared to the regular array drawer is that the original supports drag/dropping a...

is it possible to use git tags to mark specific versions in the future ? That makes it easier for authors of bindings for other languages to diff two versions.

today i got an xamarin update (6.0 build 4520) and mono-d is nowhere to be found suddenly

log says: ``` Exception in tooltip provider MonoDevelop.D.Gui.DToolTipProvider GetItem: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei D_Parser.Resolver.LooseResolution.LookupIdRawly(ParseCacheView parseCache, ISyntaxRegion o, DModule oContext) bei D_Parser.Resolver.LooseResolution.c__AnonStorey0.m__0() bei D_Parser.Completion.CodeCompletion.DoTimeoutableCompletionTask(ICompletionDataGenerator cdgen,...

Bug

goto def on https://github.com/Extrawurst/unecht/blob/master/samples/helloworld/source/app.d#L18 with the cursors in `UERenderer` goes to the addComponent method instead of the template parameter type. see: ![image](https://cloud.githubusercontent.com/assets/776816/6825192/f4542814-d2f8-11e4-8859-a57649e82710.png)

Bug

see: ![image](https://cloud.githubusercontent.com/assets/776816/6813840/440de5d2-d279-11e4-9161-e8d8ea08cafb.png)

Bug

see https://github.com/Hackerpilot/DCD

let us cut out the marked code... ![image](https://cloud.githubusercontent.com/assets/776816/5218398/ae4108dc-764c-11e4-9b12-6e5494c3e020.png) and insert it above... ![image](https://cloud.githubusercontent.com/assets/776816/5218409/c733eb02-764c-11e4-8b45-eb78df297939.png) ..WAT

Bug

in this example the code completion obviously knows what kind of parameter is needed and still shows entries that could never lead to a type like that: ![md](https://cloud.githubusercontent.com/assets/776816/5068604/684324d6-6e50-11e4-85b2-fe5faacdc348.png) how can...

Feature Request

when typing the whole name of an item and pressing `return` to still accept it from the completion list just to get rid of the completion list a line-break is...

Bug