Mirage

所属分类:collect
开发工具:Smalltalk
文件大小:0KB
下载次数:0
上传日期:2019-04-18 19:11:50
上 传 者sh-1993
说明:  带Pharo.预览器的窗口切换器。,
(A windows switcher with a previewer for Pharo.,)

文件列表:
.project (27, 2019-04-13)
.smalltalk.ston (323, 2019-04-13)
.travis.yml (254, 2019-04-13)
LICENSE (1084, 2019-04-13)
misc/ (0, 2019-04-13)
misc/gif/ (0, 2019-04-13)
misc/gif/demo.gif (732233, 2019-04-13)
misc/img/ (0, 2019-04-13)
misc/img/settings.png (58812, 2019-04-13)
src/ (0, 2019-04-13)
src/.properties (21, 2019-04-13)
src/BaselineOfMirage/ (0, 2019-04-13)
src/BaselineOfMirage/BaselineOfMirage.class.st (436, 2019-04-13)
src/BaselineOfMirage/package.st (38, 2019-04-13)
src/ConfigurationOfMirage/ (0, 2019-04-13)
src/ConfigurationOfMirage/ConfigurationOfMirage.class.st (5351, 2019-04-13)
src/ConfigurationOfMirage/package.st (43, 2019-04-13)
src/Mirage-Carousel/ (0, 2019-04-13)
src/Mirage-Carousel/MICarousel.class.st (5957, 2019-04-13)
src/Mirage-Carousel/MICarouselSettings.class.st (1263, 2019-04-13)
src/Mirage-Carousel/MIModelAnnouncement.extension.st (499, 2019-04-13)
src/Mirage-Carousel/MITitleMorph.class.st (1053, 2019-04-13)
src/Mirage-Carousel/PharoDarkTheme.extension.st (149, 2019-04-13)
src/Mirage-Carousel/SystemWindow.extension.st (1639, 2019-04-13)
src/Mirage-Carousel/UITheme.extension.st (509, 2019-04-13)
src/Mirage-Carousel/package.st (39, 2019-04-13)
src/Mirage-Highlighter/ (0, 2019-04-13)
src/Mirage-Highlighter/MIButtonHighlighterMorph.class.st (547, 2019-04-13)
src/Mirage-Highlighter/MITaskbarTasksHighlighter.class.st (2112, 2019-04-13)
src/Mirage-Highlighter/MIWindowHighlighterMorph.class.st (589, 2019-04-13)
src/Mirage-Highlighter/MIWindowsHighlighter.class.st (2229, 2019-04-13)
src/Mirage-Highlighter/PharoDarkTheme.extension.st (258, 2019-04-13)
src/Mirage-Highlighter/UITheme.extension.st (452, 2019-04-13)
src/Mirage-Highlighter/package.st (42, 2019-04-13)
src/Mirage-Tests/ (0, 2019-04-13)
src/Mirage-Tests/MIModelTest.class.st (3283, 2019-04-13)
src/Mirage-Tests/package.st (36, 2019-04-13)
src/Mirage/ (0, 2019-04-13)
src/Mirage/MIBackgroundMorph.class.st (1576, 2019-04-13)
... ...

# Mirage [![Build Status](https://travis-ci.org/juliendelplanque/Mirage.svg?branch=master)](https://travis-ci.org/juliendelplanque/Mirage) ![Demo](https://raw.githubusercontent.com/juliendelplanque/Mirage/dev/misc/gif/demo.gif) # Install ## Stable version To install the stable version, you can simply use the **Catalog browser** and search for 'WindowsPreviewer' or evaluate the following code snippet: ### Pharo 6.1 ~~~ Metacello new repository: 'github://JulienDelplanque/Mirage:v1.0.0/src'; baseline: 'Mirage'; load ~~~ ### Pharo 7.x ~~~ Metacello new repository: 'github://JulienDelplanque/Mirage:v2.1.0/src'; baseline: 'Mirage'; load ~~~ ## Development version (Pharo 8.0) Simply evaluate the following code snippet: ~~~ Metacello new repository: 'github://JulienDelplanque/Mirage:dev/src'; baseline: 'Mirage'; load ~~~ ## Version management This project use semantic versionning to define the releases. This mean that each stable release of the project will get associate a version number of the form `vX.Y.Z`. - **X** define the major version number - **Y** define the minor version number - **Z** define the patch version number When a release contains only bug fixes, the patch number increase. When the release contains new features backward compatibles, the minor version increase. When the release contains breaking changes, the major version increase. Thus, it should be safe to depend on a fixed major version and moving minor version of this project. # Setup Go to the 'Settings browser' and check the 'Activate' button in 'Mirage' subgroup of 'Tools' group. Then, you can choose the view you want to use by checking the buttons corresponding. - If the default shortcut to open the previewer does not fit with you, you can change it from settings as well. - It is also possible to change the order used to display windows in the previewer by selecting one the method in "Windows management" setting. ![Settings browser](https://raw.githubusercontent.com/juliendelplanque/Mirage/dev/misc/img/settings.png) # How to use Once you activated **Mirage** in the 'Settings browser' hit 'Ctrl+Tab' to open the previewer. You can now use left/right arrow to choose a window and hit the space key to open it. | Key | Purpose | |:---------------------|:--------------------------------------------------------------------------| | (Ctrl/Shift)+Tab | Open the previewer (Ctrl for Linux, Shift for Windows and Mac OS). | | Left arrow | Select window on the left of the current window. | | Right arrow/Tab | Select the window on the right of the current window. | | Space/Enter | Set the window selected in the previewer on top. | | Esc | Quit the windows previewer without changing the current window. | # Developers documentation The [wiki](https://github.com/juliendelplanque/Mirage/wiki) holds all the documentation needed to contribute to the project. If you want to contribute to this project, please follow the [contribution guidelines](https://github.com/juliendelplanque/Mirage/wiki/How-to-contribute). Here are some useful links: - [Creating your own view](https://github.com/juliendelplanque/Mirage/wiki/How-to-extend-WP#creating-you-own-view) - [Add a windows ordering method](https://github.com/juliendelplanque/Mirage/wiki/How-to-extend-WP#add-a-windows-ordering-method)

近期下载者

相关文件


收藏者