Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.6.2
-
None
-
1
Description
- Create a new QDS project
- Go to effect composer without creating a new effect
- Add an effect node. e.g. `Colorize`
- Enable the advance mode
- Open code editor
- Change something -> The line should become red
- Save it by pressing Ctrl+S.
- Since the effect is not saved, it cannot overwrite it. So the line stays red.
- Go to effect composer and save the effect (It should ask the name for the effect)
- Then go back to the code editor, and change something.
- Press Ctrl+s
- Now, it can overwrite the effect.
Here in the code editor, it's expected that the ui asks for saving the effect with the new name if the effect is not created completely (Is not created for the first time), and the user presses ctrl+s.