hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

Project manager config management sub-module for custom project config #30

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

This sub-module will manage the project.rectx file. Since this is a part of the project manager package it will be a part of the major project management update.

Features

hrszpuk commented 1 year ago

Added CreateDefaultConfig that creates a config with default fields. These fields will be changed during Load (default values are replaced with user values. During the project generation prompt the default values will be changed then dumped into a config file using Dump.

Commit: https://github.com/hrszpuk/rectx/commit/4d88f89ab566f1e53cbd33a2fb2d640240cf967a

hrszpuk commented 1 year ago

Added Load/Dump that can read and dump config file.

Commit: https://github.com/hrszpuk/rectx/commit/21a3f5468796312299488114c6148ca0549bb31c

hrszpuk commented 1 year ago

This sub-package is finished for now.