vieiro commented on PR #5567: URL: https://github.com/apache/netbeans/pull/5567#issuecomment-1450879622
Well, I think everything should be in place now. ## Files tabs We now arrange Rust workspace members (for those projects having workspaces) in a specific node, separated from normal sources. These members can then be opened as normal projects (similar to what we do with Maven modules in Maven Projects)...  ... and the Files tab seems to work properly after this change...  This last commit has improved nested folding/navigation, and we now detect Rust modules too. Also we partially support dependencies with "git" references (no versions). ## Things I couldn't reproduce: * Projects open well in my box even after restarting the IDE. * Adding dependencies work well for me in my Ubuntu. This may be related to detecting the `cargo` in the PATH (we don't currently test for it). We may want to add this path to an Options tab, or use Project configurations so the user can choose a toolchain of her liking, or a combination of the two. ## interp/token I've dropped the "interp" and "token" files out of git, as requested, but they still appear as errors in the "rat" report (those files are regenerated after compilation whenever the grammar is changed). It's also somewhat in git status. Let's try to test this new "full" cluster set in cluster.properties, and see what we break. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
