Search found 24 matches
- Mon Sep 29, 2003 7:06 pm
- Forum: General
- Topic: Are these bugs in 4.7?
- Replies: 8
- Views: 1733
Yes, it is set to default - at least that's what it says in the edit/pref window. I think it is due to not having hh.exe and also wscript.exe & cscript.exe installed for security reasons. If I knew how the browser was called, I might be able to fix it, but I don't use 'view in browser' anyway, so no ...
- Sun Sep 28, 2003 7:07 pm
- Forum: General
- Topic: Are these bugs in 4.7?
- Replies: 8
- Views: 1733
- Wed Sep 10, 2003 7:27 pm
- Forum: General
- Topic: Macro request: Html to Ascii
- Replies: 1
- Views: 294
not yet
I haven't gotten around to that yet, but I did make a clip library that handles %20 through %7F.
Let me know if that helps.
Let me know if that helps.
- Sat Sep 06, 2003 5:55 pm
- Forum: General
- Topic: Syntax color: feature, bug or style?
- Replies: 7
- Views: 1298
comment color at $#listvar
OK, looks like I better wait to update then.
- Fri Sep 05, 2003 7:10 pm
- Forum: General
- Topic: TextPad Locking Up When Opening
- Replies: 5
- Views: 716
textpad locks up on many systems if context menu used
There are many systems where textpad locks up if the context menu option is used. Replacing the shellext.dll will not help. The only solution for now is to turn off the 'context menu' option in the 'put shortcuts to textpad on' portion of the general preferences.
- Fri Sep 05, 2003 6:59 pm
- Forum: General
- Topic: Syntax color: feature, bug or style?
- Replies: 7
- Views: 1298
is this the latest ver?
I see that on line 142, where you get the scalar of your list, that your textpad colors this as a comment. I recall that this was changed (I think in a bug fix) so that a comment starting other than as a newline is not recognized unless preceeded by a <space> char. I tried your line 142 on my ...
- Thu Sep 04, 2003 10:15 pm
- Forum: Enhancement Suggestions
- Topic: could bracket matching ignore commented code?
- Replies: 4
- Views: 819
it wasn't regex :(
I thought that adding the regex made the comments work, but it turns out that they work both with or without it as long as comments after the beginning of a line start with a <space> char. That seems good enough, even though the space isn't required by Perl, so may take a lot of reformating of old ...
- Thu Sep 04, 2003 9:56 pm
- Forum: Enhancement Suggestions
- Topic: could bracket matching ignore commented code?
- Replies: 4
- Views: 819
Perl5.syn is working now
Had a moment, so tried a regex in my .syn file.
Changing:
SingleComment = #
to:
SingleComment = .*#
now has comments being properly found in Perl, so we can again consider whether bracket matching should ignore extra brackets located within sections of commented out code.
Changing:
SingleComment = #
to:
SingleComment = .*#
now has comments being properly found in Perl, so we can again consider whether bracket matching should ignore extra brackets located within sections of commented out code.
- Wed Sep 03, 2003 9:28 pm
- Forum: Enhancement Suggestions
- Topic: could bracket matching ignore commented code?
- Replies: 4
- Views: 819
need comment recognition fixed for this to work
Ignoring matching brackets within comments probably isn't doable until the .syn file can actually recognize all the comments rather than just those that begin in column 1. The Perl5.syn file is broken this way.
- Wed Sep 03, 2003 5:48 pm
- Forum: Enhancement Suggestions
- Topic: could bracket matching ignore commented code?
- Replies: 4
- Views: 819
could bracket matching ignore commented code?
Could there be an option added to allow the bracket matching to ignore brackets found in code that is commented out? The comments seem to be defined well enough in the .syn file, but when commenting out a few lines during testing, it becomes impossible to match actual brackets across the commented ...
- Fri Aug 29, 2003 8:42 pm
- Forum: General
- Topic: Here is one for you!
- Replies: 5
- Views: 653
broken since 4.5
This sounds like the bad SHELLEXT.DLL problem that has not been fixed yet. Helios tried making a replacement for this DLL, but it doesn't work either. The only thing that will work is to turn off the context menu option for textpad.
- Fri Aug 22, 2003 7:38 pm
- Forum: General
- Topic: Textpad Locking up
- Replies: 1
- Views: 251
context lockups
This has been broken since ver 4.5 - the only workaround is to turn off the context menu option in the general preferences. The programmers tried making a new SHELLEXT.DLL file a while back, but it didn't help. It looks like they're pretty busy with some serious problems right now, but we hope they ...
- Mon Aug 18, 2003 6:51 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1482
Note to Grizzly
I tried it and you have it right - it just doesn't look that way. While word-wrap is turned on, it looks (on the screen) like adding the tab char to the first line also adds it to all lines, but if you save the file there is just the one tab char at the start of the paragraph. I think the bizarre on ...
- Fri Aug 15, 2003 7:16 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1482
indenting paragraphs
Sounds like a bit of confusion over what a paragraph is. The two most common forms of text file would be doable as follows: If the file uses a long line of text followed by one or two hard returns to represent a paragraph (allowing word-wrap to break lines to fit the screen), then search & replace ...
- Sun Aug 10, 2003 6:20 pm
- Forum: General
- Topic: Replace commnad does not search entire active doc when...
- Replies: 4
- Views: 570
should be like 'find'
I agree, they should put the 'wrap search' option of the find dialog into the replace also.