TopStyle Home
|
Support
TopStyle Pro 3.11
Changes in 3.11 Beta 1
- Added: "Goto Line" added to Edit menu (Alt+G)
-
Added: "Ask to reload files modified outside of TopStyle" added to general page in options.
When focus returns to TopStyle, this setting (which is on by default) tells TopStyle to check
whether the current document has been modified by another application, and if so, ask whether to
reload it. Note that previous versions of TopStyle always asked to reload modified documents.
- Added: CSS Level 2.1 style definition
- Added: Netscape 7 style definition
- Added: Safari 1.0 style defintion
- Added: "Check for New Version" added to Help menu
- Added: Firefox auto-detected as external browser
-
Added: Previous version used Ctrl+M to find matching tag/delimiter. Added Ctrl+Alt+M, which does the same match, then selects everything within the delimiters.
-
Removed: The IE3, combined "Netscape 4 and IE4", MSN TV, Opera 3.5, Opera 4, WebTV Plus and Safe List style definitions
are no longer installed with TopStyle (outdated). However, if you have a previous version of TopStyle installed, your existing
versions of these style definitions will be left intact.
- Changed: Increased font size in help file
- Changed: Decreased mouse sensitivity of automatic view bar display
- Changed: Replaced "Netscape Gecko" with "Mozilla Control" in various menus and dialogs
- Changed: Pasting large block of HTML into new, unsaved CSS document forces TopStyle to treat the document as HTML rather than CSS
- Fixed: On certain graphics cards, the file panel paints a "ghost" image when the screen resolutions is above 1024x768.
- Fixed: Access violation in style inspector when setting line-height without font-size
- Fixed: Access violation on Win98 when file panel navigates to a folder containing files with invalid creation dates
- Fixed: Access violation in style inspector when editing font rule if a space exists immediately after the / before the line-height
- Fixed: Firefox sometimes fails as an external browser
- Fixed: Insight fails in <script> tags
- Fixed: Sweeper freezes when grouping selectors which contain inline comments
- Fixed: Access violation in TopStyle Lite when selecting "Choose color" from inspector after changing palette
- Fixed: "Site Styles" incorrected labeled "Site Links" in view menu
- Fixed: Ctrl+C in file panel's address bar shortens UNC paths
- Fixed: Changing default background color doesn't take effect until restarting TopStyle
- Fixed: Changing "Auto-complete HTML tags" setting doesn't take effect until restarting TopStyle
- Fixed: Incorrect formatting of RGB color values in locales which use comma as decimal separator (ex: Spain)
- Fixed: Incorrect encoding passed to W3C HTML Validator when xml prolog exists in document
- Fixed: Class hyperlinking matches partial class name (ex: "text" matches "text-alternate")
- Fixed: Indent/unindent fail when no selection exists
- Fixed: "Open from Web" progress dialog shows underscore when URL contains an ampersand
- Fixed: Editor tab shows underscore when filename contains an ampersand
- Fixed: "Range check" error when creating a custom palette by importing a corrupt or unrecognized palette file
- Fixed: File panel doesn't automatically sort by filename on non-NTFS volumes
- Fixed: HTML Tidy "indent" property is missing "auto" value
- Fixed: Insight cannot be disabled in second editor when using split view
- Fixed: Export style checker results to HTML when "group messages by selector" is chosen results in empty HTML content
- Fixed: "Unknown protocol" error afer clicking a hyperlink if the URL is prefixed with whitespace
- Fixed: Repainting problems in find/replace dialog after cancelling "Replace All"
- Fixed: Ctrl+M to find matching HTML tag doesn't always handle nested tags correctly
Known Issues
-
At the time of this release, the W3C CSS Validator strips blank lines that appear at the top of a style sheet, so it will report incorrect line numbers for style sheets that have
whitespace before the first rule. For example, if your style sheet has three blank lines at the top, then the W3C CSS Validator will report line numbers
that are off by three. We have reported this issue to the W3C, so this may be resolved after this version of TopStyle is released.
-
TopStyle doesn't support editing Unicode/DBCS files (including UTF-8).
-
TopStyle's thumbnail viewer doesn't support PNG images.
-
The style checker doesn't examine HTML style attributes in this release.
-
When calculating specificity, TopStyle doesn't take !important rules
into account.
-
Color coding of ASP, PHP, etc., within HTML strings is not supported.
-
The spell checker only checks the spelling of words inside content, so it doesn't check the spelling inside
alt attributes, etc.
-
The site reports don't support the use of multiple class names in an HTML element
(ex:
<div class="one two">). Note that this technique is rarely used since it's not
supported by many browsers (including Netscape 4). TopStyle's editor also doesn't color-code
multiple classes in HTML elements.
-
Alternate style sheets are incorrectly listed as "unused" in the site summary.
-
The "Edit HTML Class" and class hyperlink features don't support style sheets which are imported (via
@import)
by a style sheet linked to the current HTML document.