|
PellesC Add-ins This page was last updated 18th April 2007 | ||
|
||
|
(28k zip) List Function prototypes in C units Author: CLR | ||
|
(29k zip) List Function prototypes in VB style (Bugfix 7th Oct) Author: Timppa
| ||
|
(10k zip) Adds three buttons above the project
pane for compiling a 'Release Build' a 'Debug Build' and a 'Profile
Build'.
Author: Alexander Stoica
| ||
|
|
(11k zip) Adds six buttons on the IDE toolbar,
'Release Build Ansi', 'Debug Build Ansi', 'Profile Build Ansi', 'Release
Build Unicode', 'Debug Build Unicode', 'Profile Build Unicode',
Author: Alexander Stoica | |
|
(10k) Adds a buttons on the IDE toolbar,
indents source code in the current unit.
Author: Holger Buick | ||
|
|
(14k zip) This addin opens a web browser window and then searchs for the current selected word of your source code.
Put the caret at the word you want to search for and right click "Google search" or "MSDN search".
Update 10th March 2006. The difference is the MSDN URL. Update 9th October 2006. Added Google Code Search Author: CLR | |
|
(87k zip) Frankies addin.
This addin is based on the excellent work of CLR, while it is keeping the function and prototypes (lightly improved) it adds the following features:
Author: Frankie | ||
|
|
(13k zip) LoadRC places an icon on the IDE
toolbar which attempts to load the projects RC file into the editor. It
will only load an RC file that belongs to the project. If no RC file is
found a MessageBox displays the fact. (Bugfix:
slight adjustment to way the RC documents are closed)
Author: JohnF | |
|
|
(25k zip) ShowInc was created by timovjl to
load system header files
Put the mouse cursor on the line where #include <xxx> is and select "Show Include" from context menu. JohnF has extended it to load local headers as well. Put the mouse cursor on the line where #include "xxx" is and select "Show Include" from context menu. | |
|
|
(14k zip) RCFile adds syntax highlighting to
an .RC file loaded into the IDE editor.
Author: Timppa | |
|
|
(6k zip) Here is another way to load an RC
into the editor. This
adds a item to the project context menu.
Right click on the RC file in the project panel and choose "Open in Source Editor" You will need Matt Pietrek's "libctiny.lib" to compile it. See here. If you don't want to use libctiny.lib take out these two lines. #pragma nodefaultlib
| |
|
|
(6k zip) This adds a item to
the project context menu that will compile the selected source file.
Right click on the source file in the project panel and choose "Compile" You will need Matt Pietrek's "libctiny.lib" to compile it. See here. Same as above, take out the lib if you don't want to use it. Author: Timppa | |
|
|
(12k zip) Export C source to
HTML or PDF. For compressed PDF you will also need ZLIB. See here for ZLIB
http://www.zlib.net
Author: Originally Pelle with contributions from Timppa and Robert Wishlaw |
|
|
|
- CodeTree
(15k zip) formats the source when opening the code tree - each IDE-document has its own code tree window as child window - your selection in the tree selects the corresponding line in the IDE-document. - indenting of "else" and "else if" added warning: opening the codetree will format your code and so the IDE will not be able to make a "undo" of previous changes. Author: Holger Buick |
|
|
- Pfa (9k zip) Allows the adding of a
commandline argument via the addin.
Displays a dialog box that prompts for arguments, then runs the program. Updated 18 April 2007 (button removed from the toolbar and new menu item added in Project menu. Shortcut: Alt+P+O) Author: Carlos Une |
|
|
- Clean (10k zip) clean: new shortcut, Alt+P+L
Author: Carlos Une |