Calypso

所属分类:collect
开发工具:Smalltalk
文件大小:0KB
下载次数:0
上传日期:2020-08-16 08:28:53
上 传 者sh-1993
说明:  Pharo系统浏览器,
(Pharo system browser,)

文件列表:
.project (27, 2020-02-18)
.smalltalk-pharo61.ston (258, 2020-02-18)
.smalltalk.ston (272, 2020-02-18)
.travis.yml (283, 2020-02-18)
LICENSE (1073, 2020-02-18)
scripts/ (0, 2020-02-18)
scripts/preLoading.st (471, 2020-02-18)
scripts/preLoading61.st (259, 2020-02-18)
src/ (0, 2020-02-18)
src/.properties (24, 2020-02-18)
src/BaselineOfCalypso/ (0, 2020-02-18)
src/BaselineOfCalypso/BaselineOfCalypso.class.st (12405, 2020-02-18)
src/BaselineOfCalypso/package.st (39, 2020-02-18)
src/Calypso-Browser/ (0, 2020-02-18)
src/Calypso-Browser/ClyAccrossWindowNavigationState.class.st (4361, 2020-02-18)
src/Calypso-Browser/ClyActivityAnimationIconMorph.class.st (1673, 2020-02-18)
src/Calypso-Browser/ClyBrowserButtonMorph.class.st (1092, 2020-02-18)
src/Calypso-Browser/ClyBrowserCommand.class.st (696, 2020-02-18)
src/Calypso-Browser/ClyBrowserContext.class.st (4952, 2020-02-18)
src/Calypso-Browser/ClyBrowserDialogContext.class.st (2477, 2020-02-18)
src/Calypso-Browser/ClyBrowserItemContext.class.st (1652, 2020-02-18)
src/Calypso-Browser/ClyBrowserModeSwitchMorph.class.st (1485, 2020-02-18)
src/Calypso-Browser/ClyBrowserMorph.class.st (20961, 2020-02-18)
src/Calypso-Browser/ClyBrowserNavigationCommand.class.st (1146, 2020-02-18)
src/Calypso-Browser/ClyBrowserPlugin.class.st (2206, 2020-02-18)
src/Calypso-Browser/ClyBrowserSearchDialogWindow.class.st (5208, 2020-02-18)
src/Calypso-Browser/ClyBrowserState.class.st (3979, 2020-02-18)
src/Calypso-Browser/ClyBrowserTabCommandActivation.class.st (310, 2020-02-18)
src/Calypso-Browser/ClyBrowserToolDecorator.class.st (1231, 2020-02-18)
src/Calypso-Browser/ClyBrowserToolMorph.class.st (16097, 2020-02-18)
src/Calypso-Browser/ClyBrowserToolbarItemMorph.class.st (2191, 2020-02-18)
src/Calypso-Browser/ClyButtonToolbarGroup.class.st (340, 2020-02-18)
src/Calypso-Browser/ClyCloseBrowserCommand.class.st (1100, 2020-02-18)
src/Calypso-Browser/ClyCollapsedDataSource.class.st (6823, 2020-02-18)
src/Calypso-Browser/ClyCommandBasedTableDecorator.class.st (1152, 2020-02-18)
src/Calypso-Browser/ClyContextSelectionStrategy.class.st (2264, 2020-02-18)
src/Calypso-Browser/ClyCursorPositionLabelMorph.class.st (1945, 2020-02-18)
src/Calypso-Browser/ClyDataSource.class.st (14641, 2020-02-18)
src/Calypso-Browser/ClyDataSourceItem.class.st (8327, 2020-02-18)
... ...

# Calypso [![Build Status](https://travis-ci.org/pharo-ide/Calypso.svg?branch=master)](https://travis-ci.org/pharo-ide/Calypso) The Pharo system browser (now live in Pharo 7) Consists of: - new navigation model - fast table for UI - tabs toolbar instead of single source code panel - separate tools in tabs to create/edit methods/classes - explicit commands instead of duplicated menu and shortcuts - extendable by plugins - suitable for remote scenario - new features: - method group view instead of protocols view - "dynamic protocols" - based on method tags as symbols - support multiple tags per method - not required star convention for class extension - package view is based on class groups - "dynamic protocols" for classes - based on class tags as symbols - support multiple tags per class - visibility option for inherited methods - methods inherited from traits are not shown by default - variable view as special mode for method group view. - and more ## Contribution (Pharo 7 and higher) Use dev branch of Calypso for contribution: ```Smalltalk Metacello new baseline: 'Calypso'; repository: 'github://pharo-ide/Calypso:dev/src'; load ``` ### Pharo 6 installation To install Calypso in Pharo 6 use following script (which disables Iceberg intergation): ```Smalltalk Iceberg enableMetacelloIntegration: false. Metacello new baseline: 'Calypso'; repository: 'github://pharo-ide/Calypso:pharo6'; load ``` To make Calypso default toolset evaluate: ```Smalltalk ClyBrowserMorph beAllDefault ``` And to open browser evaluate: ```Smalltalk ClyFullBrowser open. ``` Or use World menu Calypso item ## Documentation If you want to learn more about the architecture of Calypso, refer to the the [Pharo Infrascture mini booklet](https://github.com/SquareBracketAssociates/Booklet-Infrastructure) as well as the [ClassAnnotation project](https://github.com/pharo-ide/ClassAnnotation). The classes in the Calypso package also have some high level documentation as well. ## Problems If you will find many processes hanging in the image it can be caused by some issue of critic plugin implementation. Some people report it in the past. It should be fixed now but there is always possibility that fix is not complete. Following line should be enough to disable critic method group with all related computation. It is the main reason of that kind of problems: ```Smalltalk ClyCriticEnvironmentPlugin disableMethodGroup. ``` It is not full critic disable. If it not helps then turn off it completely: ```Smalltalk ClyCriticBrowserPlugin disable. ClyCriticEnvironmentPlugin disable. ClyNavigationEnvironment reset. ``` And please report this problem on issue tracker or with direct mail or Pharo mailing list.

近期下载者

相关文件


收藏者