Messages - widgewunner [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 19next
6
General Software Discussion / Would TREE.com be useful?
« on: March 18, 2015, 08:55 AM »
The native TREE.com command line utility may be useful. It generates a text version of a directory tree structure.

>tree /?
Graphically displays the folder structure of a drive or path.

TREE [drive:][path] [/F] [/A]

   /F   Display the names of the files in each folder.
   /A   Use ASCII instead of extended characters.

7
General Software Discussion / Re: Text editor with filtering of lines
« on: November 05, 2014, 11:33 AM »
EditPad Pro.  There's a "Fold" option in the search panel that does exactly this.

+1 EPP rocks regex!

At $50 its a bargain (if you're into regex). I'm so hooked on its power now that I'd crawl a mile through a sewer and pay 10 times that much for it - and would *still* feel as though I got a good deal!

8
General Software Discussion / Re: Need help confirming IE bug
« on: June 16, 2014, 05:02 PM »
I've added two more test pages in HTML5 with spellcheck=true and spellcheck=false:

Test IE10 paste bug (HTML5) 20140616_1400
Test IE10 paste bug (XHTML 1.0 Strict) 20140616_1400
Test IE10 paste bug (HTML5 - spellcheck="false") 20140616_1400
Test IE10 paste bug (HTML5 - spellcheck="true") 20140616_1400

It appears that the problem occurs when the "spellcheck=true" property on the TEXTAREA is set (or not present as this is the default), and compatibility mode is on. It does not occur if compatibility mode is off or if spellcheck=false.

However, the auto-spell correction occurs with the XHTML 1.0 Strict page when compatibility mode is on and this cannot be turned off by the page markup because spellcheck is not a valid XHTML TEXTAREA property.

I'd call that a bug.

And could someone else please verify this? - I'm at my wits end right now (other stressful things going on in real life at the moment...)

Additional: The auto-spellchecking/correction feature can be disabled entirely. Under Win7, uncheck the following checkbox:
IE Menu -> Tools -> Manage add-ons -> Spelling correction -> Enable spelling correction.

9
General Software Discussion / Re: Need help confirming IE bug
« on: June 16, 2014, 04:14 PM »
I've added a new test page that is valid XHTML 1.0 Strict and updated the other page to be valid HTML5 (it was missing a DOCTYPE and char encoding META tag). Here they are:

Test IE10 paste bug (HTML5) 20140616_1400
Test IE10 paste bug (XHTML 1.0 Strict) 20140616_1400

Both exhibit the same pasty-i2I behavior on my Win7Pro64 IE10 box.

10
General Software Discussion / Re: Need help confirming IE bug
« on: June 16, 2014, 03:06 PM »
... However the fact that it doesn't happen with other lowercase letters i tested, only "i" makes that explanation harder to swallow...

But "I" is a whole word in itself and is always capitalized in a sentence (unlike other single letters). I'm thinking some sort of spell checker thingy is goin' on here...

Edit: thanks for the spell check link. However, the original page where I found the error was XHTML 1.0 Strict - not HTML5. My app will remain XHTML which does not (I believe) include any sort of spell check property for the TEXTAREA element. I'm going to put together another minimal test page that is XHTML 1.0 Strict and run it up the flagpole. Standby...

Pages: prev1 [2] 3 4 5 6 7 ... 19next
Go to full version