Search found 170 matches

by jeffy
Fri Oct 03, 2014 1:58 pm
Forum: General
Topic: Bye
Replies: 16
Views: 23518

I think I understand. No disrespect intended.
by jeffy
Fri Oct 03, 2014 12:38 pm
Forum: General
Topic: Bye
Replies: 16
Views: 23518

I've only ever had a single document displaying, so I wouldn't choose either setup, truthfully. If I had a huge 27" monitor, I might try multiple documents per window. I "only" have a 19" widescreen :)

So you just like how it looks then. It's not a functional thing. At least, as far as the ...
by jeffy
Fri Oct 03, 2014 11:06 am
Forum: General
Topic: Bye
Replies: 16
Views: 23518

You do not have to provide your credit card. You can sign up for a "premium" account via the "14-day trial", or you can sign up for a free account. Don't click the 14-day trial button. There's another way to do it. The entire Sublime tutorial is available to free accounts.

I'd like to understand ...
by jeffy
Fri Oct 03, 2014 1:08 am
Forum: General
Topic: Bye
Replies: 16
Views: 23518

Does it support multiple overlapping document windows?

Wait a minute. I think you mean this:

https://code.tutsplus.com/courses/perfect-workflow-in-sublime-text-2/lessons/configuring-and-mastering-split-windows

(It requires a website registration, but it's a video in a multi-video course on ...
by jeffy
Thu Oct 02, 2014 10:42 pm
Forum: General
Topic: Bye
Replies: 16
Views: 23518

ben_josephs wrote:Does it support multiple overlapping document windows?
If you mean multiple application instances, with a separate project in each, then yes, it does.
by jeffy
Thu Oct 02, 2014 9:21 pm
Forum: General
Topic: Bye
Replies: 16
Views: 23518

It is a bit of a climb, but it's been less than two weeks since I started, and I'm reasonably comfortable now.

It is beta, but I've had very little problems with it. My limited impression is that it's certainly good enough for real use.

TextPad used to be rock solid. Pre version 6 I'd say. It's ...
by jeffy
Thu Oct 02, 2014 6:11 pm
Forum: General
Topic: Bye
Replies: 16
Views: 23518

Bye

After fifteen years--or close to it--I'm moving on to Sublime Text 3. I've written a post about it.

http://aliteralmind.wordpress.com/2014/ ... o_sublime/

I mean no disrespect, and I spend much of the post discussing what TextPad does better.

It's been a great ride.

:(
by jeffy
Tue Jul 08, 2014 5:26 pm
Forum: Java
Topic: How to deal with multiple CLASSPATHs?
Replies: 1
Views: 15512

How to deal with multiple CLASSPATHs?

I've just encountered my first project that requires an entirely separate classpath from the one I've been using for years. It calls a function in an old version of JUnit that no longer exists the more current version, which is on the classpath.

I have a "compile" tool (on the Tools menu), and ...
by jeffy
Tue Jun 10, 2014 10:39 am
Forum: General
Topic: Transpose?
Replies: 3
Views: 1704

If it's that strictly formatted, a macro would work as well. Just record and run with word-wrap off.
by jeffy
Wed Jun 04, 2014 8:29 pm
Forum: General
Topic: How to make [Find in files > File counts only] permanent?
Replies: 2
Views: 1414

Thanks for trying.
by jeffy
Fri May 30, 2014 2:50 pm
Forum: General
Topic: How to make [Find in files > File counts only] permanent?
Replies: 2
Views: 1414

How to make [Find in files > File counts only] permanent?

This thread is about the "No duplicates" setting in the sort dialog not being preserved when you restarted TextPad.

I'm having a similar issue with "Find in files", where the "File counts only" is always being unselected each time TextPad is restarted.

Is there a similar setting in ConfigState ...
by jeffy
Mon May 19, 2014 2:18 pm
Forum: General
Topic: Sort, No duplicates setting is no longer permanent
Replies: 8
Views: 1936

This is a problem for me, too.

The delete duplicate lines checkbox always stuck before version 7.2, and now it always reverts to unchecked after TextPad closes.

I also do not see any string called "DeleteDups" in the xml file, nor any section called <Sort>

I took a chance and added this text to ...
by jeffy
Mon Apr 07, 2014 5:38 pm
Forum: WildEdit
Topic: You can have tabs and newlines in your find-what text!
Replies: 0
Views: 14673

You can have tabs and newlines in your find-what text!

I just learned that I can paste literal paragraphs into the find-what field, and don't have to write all the \t and \n-s.

Took me this long to figure it out :)
by jeffy
Fri Mar 07, 2014 1:34 pm
Forum: General
Topic: Regex replacement bug with accent char? (v7.1.0)
Replies: 3
Views: 629

Goodness. My brain was fried last night. Of course.

I honestly think there's still something funky related to accents in regexes going on, as I was doing other related work last night, but of course that word boundary is in the wrong place.

Thanks!
by jeffy
Fri Mar 07, 2014 4:37 am
Forum: General
Topic: Regex replacement bug with accent char? (v7.1.0)
Replies: 3
Views: 629

Regex replacement bug with accent char? (v7.1.0)

Could someone please try this regex replacement, and tell me if they have success?

Take this paragraph:

The value of each position is retrieved by `pos.getValue()` or `pos.isPath()`--I think `1` is a "wall" and `0` is the "path". (As an aside: The huge 2d-array should really contain one-bit ...