mrvux

Results 27 issues of mrvux

Hello, another small issue, starting to select inside the node (when zoomed in) starts the selection tool instead. ![imotep_select](https://user-images.githubusercontent.com/272494/52175936-9940b380-27bc-11e9-9087-ede6f003535f.gif) Thanks

This is a small feature request, by default struct are mapped with : [StructLayout(LayoutKind.Sequential)] It would be nice to have an xml attribute to allow like : map struct layout="sequential|explicit|none"...

As explained in the title, one reference video for every format (in both uncompressed/compressed/chunked version) would be really helpful for testing implementations. Thanks

enhancement

found this (very small) issue when creating syntax tree with either null string and custom include resolver: ` string path = null; var syntaxTree = SyntaxFactory.ParseSyntaxTree(new SourceFile(SourceText.From(code), path), null, myIncludeFileSystem);...

Hello, as mentioned in #130 , here are some improvements for include system : The main rationale about it is to also allow some finer control when using core libraries...

Hello, I just wanted to discuss some improvements about using IIncludeFileSystem . The first issue is that we do not have information about include Type (in comparison versus standard Direct3D),...

Hello, this is a small one but really handy when starting with the editor, for the moment, for example, hovering toolbar on rotation shows : ![image](https://user-images.githubusercontent.com/272494/28461906-1500c4ba-6e19-11e7-869a-a5aa9afbd7e8.png) It would be nice...

When using left click to move an element on the scene as clicking on number and dragging : ![image](https://user-images.githubusercontent.com/272494/28462535-f274e22a-6e1b-11e7-9a64-fd5be8e40096.png) Scene view only updates when we end dragging (release left button),...

Hello, when using value editor textbox, It would be really nice to allow up/down arrow to tweak the value a little. Nicest way is to use the cursor position to...

Hello, here is a small request for improvement on property editor. ![image](https://user-images.githubusercontent.com/272494/28460907-83e52cd6-6e14-11e7-8a5e-5f0024ce3723.png) When we first hover a box on a vector component, we have a drag cursor (so we can...