You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/07/29 20:55:27 UTC

[GitHub] [netbeans] lkishalmi commented on issue #1403: [NETBEANS-1802] Basic infrastructure to load a project with a Project Type

lkishalmi commented on issue #1403: [NETBEANS-1802] Basic infrastructure to load a project with a Project Type
URL: https://github.com/apache/netbeans/pull/1403#issuecomment-516158617
 
 
   Well, this patch is just a very first step. I'm planning to add some others down on the road, I just would like it to be visible from the start, to be able to talk this through as a process not just one big change.
   @JaroslavTulach Unfortunately my direction is not that far reaching. Having general project with natures seems to be a compelling idea, though that would be a big step to jump. I'm not sure if I can make that jump happen. Though if anyone could deliver that, I would happily ditch this set of patches in favor of that. So I'm not trying to reaching that high.
   So my plan is to try something built on the current ProjectFactory2 and ProjectManager.Result. My steps would be:
   1. Enhance the PM API to be able to query/load Project "natures" recongnized by the IDE.
   1. Improve the isProject2 usage to actually return project type
   1. Add an Open Project As action if more than one project "nature" is detected on a folder.
   1. Fix: There could be some glitches around re-opening the projects.
   1. Probably add more UI entry for the project "nature" selection
   
   I have something half working on 3., but need to do some real work on 2. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists