Hi Everyone, I've been trying to get my NetBeans platform application running again, but some things are eluding me. I created a new platform application and I've been going through the tutorials for file type, lexer, and parser integration to try and re-familiarize myself with everything after a few years away from doing any compiler integration in a platform app. The tutorials are in mixed shape, but I've been making notes as I go to hopefully help clean them up as I go.
After going through the 'New ABC File Type" tutorial, I have a bare bones NetBeans Platform application running but have no way to create or open an ".abc" file. For the life of me I can not figure out how to add "New" and "Open" actions to the "File Menu". I've enabled every module in the Platform, added a layer.xml, but am out of tricks to try. "Save" and "Save As" are there, but of course disabled since there's no cookies in the Lookup. If someone can kindly tell me the trick to adding the Open and New menu items/actions to a 12.6 Platform Application, I'd appreciate it. Thanks, Peter