Community
Participate
Working Groups
The Workbench image loading has several issues 1) The string "icons/full" is all over the place in the UI and should be made a constant 2) This needs to be prepended by /nl 3) The plugin descriptor is still in use to load images. This does not support nl which is required for BIDI support
This has been fixed in build >20050311. We ship 257 images in the ide and workbench of which all but 8 were loaded using new instances of the string so this saves 254 strings.
The number is actually 77 - there are several calls to these methods that are no longer in use but need to remain for API reasons. Another note is that we actually only create about 20 on a typical starup - you have ti hit most everything to get a number this high.
Verified in 20050330