Search found 22 matches
- Sat Jun 10, 2006 8:07 pm
- Forum: General
- Topic: Mouse lockup when using file's context menu TextPad
- Replies: 0
- Views: 278
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 them: 1 ...
- Mon Aug 22, 2005 3:02 pm
- Forum: General
- Topic: Directory handle not released after file closed
- Replies: 5
- Views: 665
- Mon Aug 22, 2005 1:24 pm
- Forum: General
- Topic: Directory handle not released after file closed
- Replies: 5
- Views: 665
- Mon Aug 22, 2005 12:43 pm
- Forum: General
- Topic: Directory handle not released after file closed
- Replies: 5
- Views: 665
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 ...
- Wed Apr 20, 2005 3:44 pm
- Forum: Enhancement Suggestions
- Topic: Time to change "HTML Tags" clip to be XHTML compli
- Replies: 1
- Views: 294
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 "/" before ...
- Tue Mar 08, 2005 11:30 pm
- Forum: Enhancement Suggestions
- Topic: Correction to HTML clip
- Replies: 0
- Views: 290
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="?"> </APPLET ...
- Tue Mar 08, 2005 11:00 pm
- Forum: Enhancement Suggestions
- Topic: Addition to HTML clip
- Replies: 0
- Views: 307
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=JavaScript - External ...
- Fri Jan 07, 2005 3:39 pm
- Forum: General
- Topic: How to define system-wide document class?
- Replies: 5
- Views: 840
- 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: 758
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 ...
- Fri Dec 31, 2004 3:11 pm
- Forum: General
- Topic: How to define system-wide document class?
- Replies: 5
- Views: 840
- Fri Dec 31, 2004 10:50 am
- Forum: Enhancement Suggestions
- Topic: Unicode. UTF-8 and a widthful of typed character
- Replies: 1
- Views: 485
- Fri Dec 31, 2004 10:49 am
- Forum: General
- Topic: How to define system-wide document class?
- Replies: 5
- Views: 840
- Mon Dec 13, 2004 10:50 pm
- Forum: General
- Topic: How to define system-wide document class?
- Replies: 5
- Views: 840
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 ...
- Tue Oct 05, 2004 4:20 pm
- Forum: Enhancement Suggestions
- Topic: Showing Unicode characters without changing font and script
- Replies: 0
- Views: 372
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 ...
- Wed Sep 22, 2004 4:29 pm
- Forum: Enhancement Suggestions
- Topic: Unicode Conformance
- Replies: 25
- Views: 15290
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 doesn ...