Search found 22 matches

by seaktf
Sat Jun 10, 2006 8:07 pm
Forum: General
Topic: Mouse lockup when using file's context menu TextPad
Replies: 0
Views: 154

Mouse lockup when using file's context menu TextPad

I know this topic has been appearing from time to time without any answer. I don't want to add to this bug's "noise". I'd rather like to report my findings, hoping that it could help Textpad developpers find the solution. There're many ways to open a file inside TextPad. Here are three of ...
by seaktf
Mon Aug 22, 2005 3:02 pm
Forum: General
Topic: Directory handle not released after file closed
Replies: 5
Views: 399

OK, I see what it's used for. There's a workaround (hope the developer is reading the forum): instead of keeping the handle to directory, TextPad could hold the string of the path of working directory, ie "X:\dir1\dir2\...\dirN\". So when a user click the open button, Textpad checks if thi...
by seaktf
Mon Aug 22, 2005 1:24 pm
Forum: General
Topic: Directory handle not released after file closed
Replies: 5
Views: 399

Oh I see :!:

So it's really a bug. Because it doesn't make sense to hold on a "working folder" when there's no more active document.

Does it hurt to disable such option? I mean, what's this working folder supposed for?
by seaktf
Mon Aug 22, 2005 12:43 pm
Forum: General
Topic: Directory handle not released after file closed
Replies: 5
Views: 399

Directory handle not released after file closed

Suppose a file, X:\dir1\dir2\...\dirN\file.txt, is opened in TextPad. Even if the file is closed within TextPad, the whole path, ie X:\dir1\dir2\...\dirN\, is still open. This is checked against using Process Explorer and it's clear that the handle to that directory isn't released. In some situation...
by seaktf
Wed Apr 20, 2005 3:44 pm
Forum: Enhancement Suggestions
Topic: Time to change "HTML Tags" clip to be XHTML compli
Replies: 1
Views: 197

Time to change "HTML Tags" clip to be XHTML compli

In the advent of XHTML, maybe it's time to change the "HTML Tags" clip to follow the tendance. It's actually not really hard to do so, just a few changes and some precautions: * all tag names are in small letters, and attribute names as well. * elements without closing tag have to use &quo...
by seaktf
Tue Mar 08, 2005 11:30 pm
Forum: Enhancement Suggestions
Topic: Correction to HTML clip
Replies: 0
Views: 149

Correction to HTML clip

The APPLET tag in HTML clip is not totally correct because it contains a LANGUAGE attribute which has no effect. Actually, APPLET is deprecated in HTML4 but here's a correct one: !TEXT=Applet ^ <APPLET CODE="\^.class" WIDTH=400 HEIGHT=300> <PARAM NAME="?" VALUE="?"> </A...
by seaktf
Tue Mar 08, 2005 11:00 pm
Forum: Enhancement Suggestions
Topic: Addition to HTML clip
Replies: 0
Views: 169

Addition to HTML clip

Here's a little addition to the HTML clip. It adds script and stylesheet tags which are compliant to HTML 4.01 standard. Hope you like it. _________________ !TEXT=JavaScript - Embedded ^ <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"> <!-- \^ // --> </SCRIPT> ! !TEXT=JavaSc...
by seaktf
Fri Jan 07, 2005 3:39 pm
Forum: General
Topic: How to define system-wide document class?
Replies: 5
Views: 483

I've posted a reply in
http://www.textpad.info/forum/viewtopic.php?t=5603

What're your opinions?
by seaktf
Fri Jan 07, 2005 3:36 pm
Forum: General
Topic: Using one set of tool settings for all users on 1 PC
Replies: 4
Views: 525

Feature suggestion: Taking advantage of system wide setting

I'd posted a question some time ago in another forum: http://www.textpad.com/forum/viewtopic.php?t=6034 I've just got a reply that this one is relevant. Indeed, it's relevant. I've noticed two things: 1) If I guess correctly, the HKEY_USERS\.DEFAULT behaves similarly to C:\Document and Settings\defa...
by seaktf
Fri Dec 31, 2004 3:11 pm
Forum: General
Topic: How to define system-wide document class?
Replies: 5
Views: 483

Well, actually, I knew that. But that only adds a document class to HKEY_CURRENT_USER. If there're a lot of users, or if there're a lot of specific document classes, this is still quite annoying.

I've tried to put it in HKEY_CURRENT_USER\.DEFAULT\....
but that doesn't help.
by seaktf
Fri Dec 31, 2004 10:50 am
Forum: Enhancement Suggestions
Topic: Unicode. UTF-8 and a widthful of typed character
Replies: 1
Views: 357

You should send this to general forum, not enhancement suggestions forum.
by seaktf
Fri Dec 31, 2004 10:49 am
Forum: General
Topic: How to define system-wide document class?
Replies: 5
Views: 483

Still no answer? :(

Not even some fiddling in some .ini file or the registry? :?:
by seaktf
Mon Dec 13, 2004 10:50 pm
Forum: General
Topic: How to define system-wide document class?
Replies: 5
Views: 483

How to define system-wide document class?

When creating a new document class (as written in the FAQ) TextPad actually creates a document class for the current user in NT platforms. When we switch to another user session, we have to create the same document class again. Is there a way to create system-wide document class so that no matter wh...
by seaktf
Tue Oct 05, 2004 4:20 pm
Forum: Enhancement Suggestions
Topic: Showing Unicode characters without changing font and script
Replies: 0
Views: 282

Showing Unicode characters without changing font and script

Right now, even if a text file is defined as Unicode in Textpad, it still couldn't accept and display Unicode characters, but just only the script supported by the font. Actually, one has to (re)define the script of a certain font in order to display the characters he likes. For example, when I need...
by seaktf
Wed Sep 22, 2004 4:29 pm
Forum: Enhancement Suggestions
Topic: Unicode Conformance
Replies: 25
Views: 11370

OK, I've just spotted the word *current" in messages of both of you. I see what you meant. Currently, the *defined* range in Unicode 4 is just U+0000 to U+10FFFD, which allows a little bit less than 2 millions characters (excluding Private Use Areas, http://www.unicode.org/charts/ ), but that d...