Oleg B

Results 25 issues of Oleg B

`text-translator` from ~master % uname -sr Linux 4.15.17-200.fc26.x86_64 % gnome-shell --version GNOME Shell 3.24.3 In settings window (from tweak tools) no switch language shortcut, only * Open translator dialog `Super+T`...

I call extending D function from embeded python code in D code src/main.d ``` d import std.stdio; import pyd.pyd, pyd.embedded; void main() { py_init(); auto script = new InterpContext; script.py_stmts(...

at now enums documentated as variables, but it's not a part of instance of class/struct. it can be documentated as `static const` variables.

enhancement

What about generation [PlantUML](http://plantuml.sourceforge.net/) with some settings ( for example show fields or not )? It can be a good part of documentation. It's planed?

enhancement
difficulty-hard