Nuclei-Software / nuclei-studio

Document, User Guide, Wiki, and Discussions For Nuclei Studio
https://nuclei-software.github.io/nuclei-studio/
Eclipse Public License 2.0
1 stars 2 forks source link

In the 2024.02.DEV version, when importing an external project, there is an issue with abnormal saving of the download/linker script. #30

Closed laomaolaile closed 1 month ago

laomaolaile commented 5 months ago

In the 2024.02.DEV version, when importing an external project and attempting to modify the download/linker script values in the Nuclei Setting, there is an issue with abnormal saving. The changes made to the script cannot be correctly saved, and the Nuclei Setting is displayed incompletely. However, this problem does not occur in newly created projects.

image

laomaolaile commented 5 months ago

The issue arises because when Nuclei Setting attempts to read the project configuration, it searches for the project directory and files within the current workspace. However, when importing a project, even though the project appears to be within the current workspace, the actual project files might be located in a different directory. This can cause the IDE to be unable to correctly locate and read the project files and configurations.

To avoid this problem, it is recommended to tick the "Copy projects into workspace" option during the import process. By doing so, the IDE will copy the project files into the designated workspace directory, ensuring that all necessary files and configurations are accessible and readable by the IDE.

image

This issue will be addressed and fixed in subsequent versions to improve the user experience and ensure smoother project imports.

fanghuaqi commented 1 month ago

Is it be fixed in 2024.06 @laomaolaile