PSPad: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 11: Line 11:
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">


== NSIS Syntax Highlighter for PSPad ==
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
You can download the highlighter: <attach>Highlighter.zip</attach>.
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Place it in your PSPad\Syntax folder.
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
<head> <title>Podstawy przetwarzania obrazów</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
</head>
<body>
<ul>
<li>O nas</li>
<li>Instytut</li>
<li>Oferta</li>
<li>Kontakt</li>
</ul>
</body>
</html>


== See also ==
== See also ==

Revision as of 14:01, 25 September 2010

Author: Rob Loach (talk, contrib)


PSPad with NSIS integration

PSPad editor is freeware programmer editor, usable for people who:

  • work with various programming environments
  • like highlighted syntax in code
  • need a small tool with simple controls and the capabilities of a mighty code editor
  • are looking for a tool to work with plain text
  • want to save money and still have the functionality of professional products

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl"> <head> <title>Podstawy przetwarzania obrazów</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/> </head> <body>

  • O nas
  • Instytut
  • Oferta
  • Kontakt

</body> </html>

See also