-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features/add-create-new-project-modal
* # `PrjTaskManagementModel` etc... - The `aliases` field has been inserted. - Added the option to start with an empty file. * # `API` - The helper class is made available in the API. * # `Helper` - Added a function to generate acronyms. * # `MetadataCache` - The field `Cache` has been renamed correctly to `cache`. * # `PrjTaskManagementModel` etc... - Added the `aliases` field. - Added the option to start with an empty file. * # `BaseModel` - Fixed a bug in the `resolveProxyValue` method which caused problems when adding a new array. * - Refactor modal form classes# `ModalFormBase` - Class and file renamed. - Further modal form types added. * # `PrjSettings` - Default folder for the project files added to the settings. * # `CreateNewProjectModal` - First version of the form for creating a new project. # `Main` - Corresponding command is registered. * # `Styles` - Added more places to optimize the display of Markdown in my tables for `ol` elements. # `SettingTab` and `PrjSettings` - Added settings for templates to the respective files. - Added corresponding settings fields. - Changed the language selection field to a dropdown field. # `Helper` - Added a method `openFile`, which opens a file and makes it visible. # `MetadataCache` - Changed the metadata cache array accessible via `get` to use the same array permanently. - The private method `refreshMetadataCacheArray` is now called in the corresponding event handlers and updates the array, if necessary by emptying it and refilling it with the new data. This ensures that the reference remains permanently the same. # GetMetadata - Switched to the `Helper.openFile` command. * # `ProjectComponents` - Changed the summary field to TextArea. # `SearchInput` - Added the possibility to specify a search text. # `*BlockRenderComponent` - Adjusted the logic accordingly so that the search field is retained even after a refresh. * # `*Data` - All four data classes have been adapted so that the correct type certainly exists in them, unless it is specified. * # `BaseModel` - Corrected the order of file assignment. The data is now written correctly, as `_file` is present when the transaction class writes the changes down. - When creating an "empty" object, any existing fields are now written to the open transaction or directly. # `CreateNewMetadataModal` - The created file is now opened after the process. # `CreateNewProjectModal` - Any template is now used as a basis and the file is also opened after creation.
- Loading branch information
Showing
30 changed files
with
672 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.