eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::StringSearchToolForTextView':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: StringSearchToolForTextView (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--Tools::StringSearchTool
            |
            +--Tools::StringSearchToolForTextView

Package:
stx:libtool
Category:
Interface-Tools
Version:
rev: 1.18 date: 2018/01/18 16:03:21
user: cg
file: Tools__StringSearchToolForTextView.st directory: libtool
module: stx stc-classLibrary: libtool

Class protocol:

accessing
o  lastMatch

o  lastMatch: aBoolean

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:Tools::StringSearchToolForTextView andSelector:#windowSpec
     Tools::StringSearchToolForTextView new openInterface:#windowSpec
     Tools::StringSearchToolForTextView open

o  windowSpec_old
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:Tools::StringSearchToolForTextView andSelector:#windowSpec_old
     Tools::StringSearchToolForTextView new openInterface:#windowSpec_old


Instance protocol:

accessing
o  textView

o  textView: something

aspects
o  matchCheckboxVisible

o  matchHolder
if your app needs to be notified of changes, uncomment one of the lines below:

usage example(s):

matchHolder addDependent:self.

change & update
o  matchHolderChanged

o  searchTextModifiedHolderChanged
Transcript showCR: searchPattern.

initialization & release
o  postBuildSearchTextView: anEditFieldView

misc
o  trimMatchPattern: aString
'***foo***' trimForWhich: [:ch | ch = $*].
'foo***' trimForWhich: [:ch | ch = $*].
'***foo' trimForWhich: [:ch | ch = $*].
'***f***o***o***' trimForWhich: [:ch | ch = $*].
'foo' trimForWhich: [:ch | ch = $*].

public
o  crAction

o  escapePressed

o  returnFocusToTextView

o  searchPreviousTextReachBeginning

searching
o  hideSearchBar

o  searchNextTextFromBeginning

o  searchNextTextIncludingCurrentSelection: includeCurrentSelection

o  searchPreviousText

o  searchPreviousTextFromEnd



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 06:59:09 GMT