Tools__InternationalLanguageTranslationEditor.st
changeset 3264 93f5deb3f9b6
parent 3248 e92c9691ef33
child 3282 4e75a66b42af
equal deleted inserted replaced
3263:7fd9c7c5f70c 3264:93f5deb3f9b6
  1500 !
  1500 !
  1501 
  1501 
  1502 requestPackage
  1502 requestPackage
  1503     |package allProjects projectsWithResources|
  1503     |package allProjects projectsWithResources|
  1504 
  1504 
  1505     allProjects := Smalltalk allProjectIDs.
  1505     allProjects := Smalltalk allPackageIDs.
  1506     projectsWithResources := allProjects
  1506     projectsWithResources := allProjects
  1507                                 select:[:pID |
  1507                                 select:[:pID |
  1508                                     |dir|
  1508                                     |dir|
  1509                                     dir := Smalltalk projectDirectoryForPackage:pID.
  1509                                     dir := Smalltalk projectDirectoryForPackage:pID.
  1510                                     dir notNil and:[
  1510                                     dir notNil and:[