Nick Treleaven
Nick Treleaven
Apparently it is possible to do - python code, not tested: https://github.com/kennydude/reference-cat/commit/af79b567f6a63cf9416c14812b82063723d96271#diff-c333d6b766d6183dd76878d3003eb61b4f7c35b13a796c33ba05ab400e2ecbaa
@elextr No, it's in the WIP commit. > g_object_set(cell_renderers[type], "wrap-mode", PANGO_WRAP_WORD, "wrap-width", set ? 30 : -1, NULL); The python tree view callback didn't work.
I think that is by design: - 'function parameter types and return type' is the first semantic phase, function bodies is the third semantic phase. > The "semantic" phase will...
``` /tmpfs/dautotest-work/repo/dlang.org/web/dmd-osx.html:113: [RAW MACRO LEAKAGE] $(D_S dmd - Mac OS X D Compiler, /tmpfs/dautotest-work/repo/dlang.org/web/dmd-windows.html:113: [RAW MACRO LEAKAGE] $(D_S dmd - Windows D Compiler, /tmpfs/dautotest-work/repo/dlang.org/web/dmd-osx.html:134: [RAW MACRO LEAKAGE] $(OL /tmpfs/dautotest-work/repo/dlang.org/web/dmd-windows.html:134: [RAW...
Makes sense as it is an attribute (though I'm used to seeing a space for it). I think all attributes with a parameter don't use a space, except `align (`...
DAutoTest: ``` Searching for tabs ./spec/statement.dd:732: S s; make: *** [posix.mak:822: test] Error 1 ```
I think it would be better to implement [23666](https://issues.dlang.org/show_bug.cgi?id=23666) than have to document the alias workaround. However, the latter does work.
I don't think this fixes [23116](https://issues.dlang.org/show_bug.cgi?id=23116) - it's just a workaround for it.
> please have a look and merge if you don’t find any problems Just to mention, I don't have merge rights ;-)
I'd like to merge this work. The custom filetype file should be called filetypes.Dart.conf, otherwise it won't register AFAIK. Also the conflict needs fixing. Any volunteers?