Dan Lyons

Results 5 comments of Dan Lyons

This sounds like a problem I ran across recently in a tree with lazy loading. When the node had a large number of children, it would hang the UI for...

It might still be useful to have an expanded event, much like the standard TreeView has. In the original, it is implemented as a RoutedEvent on the item type which...

RabbitMQ.Client.Framing.Constants appears to have been one of the types made non-public for 6.0.0, but it is specifically referenced by the API documentation for [ShutdownEventArgs.ReplyCode](http://rabbitmq.github.io/rabbitmq-dotnet-client/api/RabbitMQ.Client.ShutdownEventArgs.html#RabbitMQ_Client_ShutdownEventArgs_ReplyCode). Are there plans to make it...

Those two appear to be the only references for the `TIMEZONE` token in the lexer definitions: https://github.com/antlr/grammars-v4/blob/d939aad7310b6a214d6ade30afc90eb28f9fe809/sql/plsql/PlSqlLexer.g4#L2043 Removing it may or may not be worthwhile.

Placing the cursor on the class name is actually my primary use case: I generally collapse everything with Ctrl+M, L, and then use Ctrl+M,M to expand the one item I...