Skip to content

Commit

Permalink
Move bitmaps from LFS back to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
blairmcg committed Sep 11, 2018
1 parent 5ab4815 commit e3f3a0d
Show file tree
Hide file tree
Showing 396 changed files with 18 additions and 45 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
*.pax linguist-language=Smalltalk
*.img7 filter=lfs diff=lfs merge=lfs -text
SciLexer.dll filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.FH10 filter=lfs diff=lfs merge=lfs -text
*.cur filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion Core/Contributions/IDB/CommsConstants.st
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Filed out from Dolphin Smalltalk X6"!
"Filed out from Dolphin Smalltalk 7"!

Smalltalk at: #CommsConstants put: (PoolConstantsDictionary named: #CommsConstants)!
CommsConstants at: 'CBR_110' put: 16r6E!
Expand Down
22 changes: 12 additions & 10 deletions Core/Contributions/IDB/IDB Serial.pax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| package |
| package |
package := Package name: 'IDB Serial'.
package paxVersion: 1;
basicComment: 'Simple Serial Communications
Expand Down Expand Up @@ -35,16 +35,18 @@ package globalAliases: (Set new

package setPrerequisites: (IdentitySet new
add: '..\ITC Gorisek\Dialect Abstraction Layer';
add: '..\Object Arts\Dolphin\Base\Dolphin';
add: '..\Object Arts\Dolphin\MVP\Views\Control Bars\Dolphin Control Bars';
add: '..\Object Arts\Dolphin\MVP\Models\List\Dolphin List Models';
add: '..\Object Arts\Dolphin\MVP\Presenters\List\Dolphin List Presenter';
add: '..\Object Arts\Dolphin\MVP\Base\Dolphin MVP Base';
add: '..\Object Arts\Dolphin\MVP\Presenters\Text\Dolphin Text Presenter';
add: '..\Object Arts\Dolphin\MVP\Type Converters\Dolphin Type Converters';
add: '..\..\Object Arts\Dolphin\Base\Dolphin';
add: '..\..\Object Arts\Dolphin\MVP\Base\Dolphin Basic Geometry';
add: '..\..\Object Arts\Dolphin\MVP\Views\Control Bars\Dolphin Control Bars';
add: '..\..\Object Arts\Dolphin\MVP\Models\List\Dolphin List Models';
add: '..\..\Object Arts\Dolphin\MVP\Presenters\List\Dolphin List Presenter';
add: '..\..\Object Arts\Dolphin\MVP\Base\Dolphin MVP Base';
add: '..\..\Object Arts\Dolphin\MVP\Presenters\Text\Dolphin Text Presenter';
add: '..\..\Object Arts\Dolphin\MVP\Icons\Dolphin Text Tile Icons';
add: '..\..\Object Arts\Dolphin\MVP\Type Converters\Dolphin Type Converters';
add: '..\..\Object Arts\Dolphin\MVP\Gdiplus\Gdiplus';
add: 'IDB Common';
add: '..\Object Arts\Goodies\Internal Bitmaps and Icons\Internal Bitmaps and Icons';
add: '..\Object Arts\Dolphin\ActiveX\Shell\Windows Shell';
add: '..\..\Object Arts\Dolphin\ActiveX\Shell\Windows Shell';
yourself).

package!
Expand Down
Binary file modified Core/Contributions/IDB/Resources/ChunkBrowserToolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Contributions/IDB/Resources/ImageEditor.cur
Binary file not shown.
12 changes: 4 additions & 8 deletions Core/Contributions/IDB/SerialChat.cls

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions Core/Contributions/IDB/SerialChat.png

This file was deleted.

11 changes: 1 addition & 10 deletions Core/Contributions/ITC Gorisek/Dialect Abstraction Layer.pax
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ package methodNames
add: #SequenceableCollection -> #at:add:;
add: #SequenceableCollection -> #doWithIndex:;
add: #SequenceableCollection -> #findLastElement:;
add: #SequenceableCollection -> #indexOf:startingAt:;
add: #SequencedStream -> #itcSkipToAll:;
add: #SequencedStream -> #itcUpToAll:;
add: #Socket -> #peerAddressString;
Expand Down Expand Up @@ -1052,18 +1051,10 @@ findLastElement: discriminator
Answer <nil> if none."

self reverseDo: [:each | (discriminator value: each) ifTrue: [^each]].
^nil!

indexOf: target startingAt: start
"Answer the <integer> index of the first element of the receiver which is
equal to the <Object> argument, target, within the receiver. If the receiver
does not contain any elements equal to target, answer 0."

^self nextIndexOf: target from: start to: self size! !
^nil! !
!SequenceableCollection categoriesFor: #at:add:!accessing!public!testing! !
!SequenceableCollection categoriesFor: #doWithIndex:!enumerating!public! !
!SequenceableCollection categoriesFor: #findLastElement:!converting!public! !
!SequenceableCollection categoriesFor: #indexOf:startingAt:!public!searching! !

!SequencedStream methodsFor!

Expand Down
10 changes: 0 additions & 10 deletions Core/DolphinVM/DevRes.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@
<Image Include="Res\TestView.ico" />
<Image Include="Res\TextDocument.ico" />
<Image Include="Res\Toolbar.ico" />
<Image Include="Res\Toolbox.ico" />
<Image Include="Res\UpArrow.ico" />
<Image Include="Res\ViewContent.ico" />
<Image Include="Res\ViewDetails.ico" />
Expand All @@ -347,10 +346,7 @@
<Image Include="Res\ViewList.ico" />
<Image Include="Res\ViewMediumSizedIcons.ico" />
<Image Include="Res\ViewMode.ico" />
<Image Include="Res\ViewReportMode.ico" />
<Image Include="Res\ViewSmallIcons.ico" />
<Image Include="Res\ViewThumbnails.ico" />
<Image Include="Res\ViewTileIcons.ico" />
<Image Include="Res\ViewTiles.ico" />
<Image Include="Res\WinImageList.ico" />
<Image Include="Res\Find.ico" />
Expand Down Expand Up @@ -474,13 +470,9 @@
<Image Include="Res\Splitter.ico" />
<Image Include="Res\StaticImage.ico" />
<Image Include="Res\StaticText.ico" />
<Image Include="Res\Status.ico" />
<Image Include="Res\StepInto.ico" />
<Image Include="Res\StepOut.ico" />
<Image Include="Res\StepOver.ico" />
<Image Include="Res\String.ico" />
<Image Include="Res\SUnitAbsBrowser.ico" />
<Image Include="Res\symbol.ico" />
<Image Include="Res\SystemBrowserShell.ico" />
<Image Include="Res\SystemDictionary.ico" />
<Image Include="Res\TabView.ico" />
Expand All @@ -504,8 +496,6 @@
<Image Include="Res\UnitTestPluginNoTest.ico" />
<Image Include="Res\UnitTestPluginNotRun.ico" />
<Image Include="Res\UnitTestPluginPass.ico" />
<Image Include="Res\UnlockDialog.ico" />
<Image Include="Res\Up.ico" />
<Image Include="Res\ValueAdaptor.ico" />
<Image Include="Res\ValueBuffer.ico" />
<Image Include="Res\ValueConverter.ico" />
Expand Down
Binary file modified Core/DolphinVM/Res/HeaderPin.bmp
Binary file not shown.
Binary file modified Core/DolphinVM/Res/LagoonLogo.bmp
Binary file not shown.
Binary file modified Core/DolphinVM/Res/Tools.bmp
Binary file not shown.
Binary file modified Core/DolphinVM/Res/VCBar.bmp
Binary file not shown.
Binary file modified Core/DolphinVM/Res/hsplit.cur
Binary file not shown.
Binary file modified Core/DolphinVM/Res/vsplit.cur
Binary file not shown.
Binary file modified Core/DolphinVM/Res/xhatch.bmp
Binary file not shown.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Airliner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/ArmChair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Banana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Bench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Bench2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Bike.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/BirdCage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Brolly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Camera1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Cherries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Comb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Cooker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/DiningChair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Dolphin1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Dolphin2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Dress1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/DrumKit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Flute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Football.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Handbag1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Harp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Hoover1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Iron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Jet.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Key1.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Knife.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/LShoe1.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/LShoe2.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Microscope.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Microwave.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Mixer.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/MotorCycle.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Motorscooter.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/OfficeChair1.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/OfficeChair2.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Piano.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Pineapple.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Rake.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/RollingPin.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/RugbyBall.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Sax.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Schooner.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Scissors.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/SlottedSpoon.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/TableLamp.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/TallShip.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Tractor.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Vase.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Wheelbarrow.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/Window.png
Binary file modified Core/Object Arts/Dolphin/IDE/Base/Splash/Images/WineGlass.png
Binary file modified Core/Object Arts/Samples/MVP/Etch-a-Sketch/Etch-a-Sketch.png
Binary file modified Core/Object Arts/Samples/MVP/Generative Music/Images/Plimbole.png
Binary file modified Core/Object Arts/Samples/MVP/Generative Music/Images/man_white.png
Binary file modified Core/Object Arts/Samples/MVP/Generative Music/Images/play_white.png
Binary file modified Help/Images/Active-X Component Wizard.png
Binary file modified Help/Images/Active-X Control Browser.png
Binary file modified Help/Images/Additional Tools.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_1.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_2.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_3.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_4.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_5.png
Binary file modified Help/Images/ApplicationDeplomentWizard_Page_6.png
Binary file modified Help/Images/Avatar Chat.png
Binary file modified Help/Images/BeachBall.png
Binary file modified Help/Images/Better Hello World.png
Binary file modified Help/Images/Bouncing Balls.png
Binary file modified Help/Images/Browse Change Sets marked TO BE MERGED.png
Binary file modified Help/Images/CHB_ObjectHierarchy.png
Binary file modified Help/Images/CHB_StringMethods.png
Binary file modified Help/Images/ChangedIcon.png
Binary file modified Help/Images/Chat.png
Binary file modified Help/Images/Chunk Browser.png
Binary file modified Help/Images/Class Browser.png
Binary file modified Help/Images/Class Diagram.png
Binary file modified Help/Images/ClassBrowserShell.png
Binary file modified Help/Images/ClassBrowserShell_cards.png
Binary file modified Help/Images/ClassBrowserShell_categories.png
Binary file modified Help/Images/ClassBrowserShell_classes.png
Binary file modified Help/Images/ClassBrowserShell_definition.png
Binary file modified Help/Images/ClassBrowserShell_mode.png
Binary file modified Help/Images/ClassBrowserShell_protocols.png
Binary file modified Help/Images/ClassBrowserShell_search.png
Binary file modified Help/Images/ClassBrowserShell_variables.png
Binary file modified Help/Images/ClassCommentPlugin_comment.png
Binary file modified Help/Images/ClassDiagramPlugin_classes.png
Binary file modified Help/Images/ClassHierarchyDiagram.png
Binary file modified Help/Images/ClassHierarchyDiagram_classes.png
Binary file modified Help/Images/ClassHierarchyDiagram_search.png
Binary file modified Help/Images/ClassHierarchySelector_classes.png
Binary file modified Help/Images/ClassListSelector_classes.png
Binary file modified Help/Images/ClassListSelector_classesList.png
Binary file modified Help/Images/Code Mentor Agent.png
Binary file modified Help/Images/CodeMentorPlugin_failures.png
Binary file modified Help/Images/CodeMentorPlugin_infoSite.png
Binary file modified Help/Images/CodeMentorPlugin_progress.png
Binary file modified Help/Images/CodeMentorPlugin_refreshMode.png
Binary file modified Help/Images/CodeRewriterPlugin_isMethod.png
Binary file modified Help/Images/CodeRewriterPlugin_replaceText.png
Binary file modified Help/Images/CodeRewriterPlugin_searchText.png
Binary file modified Help/Images/CompileFailedMethodIcon.png
Binary file modified Help/Images/CompiledMethod_DeprecatedIcon.png
Binary file modified Help/Images/CompiledMethod_PrivateIcon.png
Binary file modified Help/Images/CompiledMethod_PublicIcon.png
Binary file modified Help/Images/D-a-l-e-k-t-r-o-n FS.png
Binary file modified Help/Images/D-a-l-e-k-t-r-o-n.png
Binary file modified Help/Images/DBResultSet Inspector.png
Binary file modified Help/Images/DSDN.png
Binary file modified Help/Images/Debugger.png
Binary file modified Help/Images/Debugger_inspector.png
Binary file modified Help/Images/Debugger_search.png
Binary file modified Help/Images/Debugger_source.png
Binary file modified Help/Images/Debugger_stack.png
Binary file modified Help/Images/Debugger_temps.png
Binary file modified Help/Images/Dolphin Live Update.png
Binary file modified Help/Images/Dolphin Messenger.png
Binary file modified Help/Images/EnvironmentBrowserShell.png
Binary file modified Help/Images/EnvironmentBrowserShell_cards.png
Binary file modified Help/Images/EnvironmentBrowserShell_categories.png
Binary file modified Help/Images/EnvironmentBrowserShell_classes.png
Binary file modified Help/Images/EnvironmentBrowserShell_definition.png
Binary file modified Help/Images/EnvironmentBrowserShell_mode.png
Binary file modified Help/Images/EnvironmentBrowserShell_protocols.png
Binary file modified Help/Images/EnvironmentBrowserShell_search.png
Binary file modified Help/Images/EnvironmentBrowserShell_variables.png
Binary file modified Help/Images/Etch-a-Sketch.png
Binary file modified Help/Images/Executable Browser.png
Binary file modified Help/Images/File Browser.png
Binary file modified Help/Images/FileSystemMonitor.png
Binary file modified Help/Images/Filtering Method Browser.png
Binary file modified Help/Images/Flipper Inspector.png
Binary file modified Help/Images/FlipperInspector.png
Binary file modified Help/Images/FlipperInspector_cards.png
Binary file modified Help/Images/FlipperInspector_search.png
Binary file modified Help/Images/Gene Lab.png
Binary file modified Help/Images/Hello World.png
Binary file modified Help/Images/HistoryBackIcon.png
Binary file modified Help/Images/HistoryForwardIcon.png
Binary file modified Help/Images/Idea Space.png
Binary file modified Help/Images/IdeaSpaceShell.png
Binary file modified Help/Images/IdeaSpaceShell_backgroundImage.png
Binary file modified Help/Images/IdeaSpaceShell_cards.png
Binary file modified Help/Images/IdeaSpaceShell_search.png
Binary file modified Help/Images/Image Library.png
Binary file modified Help/Images/InstVarInspector_aspects.png
Binary file modified Help/Images/InstVarInspector_source.png
Binary file modified Help/Images/LintErrorIcon.png
Binary file modified Help/Images/LintInfoIcon.png
Binary file modified Help/Images/LintPassIcon.png
Binary file modified Help/Images/LintWarningIcon.png
Binary file modified Help/Images/LiveUpdate.png
Binary file modified Help/Images/LiveUpdate_connectionIcon.png
Binary file modified Help/Images/LiveUpdate_status.png
Binary file modified Help/Images/LiveUpdate_updates.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_0.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_1.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_2.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_3.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_4.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_5.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_6.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_7.png
Binary file modified Help/Images/Manual/ApplicationDeploymentWizard_Page_8.png
Binary file modified Help/Images/Manual/ChangesBrowser.png
Binary file modified Help/Images/Manual/ClassEditionsBrowser.png
Binary file modified Help/Images/Manual/CodeMentor.png
Binary file modified Help/Images/Manual/CreateAnimalClass.png
Binary file modified Help/Images/Manual/GoSearch.png
Binary file modified Help/Images/Manual/HelloWorld.png
Binary file modified Help/Images/Manual/IdeaSpaceCardTools.png
Binary file modified Help/Images/Manual/IdeaSpaceMain.png
Binary file modified Help/Images/Manual/LiveUpdateManual.png
Binary file modified Help/Images/Manual/MethodComparisonBrowser.png
Binary file modified Help/Images/Manual/MethodEditionsBrowser.png
Binary file modified Help/Images/Manual/ODBCAccess.png
Binary file modified Help/Images/Manual/ODBCAdmin.png
Binary file modified Help/Images/Manual/ODBCNwind.png
Binary file modified Help/Images/Manual/ODBCNwindOrders.png
Binary file modified Help/Images/Manual/PackageBrowser_Animals.png
Binary file modified Help/Images/Manual/PackageEditionsBrowser.png
Binary file modified Help/Images/Manual/PersonalAccountDetailsProperties.png
Binary file modified Help/Images/Manual/ProjectEditionsBrowser.png
Binary file modified Help/Images/Manual/Scintilla.png
Binary file modified Help/Images/Manual/SystemTranscriptMain.png
Binary file modified Help/Images/Manual/VersionTree.png
Binary file modified Help/Images/Manual/ViewComposerArena.png
Binary file modified Help/Images/Manual/ViewComposerMain.png
Binary file modified Help/Images/Manual/_img1.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img2.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img3.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img4.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img5.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img6.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img7.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/_img8.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/basicmvpcomponent.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/methodbrowercomponent.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/mvpmodelshare.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/mvpreuse.bmp
Binary file not shown.
Binary file modified Help/Images/Manual/mvptriad.bmp
Binary file not shown.
Binary file modified Help/Images/Markov Game.png
Binary file modified Help/Images/MethodBrowser_methods.png
Binary file modified Help/Images/MethodBrowser_source.png
Binary file modified Help/Images/MethodExplorerShell.png
Binary file modified Help/Images/MethodExplorerShell_browser.png
Binary file modified Help/Images/MethodExplorerShell_historyTree.png
Binary file modified Help/Images/MethodExplorerShell_methods.png
Binary file modified Help/Images/MethodExplorerShell_search.png
Binary file modified Help/Images/MethodExplorerShell_source.png
Binary file modified Help/Images/MethodProtocolIcon.png
Binary file modified Help/Images/MethodProtocol_ANSIIcon.png
Binary file modified Help/Images/MethodProtocol_ReadOnlyIcon.png
Binary file modified Help/Images/Model.png
Binary file modified Help/Images/MoveNextIcon.png
Binary file modified Help/Images/MovePriorIcon.png
Binary file modified Help/Images/News Archive Browser.png
Binary file modified Help/Images/Notepad.png
Binary file modified Help/Images/Object Arts Swazoo Server.png
Binary file modified Help/Images/Object Arts Swazoo Test Server.png
Binary file modified Help/Images/Object.png
Binary file modified Help/Images/Package Browser.png
Binary file modified Help/Images/Package Editions Browser.png
Binary file modified Help/Images/PackageBrowserShell.png
Binary file modified Help/Images/PackageBrowserShell_classes.png
Binary file modified Help/Images/PackageBrowserShell_comment.png
Binary file modified Help/Images/PackageBrowserShell_dependents.png
Binary file modified Help/Images/PackageBrowserShell_globals.png
Binary file modified Help/Images/PackageBrowserShell_methods.png
Binary file modified Help/Images/PackageBrowserShell_packages.png
Binary file modified Help/Images/PackageBrowserShell_prerequisites.png
Binary file modified Help/Images/PackageBrowserShell_resources.png
Binary file modified Help/Images/PackageBrowserShell_scriptNames.png
Binary file modified Help/Images/PackageBrowserShell_scriptText.png
Binary file modified Help/Images/PackageBrowserShell_search.png
Binary file modified Help/Images/PackageDependents_traces.png
Binary file modified Help/Images/PackageDependents_tree.png
Binary file modified Help/Images/PackageIcon.png
Binary file modified Help/Images/PackagePrerequisites_traces.png
Binary file modified Help/Images/PackagePrerequisites_tree.png
Binary file modified Help/Images/PackageSelector_filter.png
Binary file modified Help/Images/PackageSelector_packages.png
Binary file modified Help/Images/PackagedClassSelector_classes.png
Binary file modified Help/Images/PackagedClassSelector_packages.png
Binary file modified Help/Images/Panic.png
Binary file modified Help/Images/PersonalAccountShell.png
Binary file modified Help/Images/PersonalAccountTransactionDialog.png
Binary file modified Help/Images/PersonalMoneyShell.png
Binary file modified Help/Images/Playground.png
Binary file modified Help/Images/Playground_Workspace.png
Binary file modified Help/Images/Pool Dictionaries.png
Binary file modified Help/Images/PoolDictionary Browser.png
Binary file modified Help/Images/PoolDictionaryInspector.png
Binary file modified Help/Images/Presenter.png
Binary file modified Help/Images/Presenter_ClassBrowserShell1.png
Binary file modified Help/Images/Presenter_ClassCommentPlugin1.png
Binary file modified Help/Images/Presenter_ClassDiagramPlugin1.png
Binary file modified Help/Images/Presenter_CodeMentorPlugin1.png
Binary file modified Help/Images/Presenter_CodeRewriterPlugin1.png
Binary file modified Help/Images/Presenter_InstVarInspector1.png
Binary file modified Help/Images/Presenter_PublishedAspectInspector1.png
Binary file modified Help/Images/Presenter_ResourceListPlugin1.png
Binary file modified Help/Images/Presenter_ValueWorkspace1.png
Binary file modified Help/Images/Presenter_VisualObjectFinder1.png
Binary file modified Help/Images/Process Monitor.png
Binary file modified Help/Images/ProcessMonitor.png
Binary file modified Help/Images/ProcessMonitor_list.png
Loading

0 comments on commit e3f3a0d

Please sign in to comment.