Daniele Bartolini
Daniele Bartolini
[This](https://github.com/premake/premake-core/issues/160) leads to unacceptable [sleaze](https://github.com/taylor001/crown/blob/master/genie/crown.lua#L82). Here is a possible [solution](https://github.com/premake/premake-core/issues/160#issuecomment-180400441). Request for comments.
Not sure if it's intended behavior but I think `indent_continue = 4` should make continuations 4-spaces wide relative to the start of the statement being continued. Version: `Uncrustify_d-0.75.1_f`. Config: ```...
https://github.com/taylor001/crown/commit/ae76f08adb8a8fa6e8932206842c7ca109f31b27#commitcomment-14119827
Allows indent_continue to increment the indentation level in nested statements. The LANG_OC check is to ensure previous behavior since this could break Objective-C code in strange ways I will not...
Input: ``` private void undo(int val, Guid? id) { switch (val) { case 1: { break; } case 2: { break; } } } ``` Output: ``` private void undo(int...
Add ability to set .material's textures programmatically.
A RuntimeInstance dedicated to the generation of resource thumbnails to be used in the Project Browser and elsewhere. - [x] runtime: --hidden option (--headless ideally) - [x] runtime: screenshot() callback...
- [x] Unit from ProjectBrowser to EditorView - [ ] Level from ProjectBrowser to EditorView - [ ] Files from file manager to ProjectBrower - [ ] Resources from ProjectBrowser...