New in Version 1.1.6
- Web locations that are currently viewed in a web browser such as Safari or Firefox can now be easily re-opened in Xyle scope using a special bookmarklet:
Create a new bookmark in your favorite web browser. Choose a title such as "Open with Xyle scope" and copy the following text into the bookmark's URL field.
javascript:document.location.href='xyle:url='+encodeURIComponent(location.href);Whenever the bookmark "Open with Xyle scope" is chosen, your web browser will instruct Xyle scope to open the current URL in a new window.
- Added new smart group "Currently not applied" to the CSS search field
This smart group displays all CSS rules that do not match any HTML element in the currently viewed HTML file.
- Selection and browser modes can now be toggled using a single keyboard shortcut
In previous versions of Xyle scope each mode had its own keyboard shortcut. Now Command-Y toggles between the two modes.
- Option/alt-clicking on a link in selection mode navigates to the corresponding URL
There is no longer a need to temporarily switch to browser mode in order to follow a link. In selection mode, option/alt-clicking on a hyperlink does not select the corresponding anchor element, but instead navigates to the links destination URL.
- Added menu item to empty Xyle scope's web cache
- Invalid certificates (https)
Users can now chose to accept sites that presented an invalid certificate. This is done on a per session basis. During development of secure sites it is customary to use self-signed certificates. To enable permanent access to such sites the respective certificates should be added to the users keychain or X509Anchors as appropriate. See Mac Help for more details.
- Added French localization
- Better support for non-western languages
The CSS @charset rule will now be honored. A user specified encoding is used when the file encoding cannot be determined.
- Xyle scope now runs on Intel Macs (Universal Binary)
- Various bug fixes