ProjectBrowser.st
changeset 1237 6d473fbfdf7d
parent 1236 a7dbf8ace3f4
child 1238 af3b724392f4
equal deleted inserted replaced
1236:a7dbf8ace3f4 1237:6d473fbfdf7d
    81 
    81 
    82     NewLauncher allInstancesDo:[:l |
    82     NewLauncher allInstancesDo:[:l |
    83         l addUserTool:'Project Builder' 
    83         l addUserTool:'Project Builder' 
    84           action:[ProjectBrowser open] 
    84           action:[ProjectBrowser open] 
    85           in:#menu 
    85           in:#menu 
       
    86           after:'Changes Browser' 
    86           icon:self projectBrowserIcon 
    87           icon:self projectBrowserIcon 
    87           space:true
    88           space:false
    88     ].
    89     ].
    89 
    90 
    90     "
    91     "
    91      self initialize
    92      self initialize
    92     "
    93     "
    93 
    94     "
       
    95      NewLauncher allInstancesDo:[:l |
       
    96         l removeUserTool:'Project Builder'
       
    97      ]
       
    98     "
    94 ! !
    99 ! !
    95 
   100 
    96 !ProjectBrowser class methodsFor:'help specs'!
   101 !ProjectBrowser class methodsFor:'help specs'!
    97 
   102 
    98 helpSpec
   103 helpSpec
   376 
   381 
   377     <resource: #image>
   382     <resource: #image>
   378 
   383 
   379     ^Icon
   384     ^Icon
   380         constantNamed:#'ProjectBrowser projectBrowserIcon'
   385         constantNamed:#'ProjectBrowser projectBrowserIcon'
   381         ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@L0@@@3L0@@@@@@@3L3@@L3L3@@@@@@L3@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CLCL3@@@@@@L3P3QCL3MDP@@@@@L3L3P3L3QDA@@@@@L3L3L3L3L3Q@@@@@QDQCL3QDPCQ@@@@@QDP3L4QDACQ@@@@@@@L3L@@@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCP@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@P@@@@@ADQDL3QDQ@@@@@@@@@@@L3@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 132 132 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FC0@_G8@;LXA#LXA#LXA''??@???@???@???A???A???G???G???G???G???G???G???G???G??>G??<G??8G??0G?? G??@') ; yourself); yourself]!
   386         ifAbsentPut:[(Depth4Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@L0@@@3L0@@@@@@@@@@@@L3L0@CL3L0@@@@@@@@@@@3LCL@L0@CL@@@@@@@@@@CL@@3@CL@@3@@@@@@@@@@@3@@L0@3@@L0@@@@@@@@@@L0@CL@L0L3L@@@@@@@@@@@L3P3QCL3MDP@@@@@@@@@@CL3L4L3L4Q@P@@@@@@@@@@3L3L3L3L3MD@@@@@@@@@@QDQCL3QDPCQ@@@@@@@@@@DQDL3MDQ@P4P@@@@@@@@@@@@3L0@@ADMD@@@@@@@@ADQDL3QDQ@QCQ@@@@@@@@@QDQCL4QDPDP4P@@@@@@@@DQDP3MDQDADMD@@@@@@@@ADQDL3QDQ@QCQ@@@@@@@@@QDQCL4QDPDP4P@@@@@@@@DQDP3MDQDADMD@@@@@@@@ADQDL3QDQ@QCP@@@@@@@@@QDQCL4QDPDP0@@@@@@@@@DQDP3MDQDADL@@@@@@@@@ADQDL3QDQ@P@@@@@@@@@@@QDQCL4QDP@@@@@@@@@@@@@@@@3L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 132 132 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FC0@@G1>@@C,1 @A#LX@@X3F@@F_?<@@???@@O??0@C??<@A???@@_??0@_??<@G???@A???0@_??<@G???@A???0@_??<@G??>@A???@@_?? @G??0@A??8@@_?<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]!
   382 
   387 
   383 projectsIcon
   388 projectsIcon
   384     "This resource specification was automatically generated
   389     "This resource specification was automatically generated
   385      by the ImageEditor of ST/X."
   390      by the ImageEditor of ST/X."
   386 
   391