EugeneZelenko

Results 24 issues of EugeneZelenko

When Toolbar is hidden via Toolbar in context menu, check mark is still in View | Toolbar menu. This problem exists in 0.27.9 and 0.26.4.

It'll be great to make `-help/--help` as aliases for command line argument `-h`. Looks like changes should be done in `layApplication.cc` and `gtfui.cc`. It may be reasonable to introduce non-abbreviated...

_Edit Watch_, _Delete_ and _Clear_ command should be enabled/disabled based on list state. As of 0.26.4 all menu items are always enabled. _Edit Watch_ must be enabled only when single...

Macro Development window should not show tabs for unsupported languages. If KLayout is built with only Python support, only Python tab should appear. If only Ruby support is enabled -...

It'll great to add Annotated GDS (*agf) into GDS files extensions in File Open dialog. Format itself seems supported by KLayout.

I'll be good idea to highlight current layer's stipple/line style in Layer Toolbox and dialog boxes for their selection.

It'll be great to have check which will suggest to simplify assignment operators, like "value = value + 1" to "value += 1".

Enhancement ✨
Help wanted 🙏
Checkers
Good first issue
Hacktoberfest
Needs PR

I encountered Valgrind's complains about mismatched `delete / delete []` when just importing `klayout.db` from 0.26.4 (but `std::auto_ptr` was used back then. `std::unique_ptr buffer (new char [MB_CUR_MAX]);` should be `std::unique_ptr...

Hi, Matthias! It'll be great to have possibility to customize main window title using command line option or environment variable. Motivation for this feature came from application that uses KLayout...

enhancement