I don't know who here still actually works via Notepad++ or other text editors, but just in case: Here's a very easy solution to get something approximating a development environment in 10 minutes.
What you get:
- A source editor that is basically the same as Notepad++, and can be customized in much the same way
- A list of all functions and global variables/defines, either "All in project" or "All in file"
- Auto-Completion functionality for functions and global variables
- The ability to right-click functions and global variables and "Go to declaration" or "Find occurences of"
- Full text search over the whole project, you get a hit list and can double-click to get directly to the right spots
- Right-click anywhere and you can add To-Do-Items, which are basically comments formatted in a certain way that show up on a clickable list
- Right-click on the project name and you can add "virtual folders", arrange (drag-and-drop) your files into those without changing their place on the drive
... and more. Just play around.
What you need to do:
1) Get the latest release of "Code::Blocks" here (it's only 8mb and free of course): Downloads
2) Install & Start
3) Go to File->New->Project , select "Empty Project", give it a title and select a save folder, then "Next" and "Finish"
4) Right-Click on the Project Name in the tree on the left and select "Add files recursively", select the POTC "PROGRAM" folder and click "OK"
5) You should now see the directory structure of the PROGRAM folder under your project name (divided into "Headers" and "Sources")
6) Play around and customize to your heart's content
What you get:
- A source editor that is basically the same as Notepad++, and can be customized in much the same way
- A list of all functions and global variables/defines, either "All in project" or "All in file"
- Auto-Completion functionality for functions and global variables
- The ability to right-click functions and global variables and "Go to declaration" or "Find occurences of"
- Full text search over the whole project, you get a hit list and can double-click to get directly to the right spots
- Right-click anywhere and you can add To-Do-Items, which are basically comments formatted in a certain way that show up on a clickable list
- Right-click on the project name and you can add "virtual folders", arrange (drag-and-drop) your files into those without changing their place on the drive
... and more. Just play around.
What you need to do:
1) Get the latest release of "Code::Blocks" here (it's only 8mb and free of course): Downloads
2) Install & Start
3) Go to File->New->Project , select "Empty Project", give it a title and select a save folder, then "Next" and "Finish"
4) Right-Click on the Project Name in the tree on the left and select "Add files recursively", select the POTC "PROGRAM" folder and click "OK"
5) You should now see the directory structure of the PROGRAM folder under your project name (divided into "Headers" and "Sources")
6) Play around and customize to your heart's content
Last edited by a moderator: