Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Create project from directory, where is GNU C++ Project option?
« previous
next »
Reply
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Create project from directory, where is GNU C++ Project option? (Read 1039 times)
Dennis
Senior Community Member
Posts: 3998
Hero Points: 521
Create project from directory, where is GNU C++ Project option?
«
on:
July 30, 2024, 04:53:35 PM »
Quote
I launch SlickEdit from a directory containing a source tree as follows:
Code:
[Select]
vs +new -sc /tmp/defcon5 .
After the quick start wizard the following dialog comes up to create a project in the current directory (which I specified with "." above). See attachment. Why is the only C/C++ option listed "Other C/C++"? Are project types that have wizards specifically filtered out? Seems like an unnecessary limitation.
Report to moderator
Logged
Clark
SlickEdit Team Member
Senior Community Member
Posts: 7040
Hero Points: 534
Re: Create project from directory, where is GNU C++ Project option?
«
Reply #1 on:
July 30, 2024, 05:20:09 PM »
Quote
At the moment, project types with wizards aren't supported because they add files which messes up this dialog or the wizard depending what happens first.
Report to moderator
Logged
Dennis
Senior Community Member
Posts: 3998
Hero Points: 521
Re: Create project from directory, where is GNU C++ Project option?
«
Reply #2 on:
July 30, 2024, 05:30:42 PM »
Quote
The same conflict can happen when you do Project > New... and add files there. In my experience, it works fine as long is you select "Create an empty project" in the wizard instead of adding new files with the wizard.
Report to moderator
Logged
Reply
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Create project from directory, where is GNU C++ Project option?