Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on December 30, 2016, 02:48:31 PM

Title: About Add-Ins
Post by: TimoVJL on December 30, 2016, 02:48:31 PM
I like hear comments about Add-Ins used in year 2016.
Title: Re: About Add-Ins
Post by: jj2007 on December 30, 2016, 03:14:34 PM
Hi Timo,

In my daily work, I use mainly:
- an add-in that allows to do advanced searches in header files
- a "zip the project" add-in
- a converter for structures from MSDN C/C++ format to Masm syntax

But, having my own editor, I also have a tendency to add functions to the core editor, so I don't need many add-ins.

Why are you asking? Good intentions for 2017? ;-)
Title: Re: About Add-Ins
Post by: TimoVJL on December 30, 2016, 03:33:32 PM
I mean poide Add-Ins, not your masm basic ide.
And just for further development.

That "a converter for structures from MSDN C/C++ format to Masm syntax" could be interesting.
Title: Re: About Add-Ins
Post by: Grincheux on December 30, 2016, 09:02:02 PM
I have installed FAddIn for the automatic version number generator.
I would like to find more.
If John had not addins I don't know where to find them
Title: Re: About Add-Ins
Post by: TimoVJL on December 30, 2016, 09:20:24 PM
Look this one http://forum.pellesc.de/index.php?topic=7073.msg26847#msg26847
And let us know how make it better or publish better one ;)
Title: Re: About Add-Ins
Post by: Hemanth on January 19, 2017, 02:05:33 AM
I installed the 64 bit IDE and Addins

but the addins tab in the IDE options tab is blank
also where are the wizards

both Addins64 & Wizards64 folders are in the bin folder
kindly guide me
Title: Re: About Add-Ins
Post by: TimoVJL on January 19, 2017, 09:16:47 AM
Add-Ins are enabled/disabled from menu Tools -> Customize... -> Add-ins
Wizards are seen from File -> New -> Project
Title: Re: About Add-Ins
Post by: Hemanth on January 20, 2017, 10:16:22 AM
Hi, Thanks Mod :)