SGDK & Intellisense (Code::Blocks)
Moderator: Stef
-
- Very interested
- Posts: 75
- Joined: Sun Jan 04, 2015 10:27 pm
- Location: Pennsylvania
- Contact:
SGDK & Intellisense (Code::Blocks)
Just a quick, somewhat relevant, but noobish installation question for those who use SGDK with the Code::Blocks IDE. Is there any plugin or way for the Code::Blocks IDE to generate its equivalent of Visual Studio's Intellisense for the SGDK Library? It would make development much more streamlined and easier than having to constantly consult the SGDK Doxygen for functions.
SGDK homebrew dev and Unity3D Indie dev.
Sega does what Nintendont!
Sega does what Nintendont!
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: SGDK & Intellisense (Code::Blocks)
I don't know about the VS Intellisense but at least i know you can have the doxygen documentation parsed so you have sort of javadoc in Code::Blocks based on the doxygen documentation. It's why i designed documentation in doxygen format on include file. Just search for doxygen plugin for Code::Blocks 

Re: SGDK & Intellisense (Code::Blocks)
I'll have to look at this
cheers Stef!

-
- Very interested
- Posts: 75
- Joined: Sun Jan 04, 2015 10:27 pm
- Location: Pennsylvania
- Contact:
Re: SGDK & Intellisense (Code::Blocks)
Excellent! That's just what I needed!Stef wrote:I don't know about the VS Intellisense but at least i know you can have the doxygen documentation parsed so you have sort of javadoc in Code::Blocks based on the doxygen documentation. It's why i designed documentation in doxygen format on include file. Just search for doxygen plugin for Code::Blocks
SGDK homebrew dev and Unity3D Indie dev.
Sega does what Nintendont!
Sega does what Nintendont!
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: SGDK & Intellisense (Code::Blocks)
The documentation is not perfectly parsed, but that is already a great improvement over opening the include file each time 

-
- Very interested
- Posts: 75
- Joined: Sun Jan 04, 2015 10:27 pm
- Location: Pennsylvania
- Contact:
Re: SGDK & Intellisense (Code::Blocks)
Finally got a chance for some major free time (graduating from college with B.S. in Software Engineering, and Holiday BreakStef wrote:I don't know about the VS Intellisense but at least i know you can have the doxygen documentation parsed so you have sort of javadoc in Code::Blocks based on the doxygen documentation. It's why i designed documentation in doxygen format on include file. Just search for doxygen plugin for Code::Blocks

SGDK homebrew dev and Unity3D Indie dev.
Sega does what Nintendont!
Sega does what Nintendont!
-
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
Re: SGDK & Intellisense (Code::Blocks)
Normally you don't even have to install supplementary plugin, you just need to enable the doxygen documentation parsing in the
Settings --> Editor --> Code completion --> Documentation tab.
Bu for some reason it does not work anymore on my Code:Blocks, it was perfectly working before and i can't remember from where it stopped to work :-/
Too bad as that is a very useful feature :-/
Settings --> Editor --> Code completion --> Documentation tab.
Bu for some reason it does not work anymore on my Code:Blocks, it was perfectly working before and i can't remember from where it stopped to work :-/
Too bad as that is a very useful feature :-/