Thu, 01 Jun 2023 20:20:33 +0100 Fix class selection drop-in dialog default tip master
Jan Vrany <jan.vrany@labware.com> [Thu, 01 Jun 2023 20:20:33 +0100] rev 1149
Fix class selection drop-in dialog Commit 93164087c56a added class selection dialog to SmallSense's `DialogBox`. This commit selever bugs in the implementation.
Fri, 21 Apr 2023 12:28:42 +0100 Only update class / method infos for real Smalltalk classes/ methods
Jan Vrany <jan.vrany@labware.com> [Fri, 21 Apr 2023 12:28:42 +0100] rev 1148
Only update class / method infos for real Smalltalk classes/ methods
Mon, 27 Mar 2023 14:36:00 +0100 Fix code completion when "immediate completetion" is off
Jan Vrany <jan.vrany@labware.com> [Mon, 27 Mar 2023 14:36:00 +0100] rev 1147
Fix code completion when "immediate completetion" is off
Mon, 13 Mar 2023 22:49:25 +0000 Call `#setForegroundWindow` on application window when completion view closes
Jan Vrany <jan.vrany@labware.com> [Mon, 13 Mar 2023 22:49:25 +0000] rev 1146
Call `#setForegroundWindow` on application window when completion view closes This seem to fix annoying focus issues when using XWayland.
Thu, 01 Sep 2022 22:58:08 +0100 Fix `#askForMethodCategory:title:...` to work in sender / implementors browser too
Jan Vrany <jan.vrany@labware.com> [Thu, 01 Sep 2022 22:58:08 +0100] rev 1145
Fix `#askForMethodCategory:title:...` to work in sender / implementors browser too
Wed, 24 Aug 2022 15:40:14 +0100 Add class selection dialog
Jan Vrany <jan.vrany@labware.com> [Wed, 24 Aug 2022 15:40:14 +0100] rev 1144
Add class selection dialog
Fri, 02 Sep 2022 11:34:33 +0100 Add `SmallSense::DialogBox` - a drop-in replacement for standard dialogs
Jan Vrany <jan.vrany@labware.com> [Fri, 02 Sep 2022 11:34:33 +0100] rev 1143
Add `SmallSense::DialogBox` - a drop-in replacement for standard dialogs
Tue, 16 Aug 2022 15:23:21 +0100 Keep environment (being checked) in `SmalllintContext`
Jan Vrany <jan.vrany@labware.com> [Tue, 16 Aug 2022 15:23:21 +0100] rev 1142
Keep environment (being checked) in `SmalllintContext`
Wed, 24 Nov 2021 10:51:58 +0100 Testing if all the receiver(s) have line numbers filled in cascaded message
Patrik Svestka <patrik.svestka@gmail.com> [Wed, 24 Nov 2021 10:51:58 +0100] rev 1141
Testing if all the receiver(s) have line numbers filled in cascaded message
Tue, 23 Nov 2021 12:07:05 +0100 Testing correctness of UnaryNode creation
Patrik Svestka <patrik.svestka@gmail.com> [Tue, 23 Nov 2021 12:07:05 +0100] rev 1140
Testing correctness of UnaryNode creation
Fri, 19 Nov 2021 15:40:12 +0100 Testing syntax highlighter for cascaded message
Patrik Svestka <patrik.svestka@gmail.com> [Fri, 19 Nov 2021 15:40:12 +0100] rev 1139
Testing syntax highlighter for cascaded message
Fri, 19 Nov 2021 14:18:39 +0100 Testing Parsing of cascaded message
Patrik Svestka <patrik.svestka@gmail.com> [Fri, 19 Nov 2021 14:18:39 +0100] rev 1138
Testing Parsing of cascaded message
Thu, 18 Nov 2021 11:14:11 +0100 Added SmallSense::SmalltalkParser>>isSmalltalkParser for testing purposes
Patrik Svestka <patrik.svestka@gmail.com> [Thu, 18 Nov 2021 11:14:11 +0100] rev 1137
Added SmallSense::SmalltalkParser>>isSmalltalkParser for testing purposes
Thu, 16 Sep 2021 11:15:09 +0100 Update dependencies after moving `CodeGenerator` to namespace `Tools`
Jan Vrany <jan.vrany@labware.com> [Thu, 16 Sep 2021 11:15:09 +0100] rev 1136
Update dependencies after moving `CodeGenerator` to namespace `Tools`
Wed, 15 Sep 2021 21:55:55 +0100 Fix highlighting selectors
Jan Vrany <jan.vrany@labware.com> [Wed, 15 Sep 2021 21:55:55 +0100] rev 1135
Fix highlighting selectors
Wed, 15 Sep 2021 13:53:03 +0100 Use `SystemBrowser emphasisForChangesCode`
Jan Vrany <jan.vrany@labware.com> [Wed, 15 Sep 2021 13:53:03 +0100] rev 1134
Use `SystemBrowser emphasisForChangesCode` ...instead of taking it from preferences. The former supports themes.
Wed, 15 Sep 2021 13:52:00 +0100 Fix class order in project definition and regenerate build files
Jan Vrany <jan.vrany@labware.com> [Wed, 15 Sep 2021 13:52:00 +0100] rev 1133
Fix class order in project definition and regenerate build files
Wed, 23 Sep 2020 12:33:45 +0100 Merge
Jan Vrany <jan.vrany@labware.com> [Wed, 23 Sep 2020 12:33:45 +0100] rev 1132
Merge
Wed, 16 Sep 2020 14:52:35 +0100 Fix `SmallSense::Manager >> #delayedUpdateInfoForClass:` to work with source-loaded classes
Jan Vrany <jan.vrany@labware.com> [Wed, 16 Sep 2020 14:52:35 +0100] rev 1131
Fix `SmallSense::Manager >> #delayedUpdateInfoForClass:` to work with source-loaded classes ...which have no source file associated with them.
Wed, 02 Sep 2020 14:24:24 +0100 Fix annoying bug when auto-inserting closing bracket.
Jan Vrany <jan.vrany@labware.com> [Wed, 02 Sep 2020 14:24:24 +0100] rev 1130
Fix annoying bug when auto-inserting closing bracket. Due to a number of off-by-one errors `].]` was inserted when one pressed an enter while in between `[]` (instead of just `]`). This commit fixes the bug, which was pretty annoying (but only when electric edit is turned on, which not default).
Wed, 26 Aug 2020 11:22:43 +0100 Update Smalltalk parser and highlighter after merging stx:libcomp with eXept's code
Jan Vrany <jan.vrany@labware.com> [Wed, 26 Aug 2020 11:22:43 +0100] rev 1129
Update Smalltalk parser and highlighter after merging stx:libcomp with eXept's code
Sat, 05 Sep 2020 08:52:53 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 05 Sep 2020 08:52:53 +0000] rev 1128
Merge
Sat, 05 Sep 2020 08:52:25 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 05 Sep 2020 08:52:25 +0000] rev 1127
Merge
Wed, 30 Jan 2019 21:35:18 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 30 Jan 2019 21:35:18 +0000] rev 1126
Merge
Wed, 30 Jan 2019 21:35:08 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 30 Jan 2019 21:35:08 +0000] rev 1125
Merge
Thu, 24 Jan 2019 13:12:30 +0000 Fix `SmalltalkInteferencer >> process` to handle old-style parser error reporting
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 24 Jan 2019 13:12:30 +0000] rev 1124
Fix `SmalltalkInteferencer >> process` to handle old-style parser error reporting ...via `#Error` return value. In some cases, still, the parser does not raise an error but uses this special value. Sigh.
Mon, 10 Aug 2020 14:08:39 +0100 Allow hyphen to be used in package name
Jan Vrany <jan.vrany@labware.com> [Mon, 10 Aug 2020 14:08:39 +0100] rev 1123
Allow hyphen to be used in package name
Fri, 12 Jun 2020 22:06:58 +0100 Fix invalid completion when tab is pressed and completion is *UN*ambiguous
Jan Vrany <jan.vrany@labware.com> [Fri, 12 Jun 2020 22:06:58 +0100] rev 1122
Fix invalid completion when tab is pressed and completion is *UN*ambiguous i.e., a complete item can be inserted. Due to a missing return, text to complete was inserted twice.
Tue, 02 Jun 2020 10:31:11 +0100 Issue #265: add `ParseTreeIndexEntry >> #value`
Jan Vrany <jan.vrany@labware.com> [Tue, 02 Jun 2020 10:31:11 +0100] rev 1121
Issue #265: add `ParseTreeIndexEntry >> #value` #value method is needed for compatibility with `SyntaxElement`. See https://swing.fit.cvut.cz/projects/stx-jv/ticket/265
Wed, 18 Dec 2019 21:55:20 +0100 initial checkin cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 18 Dec 2019 21:55:20 +0100] rev 1120
initial checkin
(0) -1000 -300 -100 -50 -30 tip