You are here: PSPad forum > English discussion forum > PSPad extension announcement: New cpp class 0.2

PSPad extension announcement: New cpp class 0.2

Goto Page: Previous1 2 3 4 5 6 7 8 9 10 11 Next

#91 Hots 0.6 released

Posted by: alesc | Date: 2010-11-21 18:45 | IP: IP Logged

Hots 0.6 is released.

Hots is an utility made for developers who wants to use the power of various programming tools like Ctags (http://ctags.sourceforge.net) in PSPad freeware editor. (www.pspad.com) Hots is written in autohotkey and javascript scripts and provided to you in compiled form of an exe file.

New:
- Setup wizard enhancements(install/uninstall/repair/upgrade)
- Windows 7 support
- bug fixes

Check:
hots.sourceforge.net

Options: Reply | Quote | Up ^


#92 Code V 10.3 released

Posted by: francheu | Date: 2011-05-15 17:23 | IP: IP Logged

The syntax file and clips have been updated for Code V 10.3.
Download link: www.pspad.com

--
François

Options: Reply | Quote | Up ^


#93 Syntax definition : 3 new formats

Posted by: RhodonSylvain | Date: 2011-07-31 00:45 | IP: IP Logged

Hello,
I made 3 new description file (first try sad smiley ):
- NMEA format (log GPS)
- GPX format for POI of GPSdash2
- PSpice library format (electronic simulator)

--
PSpice library (electronic simulator), NMEA (GPS log), GPX (POI for GPSdash)

Options: Reply | Quote | Up ^


#94 JSHint plugin

Posted by: pspadjshint | Date: 2011-10-14 10:29 | IP: IP Logged

Hi,

I've made a nice JSHint plugin. It dynamically loads the jshint.js so when there is a jshint update you don't have to update this plugin.

You can get it here: github.com and click on one of the download buttons, or goto github.com and click on 'zip' or just download PSPadJSHint.js.

See ReadMe.MS for instructions how to install.

You can get jshint from github.com, click on one of the download buttons.

Edited 1 time(s). Last edit at 2011-10-14 10:29 by pspadjshint.

Options: Reply | Quote | Up ^


#95 Code V 10.4 released

Posted by: francheu | Date: 2011-10-26 17:23 | IP: IP Logged

The syntax file and clips have been updated for Code V 10.4.
Download link: www.pspad.com

--
François

Edited 1 time(s). Last edit at 2011-10-26 17:24 by francheu.

Options: Reply | Quote | Up ^


#96 Foobar2000 syntax

Posted by: tigermess | Date: 2011-11-14 23:10 | IP: IP Logged

Syntax for Foobar2000 v1.1.9 Tagz.
Included are DEF, INI, colors file and documentation.

http://www.mediafire.com/file/pb613srw30n0pin/PSPad-Foobar2000_syntax-v20111114.zip

Options: Reply | Quote | Up ^


#97 DirFiles

Posted by: arfelon | Date: 2011-12-02 12:22 | IP: IP Logged

DirFiles extension creates a list of all files from user defined directory recursively.

Download link: www.pspad.com

Options: Reply | Quote | Up ^


#98 Re: Ĉapeligu

Posted by: billps | Date: 2012-02-15 11:29 | IP: IP Logged

Does the extension come with Malware in the installer like PSPad does?

Options: Reply | Quote | Up ^


#99 PSPad extension announcement: New cpp class 0.1

Posted by: alesc | Date: 2012-05-14 07:56 | IP: IP Logged

Introduce new extension "New cpp class" which creates two files one cpp and one h file with some common code.

Download:
www.pspad.com

User can enter class name, base class, can change source file name, header filename, path to files and also use pspad templates to prepend it all with html dialog displayed with IE.

e.g. h file:
#ifndef MYCLASS_H
#define MYCLASS_H

class myclass : public baseclass
{
};

#endif // MYCLASS_H

e.g. cpp file:
#include "myclass.h"

Edited 1 time(s). Last edit at 2012-05-14 07:57 by alesc.

Options: Reply | Quote | Up ^


#100 PSPad extension announcement: New cpp class 0.2

Posted by: alesc | Date: 2012-05-17 20:45 | IP: IP Logged

New version now takes content for class files entirely from templates. Searches caseinsensitive in selected templates for some predefined words:
<sourceBasename>, <headerBasename>, <className>, <baseClassName>, <sourceFilename>, <headerFilename>
to replace with user entered data.
Ie form shows only cpp template files from PSPad template directory.

Download link:www.pspad.com

Sample cpp template:

/**
* @file <sourceFilename>
*/

#include <classname>.h

<className>::<className>()
{
}

Sample h template:

/**
* @file <headerFilename>
*/
#ifndef <headerBasename>
#define <headerBasename>

class <className> : public <baseClassName>
{
public:
<className>();

};

#endif // <headerBasename>

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 7 8 9 10 11 Next





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR