You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
New feature which can allow to create header file and cpp file.
This feature is already available in Eclipse and Codeblocks as far as I know.
Feature Behavior:
File menu option "new -> Class" option.
Open new window, which asks for class name, class variables, base class and so on.
After filling up all these details it will create two files header file and cpp file
Thanks
The text was updated successfully, but these errors were encountered:
Thank you again, but I am not entirely convinced that this is a helpful feature. There are too many exceptions where one would not create a class in a "standard" way. Templated classes for instance will not use source files, and in some cases one would have the definitions of several classes in one file, or separated in platform specific files. Also, how would you name the files? CamelCase or snake_case? It would depend on the naming conventions of the project. Marking this as wontfix for now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New feature which can allow to create header file and cpp file.
This feature is already available in Eclipse and Codeblocks as far as I know.
Feature Behavior:
Thanks
The text was updated successfully, but these errors were encountered: