Gossamer Forum
Home : General : Internet Technologies :

Nice freeware text editor - PSPad

Quote Reply
Nice freeware text editor - PSPad
It's really nice. Being actively developed. Lots of features like diff.

http://www.pspad.com

------------------------------------------
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
Cool...gonna download this. I'm fed up with Notepad and Wordpad on XP messing up my newlines in perl/php scripts.. they all just appear on one line (only sometimes....but when they do it really annoys me).

Thanks for the link :)

Chees

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
Got this installed now.. what a great program! The only down side to it I have found so far, is that you don't seem to be able to turn 'auto complete' off, and Ctrl+a or 'select all' don't seem to be an option?

Otherwise, a top notce progam! Thanks for the link Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
Select All

Edit > Select All

----------

Auto Complete

I think this might be what you're looking for. There might be other things, too.

Tools > Program Settings > "Completion of Chars...."

------------------------------------------
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
Great, that worked :) Not sure why Ctrl+A wasn't working before, but that seems to work now too :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
Has a nice "Reformat HTML to look better" button

View > Toolbars > HTML

The button is on the left.

It also has an HTML compress button.

------------------------------------------
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
What would be cool, is 'find unmatched bracket' option Tongue

Going through 2000 line script at the moment, trying to find the missing bracket :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
That's a killer, and my greatest coding pet peeve. And for that reason, I'm the most careful with ensuring I close brackets - however, from time to time, one always slips by and then ugh!

----
Cheers,

Dan
Founder and CEO

LionsGate Creative
GoodPassRobot
Magelln
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
Ah well.. found it. Turned out to be a missing } at the end of a foreach. That bracket highlighting tool is cool :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [dan] Nice freeware text editor - PSPad In reply to
In Reply To:
That's a killer, and my greatest coding pet peeve. And for that reason, I'm the most careful with ensuring I close brackets - however, from time to time, one always slips by and then ugh!

Yeah.. it was all working. I think I may have knocked delete when doing some other code changes :( All fixed now though, so that ok...lol

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
In vim you can use % to find matching brackets, and in editplus you can use ctrl-]. Always very useful.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Nice freeware text editor - PSPad In reply to
EditPlus is still the king, but I'm always looking for good stuff.....Smile

------------------------------------------

Last edited by:

DogTags: Sep 17, 2003, 12:24 PM
Quote Reply
Re: [Alex] Nice freeware text editor - PSPad In reply to
In Reply To:
In vim you can use % to find matching brackets, and in editplus you can use ctrl-]. Always useful.

Thanks...I'll have to remember that. I used EditPlus quite a bit too :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
Version 4.2.6

Tools > Autocomplete

------------------------------------------
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
What does that do though? Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Nice freeware text editor - PSPad In reply to
Don't know yet.....Blush

I haven't had time to fully use this thing, but I thought I point this out cuz I think it's new in the latest version.

------------------------------------------
Quote Reply
Re: [DogTags] Nice freeware text editor - PSPad In reply to
LOL..np :)

I tried it on a basic script, with missing a } ...;

Code:
#!/usr/bin/perl

use strict;

sub main_sub {

print "Testing";


sub number_2 {

print "another sub";

}

..and then run that command you suggested.... Didn't seem to do anything Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!