Close Panel
 
 

21

Jun

2007

PSpad :: Programer’s Editor - FREEWARE

By Jeeremie. Posted in Articles

Every web designer and web developper needs a software to code sites. My favourite editor was Notepad++ mostly for its simplicity.

I have been using it for months but I was feeling like it was missing important features (no FTP client, no projects features and a very simple (maybe too simple) auto-completion).

It is only recently I found what I was looking for: PSpad

PSpad is a powerful but yet simple Programer’s editor (not WYSIWYG), a good alternative to most of the commercial softwares out there (such as Dreamweaver). Besides it is FREE so you have nothing to loose to try it.

PSpad Screenshot

Some of the main features are:
  • Create a project
  • Work with different documents at the same time in a tabbed environment
  • Highlight
  • Auto-completion
  • Color picker
  • Code Explorer (a really great features!)
  • Eyedropper (very useful to pick a color directly from your browser or any window open on your desktop)
  • templates (HTML tags, scripts, code templates…)
  • spell checker
  • HTML Preview using IE and Fireworks
  • FTP client (with possibility to edit directly your files from your webserver)
  • save desktop sessions to later reopen all session files

Want to know more? Visit the Homepage

Popularity: 3% [?]

 

Related posts

| Subscribe to Feed | Email the author

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

To insert a code, don't use <code>...</code>. Instead, use <pre lang="LANGUAGE" colla="-">...</pre> and replace 'LANGUAGE' by 'html4strict' for HTML, 'php', 'javascript', 'css'...