You are here: PSPad forum > English discussion forum > Thread for links to further informations
Posted by: Stefan | Date: 01/01/2005 19:09 | IP: IP Logged
[u]Infos about script programming[/u]
##############################################
Rob van der Woude's Scripting Pages
Objective
This site is chock-full of scripting examples, ready to be used.
The primary objective of this site, however, is to teach you how to use batch and other scripting languages yourself.
So read the explanations that are available on these HTML pages or embedded in the scripts as comments.
The main focus of this site is scripting for computer and server management, only a few pages are dedicated to web design. read more...
Scripting:
Batch files For DOS, Win32 and OS/2
KiXtart
Perl
Regular Expressions
Rexx For OS/2 and Win32
WSH JScript and VBScript with ADSI and WMI
Recommended reading Books on scripting
##############################################
other sides in english:
J R Stockton DOS Batch Files Page
----------------------------------------------------------------
Welcome to Vellu's Modern Batch Programming Tutorial (Win 2k/XP)
----------------------------------------------------------------
fpschultze's Batch Scripting Site How To...
Auch in deutsch: eine freie Uebersetzung der Batch-How-Tos
----------------------------------------------------------------
Batch Function Library for Windows NT4/2000/XP/2003
----------------------------------------------------------------
A complete brief overview of each of the MS-DOS commands
About MS-DOS
All DOS commands
Secret DOS commands
DOS applications
Autoexec.bat / Config.sys
DOS error codes
Extended error codes
PC extensions
Creating Boot Disk
Batch Files
Debug Routines
Computer Resources
Known MS-DOS issues
MS-DOS History
MS-DOS Top 10 commands
Questions and Answers
Operating System definitions
Microsoft news
----------------------------------------------------------------
----------------------------------------------------------------
The DOS batch file programming handbook & tutoria
FAQ 1
FAQ 2
FAQ 3
Tricks & Tips
Downloads
Using MS-Dos7 Commands
LINKs
##############################################
Infos in deutsch:
Tutorial-Paket zur Batch-Programmierung antonis.de
Batch-Kurs für Einsteiger in 20 Lektionen von Horst Schaeffer
----------------------------------------------------------------
Batch-Befehle Übersicht
----------------------------------------------------------------
----------------------------------------------------------------
KnowWare-Buch "Start mit Batch-Programmierung" kostenloser download als PDF
##############################################
Post Edited (01-01-2005 19:54)
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 01/01/2005 23:05 | IP: IP Logged
If you want to show a picture in your post
you could use some "dedicated internet hosting service with no registration needed" like:
www.mytempdir.com
www.imageshack.us
paintedover.com
Attention: there might be a few pop-up window´s if you use this service. (Pop-up blocker)
1 - Go to an side above (be sure to read and understand the terms of this service!)
2 - browse to the picture on your locale disc, using the related botton on the side.
3 - click on [host it]
4 - paste the [IMG]....[/IMG]-URL you will see on the next side into the PSPad forum
5 - post your message
By some services you can registre too to manage your uploaded files.
------------------------------------------------------------
e.g.
my G:\PSPad\PSPad_rules.png
is hostet by mytempdir and linked here with
[I M G]http://www.mytempdir.com/01012005/11681.png[/I M G]
and showned as -->
(edit: what show us that mytempdir is not for longer hosting
------------------------------------------------------------
There are other ways, sure.
But if you just need an quick and dirty way
to show us an picture to illustrade smtg, it´s handy.
----
Edit:
Services added.
(Edit: <== thats hostes by paintedover.com)
----
Edit:
File hosters added
BTW.... rapidshare.de is > one way < to host single files quickly on the net with out know how or problems.
Another host is e.g. www.myfilestash.com
Post Edited (08-10-2005 10:13)
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 01/05/2005 13:11 | IP: IP Logged
cooperate with Mozilla 1.x or Mozilla Fireforx
here are some infos about using others then iE for HTML preview in PSPad .....
-------------------------------------------------------------------------
Author: Jean-Christophe (212.147.84.---)
Date: 01-05-2004 12:50
Hi,
Could it be possible to preview HTML pages (key <F10>) with Gecko instead IE?
The following links could help:
- Mozilla ActiveX Project www.iol.ie;
Best regards
Jean-Christophe
-------------------------------------------------------------------------
Author: pspad (194.213.41.---)
Date: 06-18-2004 08:30
Download and Install Mozzila ActiveX control from
www.iol.ie
Then you will be able to use Mozilla in internel HTML preview (first button switch between Mozilla and IE)
You can assign any external browsers in
Settings / Highlighter settings / HTML / External applications
-------------------------------------------------------------------------
Author: Filofox (82.152.82.---)
Date: 11-25-2004 10:15
Just thought people here might be interested in this extension to Mozilla/Firefox/Thunderbird, Launchy:
It allows you "to open current page, links, mailto, images and view source with external applications"...for example, using PSPad as a source code editor
Anyway, thought it might be of interest to some.
-------------------------------------------------------------------------
Author: lo lo irie (217.110.239.---)
Date: 06-09-2004 09:15
>and a simple preview in different browsers would be already a great add-on
You can do that in "Settings\Highlighter settings... => HTML =>[External Applications]"
Help => F1\ Menu description \ Settings menu \ Highlighter settings\ Compiler settings\ External Applications
>with different sizes (1024x768, 1280x1024...).
i think, you have to use a third party 'resulotion reseting app'
-------------------------------------------------------------------------
This thread is only for information, no questions here please.
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 01/16/2005 22:45 | IP: IP Logged
Use PSPad to rename your files
You all know that situation:
you downloaded a lot of files to a directory e.g.
photos from your digital camera
MP3 music files
images from internet pages
....
but all the file names are messy.
Renaming those files using the build in OS support is painful!
So what?
Simply copy everything to the clipboard and paste in
your most powerful PSPad editor to do even more sophisticated processing.
Once done processing transfer it back to eRename using the clipboard again.
eRename is a tool that helps you to easily and quickly rename files read more...

"only" 1 MB, no installation
- choose folder
- select files
- Strg+C
- paste into PSPad
- modify the names
- select all and Strg+C
- paste into eRename
- press [Apply]
- done
Post Edited (01-16-2005 22:55)
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 02/17/2005 19:17 | IP: IP Logged
Till the time comes that PSPad had more macro functions
you could use an tool which sends key commandos to PSPad
to automate your daily work
like
send 'Strg+F'
send "string you wanna search"
send 'Alt+O'
send 'Backspace' (to delete)
One of some fine tools is AutoHotKey www.autohotkey.com
You have to wrote your commands into a txt file,
start AHK and press your defined short cut to trigger the action.
AHK is loaded with feature and can more things you never think about.
And it's have a very small exe with an small footprint.
Die AutoHotKey Gemeinde übersetzt die Homepage
und die Anleitung gerade ins deutsche. Jeder der
etwas von der EDV versteht und vom englischen
ins deutsche übersetzen kann, kann gerne helfen
Die erste deutsche Seite => www.autohotkey.de
Das deutsche Forum => www.autohotkey.de
Post Edited (02-17-2005 19:19)
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 03/07/2005 09:39 | IP: IP Logged
Byte Order Mark (BOM) FAQ
Q: What is a BOM?
A: A byte order mark (BOM) consists of the character code U+FEFF at the beginning
of a data stream, where it can be used as a signature defining the byte order and
encoding form, primarily of unmarked plaintext files. Under some higher level
protocols, use of a BOM may be mandatory (or prohibited) in the Unicode data
stream defined in that protocol. [AF]
Bytes Encoding Form
00 00 FE FF UTF-32, big-endian
FF FE 00 00 UTF-32, little-endian
FE FF UTF-16, big-endian
FF FE ÿþ UTF-16, little-endian calls UNICODE within PSPad
EF BB BF  UTF-8 calls UTF-8 within PSPad
---
Edit:
Unicode und BOM in deutsch
oder hier ...
Post Edited (03-07-2005 09:50)
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Posted by: Stefan | Date: 07/22/2005 15:50 | IP: IP Logged
End-of-line Characters
francis.courtois.free.fr
American Standard Code for Information Interchange (ASCII) Table
www.commonsoftinc.com
Internet Text Files: End Of Line Characters
www.peterbenjamin.com
ASCII Table
www.lookuptables.com
www.neurophys.wisc.edu
ASCII Table with HTML name/number
www.ascii.cl
HTML and XHTML Entity and Character Reference
www.utoronto.ca
nice short list of HTML Entity
www.utoronto.ca
Posted by: Stefan | Date: 08/11/2005 17:30 | IP: IP Logged
Scripts for PSPad's new scripting feature, wroted by several users:
(if i have forgotten one, wrote me an hint BTW in an other thread)
----------------------------------------------------------------
Author: scharfie
Date: 07-01-2005
I have written script that provides swap with line above, swap with line below functions.
----------------------------------------------------------------
Author: gogogadgetscott
Date: 07-27-2005
Select column width use mouse or keyboard > active script
and the column is selected till the bottom
forum.pspad.com#reply_8101
----------------------------------------------------------------
Author: gogogadgetscott
Date: 07-27-2005
Column vertikal align for nice print out (or do smtg with one column)
----------------------------------------------------------------
Author: Wim west
Date: 08-11-2005
I added a script with code for Ctrl-Right and Ctrl-Left behaviour,
[...] which e.g. puts the caret before an equal sign or a semicolon.
When tidying (aligning) code I prefer this behaviour.
----------------------------------------------------------------
----------------------------------------------------------------
post your new script >here<
----------------------------------------------------------------
Posted by: Stefan | Date: 08/05/2006 20:15 | IP: IP Logged
Link to regex help
Welcome to Regular-Expressions.info
The Premier Web Site about Regular Expressions
www.regular-expressions.info
-------------------------------
Some interesting sides about reg ex, maybe it's needful for some PSPad users ?
PSPad didn't support the whole syntax of them what you will see there,
but it's pretty good for the whole understanding of reg ex:
Regular Expression HOWTO A.M. Kuchling
Perl Regular Expression Tutorial
A nice one sheet overview about the syntax (PDF file)
blogging community devoted to the topic of regular expressions
Starmerj's Perl RegExp Crib Sheet
Something in german / Reguläre Ausdrücke in The Bat! auf Deutsch
nicht wissenschaftlicher Workshop fĂĽr Regular Expressions
Online test:
Excellent RegEx evaluator, useful for RegEx's that'll run in JavaScript.
An very minimalist online Ajax-based ASP.NET site
HTH
--
greets, Stefan
(pleased user since 1722)
inofficial FAQs + Infos + Special Settings
Edited 1 time(s). Last edit at 09/06/2007 14:31 by Stefan.
Posted by: marcusson | Date: 05/04/2007 17:18 | IP: IP Logged
Here is a short tutorial in German, that explains step by step how to integrate new code snippets and syntax files into PSPad and how to make best use of them.
The tutorial explains this by using the extensions available for the "Yana Framework" as an example. Of course these steps do also apply to any other extension as well.
Editor PSPad - freeware editor, © 2001 - 2013 Jan Fiala
Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák