Questions tagged [pspad]

PSPad is a freeware text editor for Windows.

PSPad is a freeware text editor for Windows.

The editor supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetative tasks. Integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, Code page conversion...

9 questions
5
votes
2 answers

LESS and CSS3 syntax highlighting

I found this post on SU, but it doesn't seem to address my needs exactly, so I'll ask a similar question. I normally use PSPad, and I'm also not too scared of Notepad++. They are both good editors, but their CSS highlighting seems to be lacking all…
mingos
  • 253
4
votes
1 answer

How to insert date/time stamp in PSPad?

Does anyone know if there is a hotkey in PSPad to insert a time stamp in this format: 2009-07-27 23:47:33
3
votes
1 answer

Is ClearType enabled here?

I'm using PSPad as a code editor but I'm not sure whether ClearType is enabled. Although one may say that if I see no difference that I shouldn't make a point of it, but I'm just curious to know. I'm using the Consolas font (which is said to be…
pimvdb
  • 383
  • 4
  • 13
2
votes
3 answers

Merge & Reformat text

I have a lot of Bible text looks like Gen 1:1 In the beginning God created the heavens and the earth. Gen 1:2 The earth was empty, a formless mass cloaked in darkness. And the Spirit of God was hovering over its surface. Gen 1:3 Then…
1
vote
2 answers

Mac OS X/Wine - Associating file extension (.php) with a Windows program on Mac OS X

I am running PSPad (a Windows programming editor) on Mac OS X (Snow Leopard) using Wine 1.1.35. I want to associate various file extensions (.php, .js, .html) with PSPad.exe. Finder does not allow this association. I can only associate file types…
0
votes
1 answer

Line Manipulation Reformat text Notepad++ or PSPaD

I have about 40,000 lines I need to look like first line - no paragraph marks. The trouble is, I can't use join lines then use (\d\D+)& $1\n to get like line 1 because of numbers inside of sentences. Can anyone give any hints or tricks? <1IN THE…
user83705
  • 103
0
votes
2 answers

Add duplicate lines and numbers

i have a URL list like http://www.blabla.com/1/1.jpg http://www.blabla.com/1/2.jpg http://www.blabla.com/1/3.jpg ... http://www.blabla.com/2/1.jpg http://www.blabla.com/2/2.jpg http://www.blabla.com/2/3.jpg ... So what i need is to duplicate…
user399164
0
votes
2 answers

What variables can be used in Pspad in a link?

I know about %File% and %Line%... What else do you know about?
-1
votes
1 answer

Extract text between two symbols (PS-Pad, CudaText)

I need extract text between symbols '$$$ and ' How to do it? Example: dva_popup(identifier: 'importAs', label: '$$$/MediaCoreUI/PhotoshopImporterPrefs/kResMediaCoreUIImportAs=Import As: ', bindRight:'true') { …