ProcessMonitorV2.st
branchjv
changeset 12435 1f1faf35be04
parent 12431 9f0c59c742d5
parent 12424 861c95eda0e4
child 12571 b2e5fdb702cb
--- a/ProcessMonitorV2.st	Thu Feb 28 22:46:18 2013 +0000
+++ b/ProcessMonitorV2.st	Tue Mar 05 18:10:46 2013 +0000
@@ -105,6 +105,7 @@
     "Created: / 14.1.2003 / 11:16:10 / penk"
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'instance creation'!
 
 openAllowNoModifications
@@ -117,6 +118,7 @@
     application allowModifications value:false.
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'defaults'!
 
 defaultLabel
@@ -130,6 +132,7 @@
     ^ 'ProcessMonitor'
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'help'!
 
 aboutThisApplicationText
@@ -240,6 +243,7 @@
     "Modified: / 05-06-2007 / 18:35:47 / cg"
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'image specs'!
 
 defaultIcon
@@ -710,6 +714,7 @@
 	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@]+X@@@@@]+X@@@@@]+X@@@@@]+X@@@@@@@@b') ; yourself); yourself]
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'interface specs'!
 
 windowSpec
@@ -813,13 +818,13 @@
            (LabelSpec
               label: 'Update List Delay (s):'
               name: 'ListUpdateLabel'
-              layout: (LayoutFrame -301 1 -20 1 -93 1 0 1)
+              layout: (LayoutFrame -301 1 -20 1 -110 1 0 1)
               translateLabel: true
               adjust: right
             )
            (ViewSpec
               name: 'Box2'
-              layout: (LayoutFrame -89 1 -21 1 1 1 1 1)
+              layout: (LayoutFrame -103 1 -21 1 0 1 1 1)
               level: 0
               component: 
              (SpecCollection
@@ -856,6 +861,7 @@
                  )
                
               )
+              keepSpaceForOSXResizeHandleH: true
             )
            )
          
@@ -863,6 +869,7 @@
       )
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'menu specs'!
 
 applicationMenu
@@ -1583,6 +1590,7 @@
       )
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'tableColumns specs'!
 
 tableColumns
@@ -1818,6 +1826,7 @@
       )
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'accessing'!
 
 visibleBlock
@@ -1828,6 +1837,7 @@
     visibleBlock := aProcessVisibleFilterBlock.
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'actions'!
 
 changeSelectionTo:aSelection
@@ -1946,6 +1956,7 @@
     "Modified: / 07-06-2007 / 12:38:29 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'aspects'!
 
 currentSortOrder
@@ -2047,6 +2058,7 @@
     ^ updateListDelayTime.
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'aspects-column'!
 
 showApplication
@@ -2174,6 +2186,7 @@
     "Created: / 17-08-2011 / 10:46:47 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'aspects-menu enabling'!
 
 allowModifications
@@ -2317,6 +2330,7 @@
     ^ selectionRestartable
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'change & update'!
 
 selectionChanged
@@ -2440,6 +2454,7 @@
     "Modified: / 17-08-2011 / 11:11:21 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'event handling'!
 
 processEvent:anEvent
@@ -2465,6 +2480,7 @@
     ^ false
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'initialization & release'!
 
 commonPostOpen
@@ -2535,6 +2551,7 @@
     self startUpdateProcess.
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'menu accessing'!
 
 tableMenu
@@ -2558,6 +2575,7 @@
     "Modified: / 27-03-2007 / 08:43:43 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'menu actions'!
 
 abortProcess
@@ -2672,6 +2690,7 @@
     self updateList.
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'menu actions-application'!
 
 closeApplication
@@ -2714,6 +2733,7 @@
     "Created: / 07-06-2007 / 12:42:09 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'menu actions-debug'!
 
 browseApplication
@@ -2801,6 +2821,7 @@
     self selectedProcessesSend:#inspect
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'private queries'!
 
 isApplicationProcess:aProcess
@@ -2821,6 +2842,7 @@
     ^ nil
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'queries - table string'!
 
 getActiveStringFor:aProcess running:isRunning
@@ -3179,6 +3201,7 @@
     "Created: / 17-08-2011 / 11:01:21 / cg"
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'sorting'!
 
 sortProcessListBy:instanceName
@@ -3230,6 +3253,7 @@
    self viewedColumnsChanged.
 ! !
 
+
 !ProcessMonitorV2 methodsFor:'update process'!
 
 fillItemInformationIn:processItem
@@ -3590,6 +3614,7 @@
     ].
 ! !
 
+
 !ProcessMonitorV2::ProcessItem methodsFor:'accessing'!
 
 groupVal
@@ -3810,6 +3835,7 @@
     weakArrayWithProcesses := something.
 ! !
 
+
 !ProcessMonitorV2::ProcessItem methodsFor:'printing'!
 
 printOn:aStream
@@ -3819,14 +3845,15 @@
     aStream nextPut:$].
 ! !
 
+
 !ProcessMonitorV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.63 2013-01-17 11:19:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.64 2013-02-24 20:22:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.63 2013-01-17 11:19:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.64 2013-02-24 20:22:33 cg Exp $'
 !
 
 version_HG