Community
Participate
Working Groups
In RBD, we hid some folders containing generated code in the Project Explorer. What do we want to hide in EDT? This is more complicated now since the folder would be specified in the generation tab extensions. If we want to let the user decide what to show/hide, we might want to add additional filters.
We are creating a JavaScript generator to generate additional information which is needed to run RUIHandler in visual editor. We probably want to hide the output folder of this generator.
adding to above comment, this is a new JavaScript generator extending the general JavaScript generator, it will have a separate entry in the compiler configuration (although we might want to hide in the end)
Created attachment 202660 [details] Complete the function. Hide development javascript generated folder (may have different values for project, package and files)
Hi Ji Yong, I noticed you put this into edt.ide.ui - would it not be better suited for going in gen.javascriptdev? This way the UI plug-in doesn't have to know about a specific generator that may not even be installed - the dev-mode generator would take care of hiding its own output folder.
Hi Justin, I agree with you. I will make the change. Thanks. (In reply to comment #4) > Hi Ji Yong, > > I noticed you put this into edt.ide.ui - would it not be better suited for > going in gen.javascriptdev? This way the UI plug-in doesn't have to know about > a specific generator that may not even be installed - the dev-mode generator > would take care of hiding its own output folder.
Created attachment 202779 [details] Move the filter to javascript.dev
Hide the devJavascript folder
Closing this work item