Thu, 05 May 2016 22:05:53 +0200 Issue #87: Error when trying to find a Class (part 1)
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 05 May 2016 22:05:53 +0200] rev 947
Issue #87: Error when trying to find a Class (part 1) Sigh, the dialog (`SmallSense::ClassSearchDialog`) returns an empty collection when it's cancelled but `false` when it's closed by a little X button on window decoration. Since this is deep in `SimpleDialog` and `WindowGroup` code, workaround it by testing for size being 0, exploiting the fact that `false size` is 0. This fixes the problem reported in comment 1 of the bug, not the original problem. https://swing.fit.cvut.cz/projects/stx-jv/ticket/87#comment:1
Thu, 05 May 2016 17:11:24 +0200 #UI_ENHANCEMENT by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Thu, 05 May 2016 17:11:24 +0200] rev 946
#UI_ENHANCEMENT by cg class: SmallSense::CriticsWindow changed: #generateHTMLForRule:on: avoid generating multiple rule-descriptions for the same rule.
Wed, 04 May 2016 21:49:01 +0200 #QUALITY by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 04 May 2016 21:49:01 +0200] rev 945
#QUALITY by cg class: SmallSense::SmalltalkLintService changed: #annotationAtLine: #annotations
Wed, 04 May 2016 13:04:02 +0200 #OTHER by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 04 May 2016 13:04:02 +0200] rev 944
#OTHER by cg class: SmallSense::JavaEditSupport changed: #completionEngineClass replaced check for JV as loginname by a userPref setting.
Sat, 23 Apr 2016 18:05:54 +0100 Workaround for (stc?) bug
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 23 Apr 2016 18:05:54 +0100] rev 943
Workaround for (stc?) bug Replaced all `Smalltalk::TestCase` with `(Smalltalk at: #TestCase)` to avoid (presumably stc) bug when accessing it using qualified name.
Tue, 03 May 2016 15:52:52 +0200 #BUGFIX by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Tue, 03 May 2016 15:52:52 +0200] rev 942
#BUGFIX by cg class: SmallSense::SmalltalkInferencer
Sat, 30 Apr 2016 03:45:36 +0000 update tags
convert-repo [Sat, 30 Apr 2016 03:45:36 +0000] rev 941
update tags
Fri, 29 Apr 2016 15:20:39 +0200 x cvs_MAIN
Claus Gittinger <cg@exept.de> [Fri, 29 Apr 2016 15:20:39 +0200] rev 940
x
Sun, 24 Apr 2016 15:11:32 +0200 #UI_ENHANCEMENT by cg cvs_MAIN expecco_2_9_0 expecco_2_9_0_win75_lx36 expecco_2_9_1
Claus Gittinger <cg@exept.de> [Sun, 24 Apr 2016 15:11:32 +0200] rev 939
#UI_ENHANCEMENT by cg class: SmallSense::SettingsAppl changed: #windowSpec geometry
Tue, 12 Apr 2016 18:50:19 +0100 Java: fix in Navigator to deal with problematic node
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Apr 2016 18:50:19 +0100] rev 938
Java: fix in Navigator to deal with problematic node When navigating to implementors or senders from a particular MessageNode, the bingind may be problematic (i.e., some type could not be resolbed or so). In that case the signature is incorrect thus we cannot construct a proper selector to search for methods. Therefore, try to guess by looking at the class for methods with given name.
(0) -300 -100 -10 +10 +100 tip