8000 Add UI widget for searching text in text editors · Issue #4504 · feenkcom/gtoolkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add UI widget for searching text in text editors #4504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JurajKubelka opened this issue Apr 24, 2025 · 2 comments
Closed

Add UI widget for searching text in text editors #4504

JurajKubelka opened this issue Apr 24, 2025 · 2 comments
Assignees
Milestone

Comments

@JurajKubelka
Copy link
Member

We want to have a way to search strings in text editors.

@JurajKubelka JurajKubelka added this to the v1.0 milestone Apr 24, 2025
@JurajKubelka JurajKubelka self-assigned this Apr 24, 2025
@JurajKubelka JurajKubelka added this to GT Apr 24, 2025
@github-project-automation github-project-automation bot moved this to To do in GT Apr 24, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue Apr 24, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue Apr 24, 2025
JurajKubelka added a commit to feenkcom/gt4pharo that referenced this issue Apr 24, 2025
@JurajKubelka
Copy link
Member Author

Can be enabled using GtTextualCoderSearchTextSettings enableInCoder.
Note: currently a work in progress, mostly a prototype to figure out what we need.

@JurajKubelka JurajKubelka moved this from To do to In progress in GT Apr 24, 2025
syrel pushed a commit that referenced this issue Apr 24, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1719/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@259bba by Juraj Kubelka
an initial search text widget and support [#4504]

work in progress


feenkcom/Brick@0e2bdf by Juraj Kubelka
add `BrLayoutResizerAptitude>>#vAnyToMatchParent:`


feenkcom/gtoolkit-notifications@19ebad by John Brant
[#4502] dispatch the show/hide dropdown in the ui process

feenkcom/gtoolkit-coder@d93594 by Juraj Kubelka
an initial search text widget and support [#4504]

work in progress


feenkcom/gt4pharo@7ff2b7 by Juraj Kubelka
Merge 995d540955c14a3ca03e3aa5ad4793d6baf80bf7


feenkcom/gt4pharo@a90e31 by Juraj Kubelka
an initial search text widget and support [#4504]

work in progress


feenkcom/gtoolkit-scenery@001279 by Oscar Nierstrasz
Working on selecying views to show for Inspector stencils #4317


feenkcom/gtoolkit-scenery@eb6227 by Oscar Nierstrasz
Fix interactive connection to connect the right items (if possible) #4317


feenkcom/gtoolkit-scenery@95495b by Oscar Nierstrasz
Rewrite inspector stencils for spawned objects to have a valid serialization (if possible) #4317


feenkcom/gtoolkit-scenery@230fd6 by Oscar Nierstrasz
Remove surrounding inspector for stencil instanntiation errors #4317


feenkcom/gtoolkit-scenery@128c6b by Oscar Nierstrasz
Fix issue of handling errors in instantiating inspector stencils #4317


feenkcom/gt4llm@848ed2 by Veit Heller
Merge 917cc0a5443561da8ccf54e16308cc736d89e166


feenkcom/gt4llm@99086d by Veit Heller
Add viewObject to Object Message and add sync option to sending messages


feenkcom/gt4llm@ae8eaf by Veit Heller
Add viewObject to Object Message and add sync option to sending messages
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue Apr 28, 2025
syrel pushed a commit that referenced this issue Apr 28, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1732/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@13a3a4 by Juraj Kubelka
fix typo


feenkcom/Brick@961a47 by Juraj Kubelka
add `BrPopoverRelocateReason class>>#cleanUp` [#4513]


feenkcom/Brick@737047 by Juraj Kubelka
clean relocate reason [#4513]

Add `BrPopoverRelocateReason`


feenkcom/Brick@b9a506 by Juraj Kubelka
Merge e4a7372af4b2a0661df112c1d80519cb54f6163f


feenkcom/Brick@bcb9e2 by Juraj Kubelka
add `*firstTime: isFirstTimeDisplay` parameter [#4513]


feenkcom/Brick@8fb3ec by Juraj Kubelka
add `BrPopoverVisibleWidgetBoundsRelocator`and `BrPopoverContainerVisibilityUpdater` [#4513]

- add some class comments
- make it possible to keep dropdown visible even for anchor widgets outside of the visible area


feenkcom/gtoolkit-coder@fc53cc by John Brant
Merge 09a3a70737605aaccb5122e03df6731d134f3b10

feenkcom/gtoolkit-coder@437e59 by John Brant
[#4476] new rename method controller

feenkcom/gtoolkit-coder@09a3a7 by Juraj Kubelka
Merge e0fee54cf2bafe8aec9e9b311689f651b52e6dcd


feenkcom/gtoolkit-coder@4a1c63 by Juraj Kubelka
keep search text dropdown always visible [#4504]


feenkcom/gt4pharo@dbbc77 by John Brant
Merge 1af179eb01d074370336611c805c83dd233b13e5

feenkcom/gt4pharo@6c46ee by John Brant
[#4476] new rename method controller

feenkcom/gt4pharo@1af179 by Juraj Kubelka
Merge 4c6f996bc19fe9492215f9eeb195d757fa0ca428


feenkcom/gt4pharo@21222a by Juraj Kubelka
keep save dropdown always visible [#4513]


feenkcom/PharoLink@130879 by Andrei Chis
Add an utility method PharoLinkTestCaseAnnouncement>>#identifierDescription

feenkcom/gtoolkit-wireencoding@bd5cf1 by Alistair Grant
[#4429] Add GtWireMaxDepthEncoder and GtWireMinDepthEncoder to GtWireEncoder.


feenkcom/gtoolkit-scenery@344fd7 by Oscar Nierstrasz
Working on inspector stencil view (not initializing correctly). #4317


feenkcom/gtoolkit-scenery@a71c78 by Oscar Nierstrasz
Refactore inspector stencil to use a dedicated element. #4317


feenkcom/gtoolkit-scenery@8a1bf0 by Oscar Nierstrasz
Moved some test examples to a different class. #4317


feenkcom/gt4llm@7544fb by Tudor Girba
add GtLlmTutorFormatDescription and GtLlmTutorAction as deprecated

feenkcom/gt4llm@dcd9c6 by Tudor Girba
add GtLlmTutorActionExample as deprecated

feenkcom/gt4llm@0729a6 by Tudor Girba
move ollama extensions from tutor to the assistant

feenkcom/gt4llm@a5d486 by Tudor Girba
Merge c281aa6b254bf8450096cbfd58a7e91584526845

feenkcom/gt4llm@9a4923 by Tudor Girba
add a deprecated GtLlmTutor to make extensions loadable

feenkcom/gt4llm@c281aa by Tudor Girba
fix LLM examples to use Assistant instead of Tutor

feenkcom/gt4llm@c527f4 by Veit Heller
Rename tutor to assistant [#4510]


be7dbb by Veit Heller
Rename LLM tutor to assistant [#4510]
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 5, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 5, 2025
JurajKubelka added a commit to feenkcom/gt4pharo that referenced this issue May 6, 2025
syrel pushed a commit that referenced this issue May 6, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1754/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-examples@eb4843 by Oscar Nierstrasz
Added initial support for browsing return: pragmas for examples #4317


feenkcom/Bloc@6066b7 by Aliaksei Syrel
[#1397] revert adding of #direction

feenkcom/Bloc@5400bd by Aliaksei Syrel
Merge c41ab5843c10a8e6b0d15321f100fb151a082565

feenkcom/Bloc@ccd624 by Aliaksei Syrel
[#1397] add #direction to MonotoneSelection

feenkcom/Brick@3c37d8 by Aliaksei Syrel
[#1397] scroll on text modification: don't get out of bounds

feenkcom/Brick@a6d603 by Aliaksei Syrel
[#1397] deselect everything when mouse comes back to the strat index when selecting

feenkcom/Brick@be9b4e by Aliaksei Syrel
[#1397] improve cursor position when selecting text

feenkcom/Brick@fac1f1 by Aliaksei Syrel
Merge 2238f8bdaac33c1a4123c265ee418ec68e84fefc

feenkcom/Brick@2fd5ce by Aliaksei Syrel
[#1397] a naive scrolling when selecting text

feenkcom/gtoolkit-coder@494d21 by Tudor Girba
make the search action element id be different from the save action one #4504

feenkcom/gtoolkit-coder@42c963 by Juraj Kubelka
enable search text addon by default [#4504]


feenkcom/gtoolkit-coder@df59b4 by Juraj Kubelka
extract search text addon to its own method [#4504]


feenkcom/gt4pharo@5369cd by Tudor Girba
fix one more assertion due to the addition of a new main action (search) #4504

feenkcom/gt4pharo@ea8b98 by Tudor Girba
Merge c8842290b8681b84c8cd8fd7e866a5ddd7c42dc3

feenkcom/gt4pharo@fb344b by Tudor Girba
fix assertions due to the addition of a new main action (search) #4504

feenkcom/gt4pharo@c88422 by Juraj Kubelka
fix example [#4504]


feenkcom/gt4pharo@62dff9 by Juraj Kubelka
add search text addon to pharo method coder and pharo snippet coder [#4504]


feenkcom/gtoolkit-demos@34fb93 by Oscar Nierstrasz
Added a scenery slide #4317


feenkcom/gt4gemstone@a51361 by Juraj Kubelka
add search text addon to gemstone method coder [#4504]


feenkcom/gtoolkit-scenery@070101 by Oscar Nierstrasz
Added background colors for text stencils #4317


feenkcom/gtoolkit-scenery@3f7fc8 by Oscar Nierstrasz
Working on Zurich scenery slideshow #4317


feenkcom/gt4llm@630fe4 by Tudor Girba
work on the object assistant instructions. still to refine the smalltalk method format to describe also new methods in new classes. #4462
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 7, 2025
syrel pushed a commit that referenced this issue May 8, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1755/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@9a6858 by Juraj Kubelka
use dedicated search text highlight attribute [#4504]


feenkcom/Brick@b18adb by Juraj Kubelka
menu: always call `#mouseEvent:dueTo:` [#4527]


feenkcom/Brick@5d352f by Juraj Kubelka
`BrActor>>#removeEventHandler:` removes event handlers from widgets [#4526]


feenkcom/Brick@74eb76 by Juraj Kubelka
remove debug code


feenkcom/Brick@b183d2 by Juraj Kubelka
Merge 60e701a5dbac20e3ea7ba4ab2441c5c60217638a


feenkcom/Brick@68930d by Juraj Kubelka
basic model to search text [#4504]


feenkcom/Brick@60e701 by Don Roberts
Merge 3c37d8a9c7a71d85dfe9af756cfcf6af785f03df


feenkcom/Brick@971ae8 by Don Roberts
Add the ability to show class defining instance variable to GtPharoStyler


feenkcom/gtoolkit-coder@7596f5 by John Brant
Merge 0b5b5ad77c1c55d8c1715f2f9939d64e984aecd4

feenkcom/gtoolkit-coder@184893 by John Brant
changing error attribute display

feenkcom/gtoolkit-coder@0b5b5a by Tudor Girba
properly use the class variables for the word movement and double click when initializing an coder editor feenkcom/toolkit#4525

feenkcom/gtoolkit-coder@d62203 by Juraj Kubelka
Merge f0a8efcf4b3212768bbc49f52e3c034caa8f6ab7


feenkcom/gtoolkit-coder@36e9b8 by Juraj Kubelka
push `GtSourceCoderViewModel>>#requestSearch` to its superclass [#4504]


feenkcom/gtoolkit-coder@f0a8ef by John Brant
reapplying fix for changing fix it attribute to fit contents for description

feenkcom/gtoolkit-coder@e91c29 by John Brant
[#4517] focus menu when displaying undeclared variable compiler error

feenkcom/gt4pharo@2ceb42 by Andrei Chis
Add utility method

feenkcom/gt4pharo@625bc4 by Andrei Chis
Cleanups

feenkcom/gt4pharo@466e3d by Andrei Chis
Add an explicit threshold object

feenkcom/gt4pharo@766518 by Andrei Chis
Add an object that manages the installation of memory configurations

feenkcom/gt4pharo@6b3a7f by Don Roberts
Merge 5369cdfac74442c9946a8d3b8aa0ce1b087b6c28


feenkcom/gt4pharo@e5fff0 by Don Roberts
Add the ability to show class defining instance variable to GtPharoStyler


feenkcom/gtoolkit-presenter@a751d3 by Oscar Nierstrasz
Added Pager to scenery slides #4317


feenkcom/gtoolkit-remoterunner@644fbb by Alistair Grant
[#4523] GtRrWorkerCountResourceAlgorithm: use GtRrWorkerCountImageMemoryModel by default (instead of GtRrWorkerCountCurrentMemoryModel)


feenkcom/lepiter@07f90a by Veit Heller
Use URL from jenkins store in form element


feenkcom/lepiter@7cc8c8 by Veit Heller
Add URL to saved jenkins identity


feenkcom/gt4changes@e4ff98 by Andrei Chis
Change the  memory configuration when applying large changes

feenkcom/gtoolkit-demos@fe3581 by Oscar Nierstrasz
tweek #4317


feenkcom/gt4gemstone@c62bc6 by John Brant
show syntax errors in snippets

feenkcom/gt4aws@04d8dc by Alistair Grant
GtAwsAutoScalingGroupManager>>waitForDescription use #isStale to wait for value.


feenkcom/gtoolkit-scenery@4f1a42 by Oscar Nierstrasz
Embedded sceneries should not listen to drag events (just their containing inspectors).  #4317


feenkcom/gtoolkit-scenery@610cfb by Oscar Nierstrasz
Removed obsolete arrowhead methods #4317


feenkcom/gtoolkit-scenery@0e90c5 by Oscar Nierstrasz
Added menu to update arrowheads and added a #none arrowhead #4317


feenkcom/gtoolkit-scenery@cf3479 by Oscar Nierstrasz
Added a <todo:> #4317


feenkcom/gtoolkit-scenery@b51c77 by Oscar Nierstrasz
Fixed JSON storage of emphasis. #4317


feenkcom/gtoolkit-scenery@78099f by Oscar Nierstrasz
Disabled a broken test example #4317


feenkcom/gtoolkit-scenery@847b6a by Oscar Nierstrasz
More slides for  the demo #4317


feenkcom/gtoolkit-scenery@47fdb7 by Oscar Nierstrasz
Fixed mindmap tab shortcut to preserve text properties (color, font etc) #4317


feenkcom/gtoolkit-scenery@3583aa by Oscar Nierstrasz
Fixed storage of fontSize and emphasis for text items #4317


feenkcom/gt4llm@86433a by Veit Heller
Move connection registry known connectors into gt-specific package [#4462]


feenkcom/gt4llm@560d0c by Veit Heller
Move connection registry view into gt-specific package [#4462]


feenkcom/gt4llm@55de61 by Veit Heller
moved #isConnectable for OllamaProvider into gt-specific folder [#4462]


feenkcom/gt4llm@95bc1b by Veit Heller
Fix assistant by scripter examples [#4462]


feenkcom/gt4llm@0c31a7 by Tudor Girba
attempt to address the ui examples. fix styler for comments #4462

feenkcom/gt4llm@88fe67 by Tudor Girba
fix examples. extract createChatWithProvider: #4462

feenkcom/gt4llm@98dc10 by Tudor Girba
set the instance first in the llmChat before the initializing the assistant #4462

feenkcom/gt4llm@7a49b2 by Veit Heller
Remove outdated code [#4462]


feenkcom/gt4llm@798dee by Veit Heller
Merge 630fe4fc625be232760d9418db42ed0840e405c8


feenkcom/gt4llm@969fc4 by Veit Heller
Add connection registry and allow provider switches in chats [feenkcom/gtoolkit#4622]


116e6f by Veit Heller
Merge 30590b2


d0d367 by Veit Heller
Document connection registry [#4462]
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 8, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 9, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 13, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-world that referenced this issue May 13, 2025
syrel pushed a commit that referenced this issue May 13, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1778/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@387626 by Juraj Kubelka
Merge d76385a29725aad1d5b279c6fcdaf8bc6e3ee0ae


feenkcom/Brick@9410f3 by Juraj Kubelka
search text: rename some classes and methods [#4504]

add class comments


feenkcom/gt4pharo@6375d6 by Andrei Chi�
Handle differences in compiler errors between Pharo 11 and Pharo 12 #3736]

feenkcom/gtoolkit-world@96a46b by Juraj Kubelka
search text: rename some classes and methods [#4504]

add class comments


feenkcom/gt4gemstone@f38247 by Veit Heller
Add base64 encoding to gemstone [#4536]


feenkcom/gtoolkit-scenery@9bb707 by Oscar Nierstrasz
Added menu for spawning associations. #4317


feenkcom/gtoolkit-scenery@96556f by Oscar Nierstrasz
Only spawn subclasses that are not already present in the scenery. #4317


feenkcom/gtoolkit-scenery@2fa6e5 by Oscar Nierstrasz
Don't spawn existing superclass. #4317


feenkcom/gtoolkit-scenery@c4b56b by Oscar Nierstrasz
Added predicates to check for subclass and superclass connections. #4317


8c91b4 by Andrei Chi�
Merge 8a5601d

84b2d4 by Andrei Chi�
Document the CoderError change [#3736]
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 13, 2025
- move events to Brick
- extract scroll code to a scroller class
- unmark text on search end wish
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 13, 2025
- move events to Brick
- extract scroll code to a scroller class
- unmark text on search end wish
syrel pushed a commit that referenced this issue May 13, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1779/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@cfa142 by Juraj Kubelka
search text: progress on editor aptitude [#4504]

- move events to Brick
- extract scroll code to a scroller class
- unmark text on search end wish


feenkcom/gtoolkit-coder@e44164 by Juraj Kubelka
search text: progress on editor aptitude [#4504]

- move events to Brick
- extract scroll code to a scroller class
- unmark text on search end wish
syrel pushed a commit that referenced this issue May 14, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1781/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@231870 by Juraj Kubelka
search text: add search text popover aptitude [#4504]
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 14, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 14, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
remove `selectedIndex` instance variable
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 15, 2025
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 15, 2025
JurajKubelka added a commit to feenkcom/Bloc that referenced this issue May 15, 2025
use `Return` key combination name
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
use `Return` key combination name
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
…olkit#4504]

- navigate to a previous found item
- open and close dialog
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
- handle not-found cases
- add `BrEditorSearchTextProgressAnnouncement`
JurajKubelka added a commit to feenkcom/gtoolkit-coder that referenced this issue May 15, 2025
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 15, 2025
…t#4504]

- clear `index/total` counts on new searches or empty input fields
@JurajKubelka
Copy link
Member Author

Can be tested using:

BrEditor new
	border: (BlBorder paint: Color gray);
	aptitude: BrGlamorousCodeEditorAptitude new;
	text: (VerveineJTestResource >> #mse) sourceCode;
	addAptitude: BrGlamorousEditorSearchTextAptitude new;
	requestFocus

Use:

  • Primary+F to open the search text dialog,
  • Return to navigate to the next occurrence,
  • Primary+Return to navigate to the previous occurrence.
Image

@github-project-automation github-project-automation bot moved this from In progress to Done in GT May 15, 2025
syrel pushed a commit that referenced this issue May 15, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1783/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@51d830 by Tudor Girba
make 'Return' be the expected label for an Enter combination 

feenkcom/Bloc@3866dc by Juraj Kubelka
search text: code cleaning [#4504]

use `Return` key combination name


feenkcom/Bloc@86314e by Juraj Kubelka
add `BlKeyboardBuffer>>#gtEventsFor:`


feenkcom/Bloc@609938 by Juraj Kubelka
rename some `BlSteppedLayoutAreaBuilder` methods


feenkcom/Bloc@da08e6 by Juraj Kubelka
add `BlSteppedLayoutAreaBuilder` views


feenkcom/Bloc@43ac21 by Juraj Kubelka
add `BlSteppedLayoutAreaBuilder` views


feenkcom/Bloc@e9c3b7 by Juraj Kubelka
add `BlSteppedLayoutAreaBuilder` views


feenkcom/Bloc@f65be0 by Juraj Kubelka
add `BlSteppedLayoutAreaBuilder` views


feenkcom/Brick@194be7 by Juraj Kubelka
search text: if a search dialog is opened with a filled text, start searching [#4504]


feenkcom/Brick@8e0dce by Juraj Kubelka
search text: code cleaning [#4504]

use `Return` key combination name


feenkcom/Brick@165c7f by Juraj Kubelka
search text: code cleaning [#4504]

clean mark next and previous


feenkcom/Brick@fb451f by Juraj Kubelka
search text: code cleaning [#4504]

remove `selectedIndex` instance variable


feenkcom/Brick@7a7389 by Juraj Kubelka
search text: same class name prefixes [#4504]


feenkcom/Brick@96f0cc by Juraj Kubelka
search text: add examples [#4504]


feenkcom/Brick@dae9d5 by Juraj Kubelka
rename some `BlSteppedLayoutAreaBuilder` methods [#4504]


feenkcom/Brick@cebe2e by Juraj Kubelka
improve search dialog position [#4504]


feenkcom/gtoolkit-coder@d1eeba by Juraj Kubelka
Merge ed5f7f5d8921f677c6f434d99ee8be5b5db59ba3


feenkcom/gtoolkit-coder@2f5fe3 by Juraj Kubelka
search text: same class name prefixes [#4504]


feenkcom/gtoolkit-coder@8c3f8b by Juraj Kubelka
search text: code cleaning [#4504]


feenkcom/gtoolkit-coder@ed5f7f by Don Roberts
Fix failing examples and bug that exists if method with same selector exists on both sides of a class [[#4538]]


feenkcom/gtoolkit-coder@9184c8 by Don Roberts
Fix refactorings on class side of coder navigator [[#4538]]


feenkcom/gt4pharo@debe86 by Don Roberts
Add examples and refactor some existing examples [[#4538]]


feenkcom/gt4pharo@51d780 by Don Roberts
Fix updating of navigator on class-side changes [[#4539]]


feenkcom/PharoLink@f4e28d by Alistair Grant
Add PharoLinkTestCaseAnnouncement>>checkName


feenkcom/PharoLink@1e10db by Alistair Grant
Add LanguageLinkSettings>>serverImage:


feenkcom/gtoolkit-remoterunner@197bc9 by Alistair Grant
Tidy up GtRrWorkerResponseConfirmedSignal serial
E24F
isation


feenkcom/gtoolkit-remoterunner@10839b by Alistair Grant
GtRrWorkerManager: allow the server executable and image to be set via the settings


feenkcom/gt4aws@84ec82 by Alistair Grant
GtAwsCommand>>executeWithStonRetry catch errors during retries


feenkcom/gtoolkit-scenery@79053a by Oscar Nierstrasz
Cleaning menu code. #4317


feenkcom/gtoolkit-scenery@18096d by Oscar Nierstrasz
Spawning classes from  inspector stencils. #4317


feenkcom/gtoolkit-scenery@cf5100 by Oscar Nierstrasz
Implement `#exampleBlockString` for other subclasses of GtSceneryExampleStencil. #4317


feenkcom/gtoolkit-scenery@df3d0d by Oscar Nierstrasz
Revised Scenery slideshow and added notes.


feenkcom/gtoolkit-scenery@c1c213 by Oscar Nierstrasz
Added example for spawning associations from unary messages. #4317


feenkcom/gtoolkit-scenery@5db54d by Oscar Nierstrasz
Fix the example block strings generated for spawned class items. #4317


feenkcom/gtoolkit-scenery@643d3e by Oscar Nierstrasz
Handle special cases of Object and UndefinedObject for association mining. #4317


feenkcom/gt4llm@9ff704 by Tudor Girba
move gtActionSpawnProviderFor: to the GT specific package

feenkcom/gt4llm@8f9e75 by Tudor Girba
move GtLlmNewThreadMessage>>#gtLiveFor: to the GT specific package

feenkcom/gt4llm@4e3bfc by Veit Heller
Add more views to and actions to coder and object assistants [#4462]


feenkcom/gt4llm@964e54 by Veit Heller
ensure the role is set on the openAI provider


feenkcom/gt4llm@8f64f4 by Veit Heller
Update readme a bit


feenkcom/gt4llm@e7b3c2 by Veit Heller
Move `asViewModel` methods into gtoolkit-specific code


feenkcom/gt4llm@9e26f5 by Veit Heller
Add request history to all providers and clients


feenkcom/gt4llm@644808 by Veit Heller
Rename GtLlmRequestHistory object


feenkcom/gt4llm@df62e0 by Veit Heller
Add request history to openAI client


34b201 by Veit Heller
fix instructions page


d2d671 by Veit Heller
Update Anthropic pages in the book


9a8575 by Veit Heller
Add documentation about file search in the response provider


9b922d by Veit Heller
Update docs to reflect removal of LLM providerStencil
syrel pushed a commit that referenced this issue May 15, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1784/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@cf56ae by Juraj Kubelka
tooltip attribute: clean cache on for new text instances [#4529]


feenkcom/Brick@8d9511 by Juraj Kubelka
search text: do not display results of old searches [#4504]

- clear `index/total` counts on new searches or empty input fields

feenkcom/Brick@7238bb by Juraj Kubelka
search text: display progress total item counts [#4504]

- handle not-found cases
- add `BrEditorSearchTextProgressAnnouncement`

feenkcom/Brick@1c0055 by Juraj Kubelka
search text: exemplify search text element interactions [#4504]

- navigate to a previous found item
- open and close dialog

feenkcom/gtoolkit-coder@1cae22 by Juraj Kubelka
search text: handle not-found cases [#4504]


feenkcom/gt4git@7f342d by Veit Heller
Make editsin the commit message box persistant immediately and also save on primary+enter [#4542]


feenkcom/gt4jenkins@85d6f3 by Veit Heller
Add some summary views


feenkcom/gtoolkit-scenery@d3de31 by Oscar Nierstrasz
Fixed: Generating a menu for abstract classes hangs because no example exists. #4317


feenkcom/gtoolkit-scenery@130b4f by Oscar Nierstrasz
Add a menu for file pictures.  #4317


feenkcom/gtoolkit-scenery@bcddd3 by Oscar Nierstrasz
Turn GtSceneryPictureStencil into a new style inspector stencil. #4317


feenkcom/gtoolkit-scenery@0a652c by Oscar Nierstrasz
Turn the {{gtClass:name=GtSceneryLepiterPageStencil}} into a new style inspector stencil. #4317


feenkcom/gt4llm@44bfb5 by Veit Heller
Better tool use in response provider [#4462]


feenkcom/gt4llm@e5e4ec by Veit Heller
remove thread message element header[#4462]


feenkcom/gt4llm@a1cc5d by Veit Heller
Merge 9ff704223ef51ad9a79c5afe7952b9a60fc76e9a


feenkcom/gt4llm@ace981 by Veit Heller
make chat view a bit prettier [#4462]
JurajKubelka added a commit to feenkcom/Brick that referenced this issue May 16, 2025
syrel pushed a commit that referenced this issue May 16, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1785/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Brick@ab6ee7 by Juraj Kubelka
search text: fix `#selectedRange` [#4504]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant
0