Create or update a concise developer implementation note when implementing a new MZmine feature or processing module. Use for feature and module implementation work; skip isolated bug fixes, refactors, tests, and documentation-only changes.
How to create a new chart, renderer, label generator in the mzmine framework.
Create or update user-facing technical documentation (mzmine module docs / wiki pages) from implementation code and existing docs. Follows the project documentation template, fact-checks claims against code, preserves legacy pages, and updates navigation.…
Use a MVC or MVCI architecture when building complex user interface components with multiple controls or panes and if the user requests the MVC/MVCI architecture. For simpler interfaces, default to single classes.
How to create a new chart, renderer, label generator in the mzmine framework.
Use a MVC or MVCI architecture when building complex user interface components with multiple controls or panes and if the user requests the MVC/MVCI architecture. For simpler interfaces, default to single classes.