Stylizer Changelog

What's new in Stylizer 7.17.830.1411

Sep 9, 2017
  • HTML Elements Panel:
  • Stylizer 7 now provides a real-time view of the HTML DOM. Use it to drill down into elements that are invisible or difficult to hit with Bullseye, to quickly highlight and Bullseye adjacent elements, and to understand the overall structure of the page.
  • The Elements panel can be quickly toggled on and off when you need it. Each preview pane has its own panel, and you can dock them against any edge.
  • CSS DOM Viewer:
  • Stylizer 7 can show you a real-time tree of the browser's view of your style sheets—the CSS DOM. Due to differences between browsers, the CSS you write almost never ends up being interpreted by the browser exactly as you wrote it. The CSS DOM pane not only reveals which rules and declarations were accepted by the browser, it's even smart enough to recognize which declarations in your source code produced which declarations in the DOM.
  • The CSS DOM viewer is linked in real-time to the Code Grid, highlighting and updating as you work. In the screenshot above, notice how Stylizer has identified the first two declarations in the DOM rule (on the left) as being produced by the border-left declaration currently selected in the Code Grid (on the right).
  • The CSS DOM viewer is an integrated part of the HTML Elements panel. If you have multiple preview panes open at once, the Code Grid will be linked to all of them, revealing subtle differences between browsers that are often the reason some problems take hours instead of minutes to fix.
  • New Look-and-Feel:
  • We've redrawn the user interface from the top of the menu to the bottom of the breadcrumb to give it a subtle, lightweight, more modern feel. The application-wide dark theme has now returned as an option in Stylizer 7. We hope you'll find it pleasing whether you're using a Retina Mac, HiDPI Windows computer, or just an ordinary display.
  • Inline Style Sheets:
  • Style sheets embedded within your HTML in tags are now a part of Bullseye. Rules in these style sheets appear alongside other Bullseye results, and the style sheets themselves can be opened into the CSS DOM viewer.
  • In the screenshot above, notice the rules affecting the selected CSS "color" property are being sourced from (1) an external CSS file (2) a rule in a tag, and (3) an inline style declaration.
  • Other Great Improvements:
  • Customizable Toolbar You can now customize the toolbar to include additional buttons for things like Stakeout, Rulers, and Bookmarks. Right-click on the drop-down button with the browser icon on it to add or remove buttons.
  • Single Bullseye Pane Stylizer 7 now displays one persistent Bullseye results pane, anchored to the bottom of the window, and shared between all preview panes. This provides more width to display results for narrow panes, and ensures the preview window stays the same shape when entering and leaving Bullseye.
  • Updated Browser Plugins We've updated the browser plugins to Firefox 54 and Chrome 59, with regular updates to follow.
  • Stable and Beta Update Channels You can now opt-in to receive Stylizer 7 updates that are marked as "beta" and download and install them the same way you receive other updates. Find the option in the About Stylizer window.
  • Windows: 64-bit Binary Stylizer now runs as a 64-bit application on Windows, and the browser plugins have been updated with 64-bit versions as well. (A 32-bit version of Stylizer 7 is also available).
  • Windows: Better Compatibility With Anti-Virus Products Because of the unconventional way Stylizer integrates web browsers into its preview panes, it has often been flagged as a "false positive" by anti-virus products. With Stylizer 7, many internal components have been rewritten to significantly reduce the likelihood of a conflict with an anti-virus product.
  • Windows: New Installation And Update Engine We've replaced our old installer and automatic updater with a snappy new engine that installs and delivers updates more fashionably and reliably than ever before.
  • Mac: Better Error Recovery Stylizer for Mac is now able to recover from many different kinds of errors, and we've improved the error reporting engine too to help us fix problems faster.
  • Mac: TLS/1.2 Support Stylizer 7 now works correctly with web servers that require all HTTPS traffic to arrive over TLS/1.2.

New in Stylizer 6.17.908.22 (Sep 9, 2017)

  • Fixed: When typing a CSS property name, the suggestion in the keyword list now scrolls into view immediately when the first key is pressed.
  • Fixed: Possible crash when using Revert.
  • Fixed: The Code Grid hotkeys ; and } were not working correctly in a few cases.
  • Fixed: Pressing Tab to indent a rule into its container no longer inserts an unnecessary tab character.
  • Fixed: The Context Bar would not reposition itself when showing or hiding the Cut button.
  • Fixed: Bullseye highlighting now works correctly when a CSS transform has been applied to the body element.
  • Fixed: Several bug fixes based on user-submitted error reports.

New in Stylizer 6.17.801.15 (Aug 2, 2017)

  • Fixed: Crash when opening a webpage URL which contains invalid filename characters in the "filename" portion of the URL.
  • Fixed: A warning is now reported when one of the CSS-wide keywords "initial", "inherit", "unset", "default" or "none" is used as the name of an @keyframes animation.
  • Fixed: (Firefox) Commenting out one of the keyframes in an @keyframes rule would prevent the entire rule from being included in real-time preview.
  • Fixed: (Chrome) Crash caused by websites which automatically reload the page in a particular way using javascript.
  • Fixed: (Chrome) Possible crash when the user refreshes a webpage quickly before it has finished loading the first time.

New in Stylizer 6.17.307.604 (Mar 8, 2017)

  • Fixed: The Chrome plugin no longer crashes at startup. (regression from previous update)

New in Stylizer 6.17.228.1062 (Mar 1, 2017)

  • New: Added an option to increase the size of the font used to display CSS: View, Code Grid, Large Text. (Full customization is planned for a future release)
  • New: Press Command+L to focus the address bar, like a web browser.
  • Fixed: The Code Grid was not expanding correctly when an unrecognized @-rule was entered.
  • Fixed: Compatibility improvements for websites which require certain HTTP headers to be present.

New in Stylizer 6.16.1125.889 (Nov 26, 2016)

  • New: Shift-click the reload button (Option-click on Mac) to rescan the style sheets linked to the current page without reloading the page itself. [1]
  • Improved: Pressing hyphen (-) when in block mode will now start editing and type a hyphen, making it easier to type vendor-extension properties and values into the Code Grid.
  • Improved: When an unhandled script error occurs, the source filename and line number are now written to the browser console (when possible).
  • Fixed: CSS files containing a url() with nested quotes (double quotes within a single-quoted URL) were not being parsed correctly.
  • Fixed: (Safari) Script errors are now written to the browser console (as the other browser plugins already do).
  • Fixed: Crash when dragging a local file from Finder over the address bar.

New in Stylizer 6.16.808.749 (Aug 9, 2016)

  • New: Updated to Firefox 48.
  • New: Updated to Chrome 49.
  • Fixed: (Firefox/Chrome) No longer crashes when opening a web page that uses browser-based authentication. (regression from previous update)

New in Stylizer 6.16.802.844 (Aug 5, 2016)

  • Improved: Stylizer should now be more stable when switching between browser plugins.
  • Fixed: Rare crash when the first character of a CSS file was a curly brace.

New in Stylizer 6.16.121.1170 (Jan 22, 2016)

  • New: Updated to Firefox 43.
  • New: Updated to Chrome 47.
  • New: Logging into websites that require HTTP authentication is now supported in Chrome.
  • Fixed: Cut, copy and paste now work in text fields in ALL browser plugins.
  • Fixed: Cut, copy and paste now work in username and password fields in the HTTP authentication prompt.
  • Fixed: Right-click contextual menus are now displayed in Firefox.
  • Fixed: Unnecessary indenting whitespace was being added to multi-line comments nested within @media blocks every time a file was saved.

New in Stylizer 6.15.1006.849 (Oct 7, 2015)

  • Fixed: Safari preview now works on El Capitan.
  • Fixed: Automatic updates now work on El Capitan.

New in Stylizer 6.15.925.648 (Sep 27, 2015)

  • New: Updated to Firefox 41.
  • New: Updated to Chrome 45.
  • New: Validation for the HTML "menuitem" tag.
  • New: Validation for namespace-prefixed attributes in selectors.
  • New: Rewrote the CSS selector parser to improve performance and prepare for CSS4 [1].
  • [1] Note that no browsers support CSS4 selectors yet. Stylizer currently supports the following CSS 4 selector features:
  • Pseudo-classes including :matches(), :has(), :past, :future, :current, and all others.
  • Shadow DOM pseudo-elements including ::shadow, ::content, :host, and :host-context().
  • The new explicit decendent combinator (>>).
  • The improved :nth-child(n of S) syntax.

New in Stylizer 6.15.805.21 (Aug 5, 2015)

  • Fixed: Warnings are no longer displayed for HTML element names that contain a hyphen.
  • Fixed: The argument list for a :matches() pseudo-class was being deleted.

New in Stylizer 6.15.604.739 (Jun 6, 2015)

  • Fixed: (Firefox) The Bullseye results list would disappear immediately after doing a Bullseye on certain elements.
  • Fixed: !important and \9 and \0/ are now preserved when using the keyword value picker.
  • Fixed: \9 and \0/ hacks are now preserved when toggling !important.
  • Fixed: Several minor bug fixes based on user-submitted error reports.
  • NOTE FOR SNOW LEOPARD USERS: Although we officially dropped support for Mac OS X 10.6 Snow Leopard when we released Stylizer 6, Stylizer has still actually worked in that operating system until now. As of this update, however, Stylizer 6 now requires OS X 10.7 Lion or higher in order to start. You may continue using your current version of Stylizer 6 on Snow Leopard but please do not update since this and all future updates will not work.

New in Stylizer 6.15.519.774 (May 20, 2015)

  • New: Updated to Firefox 38.
  • New: Added a reload/stop button on the address bar.
  • New: The file tab bar can now be resized when it is docked above the style sheet.
  • Improved: The IE8 "backslash zero" hack is now understood when validating CSS.
  • Improved: The context bar no longer jumps left or right when commenting a rule causes scrollbars to appear.
  • Fixed: Several minor bug fixes based on user-submitted error reports.

New in Stylizer 6.15.514.1101 (May 15, 2015)

  • Fixed: No longer crashes when turning on Lasers (F4).
  • Fixed: (Safari) No longer crashes when a web page displays a JavaScript alert.

New in Stylizer 6.15.513 (May 14, 2015)

  • New: Major performance improvements (see below for details).
  • New: Code comments are now colored differently from ordinary comments, and only code comments are affected when commenting or uncommenting a range selection.
  • New: Stylizer now validates vmin and vmax units.
  • Fixed: The computed styles list now repaints correctly when resized.
  • Fixed: Websites that require authentication can now be opened in Safari.
  • Fixed: Many minor bug fixes based on user-submitted error reports.

New in Stylizer 6.15.312 (Mar 14, 2015)

  • New: Styles tab for Bullseye groups results by declaration, and reveals computed, inherited and inline styles. [1]
  • New: Bullseye now updates in real-time as you type or resize the preview pane.
  • New: Rules containing :hover, :active, and :focus pseudo-classes are now included in Bullseye results at all times; an "X" icon appears before each in real-time when it is not currently being applied.
  • New: Buttons above the Bullseye results list to simulate :hover, :active, :focus and :visited states on the target element.
  • New: Stakeout now displays a second, light outline around elements that would match if not for their current :hover and :active state, allowing you to see matching elements without leaving your mouse positioned over the element itself.
  • New: The target DOM element is now highlighted when the mouse is moved over one of the buttons on the Selector Builder, in the same manner as the Breadcrumb bar.
  • New: Close button on the Bullseye pane.
  • New: The Left and Right arrow keys now expand or collapse the entire selection, instead of just one row.
  • New: Validation for CSS 3 timing functions cubic-bezier() and steps().
  • Changed: The Selector Builder is now accessed from the "Make Rule" tab on the Bullseye pane (instead of a "+" button on the Breadcrumb bar).
  • Improved: Updated the visual appearance of the Selector Builder and Breadcrumb bar, including many improvements for HiDPI displays.
  • Fixed: The Context Bar button to Toggle !important now works correctly for vendor-prefixed CSS properties.
  • Fixed: Switching the browser plugin with Stakeout enabled could lead to performance degredation over time.

New in Stylizer 6.15.212 (Feb 13, 2015)

  • Fixed: The "Insert Rule" button on the Breadcrumb and the "+" button on the Remote Control were not working correctly. (Regression from update 6.15.211.1229)

New in Stylizer 6.15.211 (Feb 12, 2015)

  • New: (Remote Control) Added text-decoration and +placement buttons.
  • Improved: (Remote Control) Certain lesser-used buttons are now hidden intelligently when there is not enough space available to display the entire set.
  • Improved: (Remote Control) Clicking repeatedly on the text-align, text-decoration, font-weight and font-style buttons will cycle their target property through its most common values.
  • Improved: (Remote Control) The four-way buttons and shadow property buttons on the Remote Control now insert zeros by default when clicked.
  • Fixed: Crash when clicking "Revert to Copy" on a new, untitled CSS file.
  • Fixed: Could not insert a hyphen (-) before the first character of certain property names.
  • Fixed: Made several minor stability improvements.

New in Stylizer 6.15.118 (Jan 20, 2015)

  • New: Fixed: Stability improvements.

New in Stylizer 6.15.114 (Jan 15, 2015)

  • New: Updated to Firefox 35.
  • New: Validation for the CSS Flexible Box Layout Module.
  • New: Tool tips are now displayed for Remote Control buttons (and may be turned off in the View/Code Grid menu).
  • New: +user-select shortcut property.
  • New: Press F12 to collapse all rules in the style sheet.
  • Fixed: Online Help menu item now opens the online help.
  • Fixed: Removed the unused "Preferences..." menu item.
  • Fixed: Crash when closing a new, empty unlinked CSS file.

New in Stylizer 6.14.1218 (Dec 22, 2014)

  • New: Rulers (View, Rulers) display the width of the preview pane in pixels, and allow specific widths to be chosen. Learn more: http://www.skybound.ca/help/productivity.html#rulers
  • New: Spread Sheet Mode (View, Code Grid, Spread Sheet Mode) optionally makes Stylizer act more like a spread sheet like previous versions of Stylizer. Learn more: http://www.skybound.ca/help/customization.html#preferences
  • New: Added F2 as an alternate hotkey to enter Edit Mode.
  • Fixed: (Firefox) Couldn't load pages protected by HTTP AUTH (.htaccess).

New in Stylizer 5.1.13.704 (Jul 5, 2013)

  • New: The +box-shadow shortcut property now supports layered and inset shadows.
  • New: Validation for CSS3 flexbox properties, as well as webkit, moz and ms flexbox extensions.

New in Stylizer 5.1.13.529 (May 29, 2013)

  • Fixed: @import rules now validate when a media type is specified.

New in Stylizer 5.1.13.523 (May 25, 2013)

  • New: Support for media queries which contain only an expression and are not prefixed with "only", "not" or a media type.
  • New: Support for CSS3 units dpi, dpcm, dppx, hz, khz, ms, s, vh, vw, vmax, vmin.
  • Improved: Rule-level comments are now indented when saved.
  • Improved: Changed the way rules containing media-querying properties save and load. Details
  • Improved: Bullseye: Now all properties not being displayed in real-time preview are striken out as well as overridden CSS properties. This includes properties restricted to a non-passing media query and vendor-specific extension properties (i.e. -moz prefixed properties are striken out for Safari).
  • Fixed: In the save dialog, pressing Enter after typing a file name now accepts and saves.
  • Fixed: Fractional CSS values which omit the leading zero (i.e. ".5in") now validate.
  • Fixed: (OS X) Standard editing keyboard shortcuts: Home/Command+Left moves the caret to the start of a cell and Home/Command+Right moves to the end; Option+Left and Option+Right navigate between words.
  • Fixed: (OS X) Pressing shortcut keys for disabled commands (Command+Z, Command+V etc) would "type" the letter into the grid.
  • Fixed: (OS X) Text in the code grid no longer scrolls unnecessarily when switching into edit mode.
  • Fixed: (OS X) CSS property names too wide to fit in the code grid were being trimmed shorter than necessary.

New in Stylizer 5.1.13.507 (May 8, 2013)

  • Improved: Size grip performance improvements for both Windows (up to 1.5X) and OS X (up to 3X). The mouse pointer no longer flickers when using a size grip (this was especially noticable on OS X). The new algorithm is also more reliable when Stylizer is run in a virtual machine or over remote desktop (to prevent unexpectedly large values from being suddenly inserted into your style sheet).
  • Added: Fn+Return can now to used to insert a new row above, Cmd+Fn+Return to copy the selector text and insert above.
  • Fixed: CSS comments were always being saved using unix-style line terminators on OS X regardless of any setting. Now, the line terminators used for comments are the same as those used for selectors (as specified in the CSS Formatting window).
  • Fixed: Tooltips are no longer displayed for the Color Picker and Context Bar when turned off in the Preferences window.

New in Stylizer 5.1.13.419 (Apr 23, 2013)

  • Fixed: The luminance and saturation channels were being incorrectly forced to 100% for CSS colors using hsl() and hsla() syntax.

New in Stylizer 5.1.13.416 (Apr 18, 2013)

  • Improved the UI with over 30 tweaks and updates, helping Stylizer to feel more at home on OS X, while at the same time preserving its unique identity as a cross-platform app.
  • Note: After you install this update and relaunch, you may see a crash report and need to restart Stylizer manually. This will only happen once and not affect future updates.
  • The Ivory theme received many improvements, the most visible being:
  • Eliminated the blue toolbar hover effect (only on Mac)
  • Lion-style flattened scroll bars (only on Mac)
  • "Checked" buttons are black instead of orange
  • More consistent browser tabs, including a redrawn close button
  • Tweaked hues for more consistant colors throughout
  • Subtle improvements to tool bars, check boxes and radio buttons
  • Other areas which received attention include menus, the context bar, and the CSS file tab bar.
  • Corrected several outstanding UI bugs:
  • Fixed: (OS/X) 1 or 2 pixels were being cut off on the left edge of most text displayed in the UI.
  • Fixed: The eye dropper and context bar icons were not being updated when the theme changed.
  • Fixed: Arrows on the margin, padding and border buttons were too small (since the previous Retina update).
  • Fixed: The animation used when a local CSS file tab was closed was not properly aligned.
  • Fixed: The new browser tab button was not being animated when a tab was closed.

New in Stylizer 5.1.13.411 (Apr 12, 2013)

  • New: Stylizer now looks fantastic on Retina displays.
  • New: Replaced the CSS media type and color dropper icons with Stylizer-branded icons.

New in Stylizer 5.1.13.328 (Apr 2, 2013)

  • New: (OS/X) Support for full-screen mode on OS X Lion/Mountain Lion.
  • New: (OS/X) Stylizer is now signed with Skybound's Apple Developer ID, allowing it to launch on Mountain Lion when Gatekeeper is turned on.
  • New: (OS/X) It is no longer necessary to hold "fn" to delete a rule or property when using an Apple wireless or MacBook keyboard (just press "delete").
  • Improved: Many sites which use CSS media queries now appear correctly in live preview.
  • Fixed: (OS/X) Improved keyboard handling so + and - characters can be typed into value cells, and numpad + and - will expand/collapse the selected row (to match the behavior on Windows).
  • Fixed: The backslash key, used to open/close grid cells when not editing, can now be used with any keyboard layout (not just US English).
  • Fixed: The ! character can be typed into the value cell (useful for properties which accept strings).

New in Stylizer 5.1.12.918 (Sep 20, 2012)

  • Added: Support for 'ch' and 'rem' CSS units
  • Added: Support for CSS properties "outline-offset" and "-ms-text-size-adjust"
  • Added: Support for the "initial" value for most CSS properties.
  • Added: Support for the SVG "text-rendering" and "pointer-events" properties because they are actually supported as CSS properties in Gecko and WebKit.
  • Added: Basic (non-validating) support for media queries which appear in @import rules.
  • Added: Cleanser now skips over the following vendor-prefixed and draft CSS properties: -xx-background-clip, -xx-background-origin, -xx-background-size, -xx-animation, -xx-transition-duration, -xx-transition-timing-function, -xx-transition-delay, -o-radial-gradient(), -ms-radial-gradient(), radial-gradient()
  • Fixed: The mouse now works correctly on Retina displays.
  • Fixed: Pasting a CSS rule wrapped in a media query would cause the file to save incorrectly and an error to occur when attempting to copy the pasted CSS back to the clipboard.
  • Fixed: The Save dialog, when displayed a second time for a file which had already been saved previously, would not display any local system drives if the original path to which the file was saved was no longer accessible (for example, if one of its containing folders was renamed or moved).

New in Stylizer 5.1.12.326 (Mar 27, 2012)

  • Fixed: The CSS value "background: none" was being commented out when saved.
  • Fixed: The value "none" now validates for text-shadow, box-shadow, +text-shadow and +box-shadow
  • Fixed: Choosing an item in the value picker updates the "bottom" layer background or shadow layer as the size grips and color picker do, instead of overwriting the entire property value
  • Fixed: "background-position" could not be set to a single value using the value picker
  • Fixed: "inherit" was missing from some CSS properties, it has been reintroduced in all places where it is valid
  • Fixed: "inherit" is no longer permitted on child properties, as per the CSS spec
  • Fixed: Added "padding-box" value to "box-sizing" property
  • Fixed: "transparent" and "currentColor" are now permitted anywhere a color is, as per the CSS spec
  • Fixed: The last comma would be stripped from "background" properties whose bottom layer was just a color (i.e. "background: url(a.png), red" would become "background: red url(a.png)")
  • Fixed: "border" no longer inserts a default size, width or color, allowing these to values be unspecified, as per the CSS spec

New in Stylizer 5.1.12.320 (Mar 22, 2012)

  • Hotfix: The CSS clip() property now parses correctly

New in Stylizer 5.1.12.319 (Mar 21, 2012)

  • Added: Support for CSS3 background, box-shadow, and text-shadow properties
  • Updated: When a property supports more than one color, all entered colors are displayed in the preview swatch in the code grid (instead of just one)
  • Fixed: Code grid tabs are now correctly highlighted when doing a search, replace, or rename
  • Fixed: When more than one +placement declaration appeared in a rule, browser filters applied to the first would overwrite those applied to all others

New in Stylizer 5.1.11.1214 (Jan 16, 2012)

  • Fixed: A typo in the "display" CSS property values "table-coloumn" and "table-column-group"
  • Fixed: A problem loading a local file when a query string is specified
  • Fixed: Several small recoverable errors

New in Stylizer 5.1.11.608 (Jun 8, 2011)

  • New: Added more browser-specific CSS extension properties: -xxx-transition, -xxx-transition-property
  • New: Added a context menu to the address bar
  • New: Added the .xhtml file extension to the "Open HTML" dialog
  • New: Save icon now fades in and out after a save
  • Fixed: (OS/X) Using bullseye after copying to the clipboard would lead to a crash
  • Fixed: Possible error when inserting a new rule during a search

New in Stylizer 5.1.11.602 (Jun 6, 2011)

  • New: Added many missing moz, webkit, opera, and ms vendor-specific properties
  • New: Added CSS3 "user-select" property
  • New: Added HTML5 "summary" element
  • New: Support for CSS selectors containing a ":" including VML elements
  • New: Recognize the IE7 "star" hack when loading CSS files
  • Updated: HTML colors automatically switch from #XXX to #XXXXXX format when using the color picker or eye dropper
  • Fixed: In the save dialog, the folder list would disappear when connecting to an FTP site which did not allow root directory contents to be listed
  • Fixed: Improved the animated selection rectangle performance when selecting all rules in a style sheet
  • Fixed: The correct error message is displayed when loading a style sheet in Cleanser which ends with an unclosed @media block

New in Stylizer 5.1.10.1214 (Dec 16, 2010)

  • Fixed: A typo in the "display" CSS property values "table-coloumn" and "table-column-group"
  • Fixed: A problem loading a local file when a query string is specified
  • Fixed: Several small recoverable errors

New in Stylizer 5.1.10.1029 (Oct 30, 2010)

  • Fixed: Cleanser no longer appears for CSS files prefixed with a UTF-8 byte-order-mark

New in Stylizer 5.1.10.1021 (Oct 23, 2010)

  • Fixed: Regression bug introduced in previous release causing moz and webkit gradients to save and validate incorrectly

New in Stylizer 5.1.10.1020 (Oct 22, 2010)

  • Improved: 10X speed boost when holding down Command+Arrow Key to adjust a CSS value
  • Improved: Use arrow keys to move between property name and value while editing
  • Improved: Better basic support for -webkit-gradient(), -moz-linear-gradient(), moz-radial-gradient(), -moz-repeating-linear-gradient(), and -moz-repeating-radial-gradient()
  • Added: Basic support for "transform", "transition" and "column" CSS3 properties, including -o, -moz, and -webkit variants
  • Fixed: Error raised while connecting to or disconnecting from an FTP site
  • Fixed: Properly detects style sheets prefixed with a UTF-7, UTF-16 and UTF-32 byte-order-mark

New in Stylizer 5.1.10.1014 (Oct 16, 2010)

  • Added: +min-height property to set minimum element height across browsers
  • Added: Stylizer displays the name of the CSS property completed automatically via Tab as you type
  • Added: Completion text is now displayed while typing a property name
  • Updated: Small UI improvements
  • Fixed: Using the color picker, it was not possible to choose pure black (#000000)
  • Fixed: (OS/X) Removed an unnecessary error message after pressing "Cancel" in the Save Draft window

New in Stylizer 5.1.10.1001 (Oct 8, 2010)

  • The activation process no longer considers your operating system or virtual environment. You may activate Stylizer in Mac OS/X, Windows, and any number of virtual machines (VMware, VirtualBox, Parallels, or Virtual PC) as many times as you like, as long as it all happens on the same two physical machines (one laptop and one desktop).

New in Stylizer 5.1.10.922 (Oct 1, 2010)

  • Several minor bug fixes
  • Added: Stylizer can now open style sheets on servers which use self-signed security certificates
  • Fixed: Error when attempting to unmerge a style property when all child properties were empty
  • Fixed: Small errors in the save dialog
  • Improved: Lens is now prettier
  • Fixed: (OS/X) A dependency bug which caused Stylizer to crash on startup on systems without X11 installed
  • Fixed: (OS/X) Sometimes a spinning progress meter would appear when saving and never disappear until it was cancelled
  • Fixed: The File Information dialog now expands to contain long URLs
  • Fixed: (Windows) Browser icon in tab changes immediately when browser changes
  • Fixed: (Windows) Color picker would appear behind Stylizer