Issue 218: Enhancements collected by gary and simon
1. Fixed flaky borwser comment text area sometime not showing.
2. Added getArgumentPermutation to support RefactoringEngine.
3. Fixes to CanvasCharacterScanner and MultiCanvasCharacterScanner to
correctly align the first line of text
when centered/justifed etc.
4. Added more constant names to Character class.
5. Modified ConnectionQueue to not accept connections when queue is
full.
6. Changed GrafPort to answer a MultiDisplayScanner when appropriate
(allows subclasses of
MultiNewParagraph).
7. NaturalLanguageTranslator startup postion move to after
PasteUpMorph since it will show a progress bar.
8. Fix to Random>>nextInt: to allow large numbers which would be out
of range if using Floats (as mentioned
recently on dev, use of Floats is dodgy anyway...)
9. Changed TranscriptStream>>clear to use a new buffer (was just
reset which could leave a massive
collection).
10. Changed RemoteString to handle concurrent processes safely. This
ones particularly interesting: we were
load-testing our Seaside app here and getting lots of syntax errors
when hitting the image with around the 20
concurrent processes due to source file access. After this change we
were hitting it with approximately 500
concurrent processes, and the failure was in the Java load tester (it
timed out).
Issue 224: random cleans
- removeColorSwatch.1.cs: remove class ColorSwatch
Issue 221: cleanup: remove methods calling isThisEverCalled
- remove some methods that where deprecated in 3.9
- remove all methods with calls to #isThisEverCalled
Issue 222: methods from NewCompiler
- some method from newcompiler/Reflectivity that are better directly
in the base (accessors, mostly)
Issue 199: remove MethodFinder
- finding methods by name is done by "Method Names", too
- it s >1000 lines of Code.
- it has a list of all selectors of a very old Squeak version. Many
methods are only referenced here, thus
they can not be found using the tools to find unsent mesages.
postscript:
Smalltalk removeClassNamed: #CardPlayer59.
Smalltalk removeClassNamed: #Player58.
SystemOrganization removeEmptyCategories.
--
Marcus Denker -- [EMAIL PROTECTED]
http://www.iam.unibe.ch/~denker
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project