diff --git a/README.RU.md b/README.RU.md index 4284253..e029998 100644 --- a/README.RU.md +++ b/README.RU.md @@ -178,6 +178,15 @@ MSIX всегда выполняются в контексте вошедшег настроенная мелкой и незаметной для середины текста, в углу монитора останется незамеченной. +Какие-то приложения, решает не то, на чём они написаны, а то, что окно о себе +сообщает. Обычный элемент Win32 заводит системную каретку, и её читают сразу; +Chrome и Electron рисуют свою и сообщают о ней через интерфейсы доступности. +Окну, которое рисует текст на голом холсте, сообщать нечего — и оба случая +уживаются в одном приложении: редакторы JetBrains отвечают, потому что каретку +для них держит их среда выполнения, а панель инструментов, нарисованная Compose, +не содержит текстового элемента, который нашли бы UI Automation или Java Access +Bridge. Ради такого окна фиксированная точка и нужна. + К какому режиму относится оформление, объясняет всплывающая подсказка рядом с самим режимом, а не строка текста в разделе: ползунки ниже показывают другие числа после переключения режима, и это вопрос, который задают один раз. diff --git a/README.md b/README.md index 614d4ba..57adaf4 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,15 @@ always in the same place, so it is known where to look — and the look must com it, since a popup set small and quiet for the middle of a text goes unnoticed in the corner of a monitor. +Some applications those are is decided by what a window exposes rather than by +what it is written in. A Win32 control creates a system caret and is read at once; +Chromium and Electron draw their own and report it over the accessibility +interfaces. A window that paints its text into a bare canvas has nothing to report +at all — and both kinds live in the same application: the editors of a JetBrains +IDE answer, since the runtime keeps a caret for them, while a tool window whose +interface is painted by Compose holds no text component for UI Automation or the +Java Access Bridge to find. That window is where the fixed point earns its keep. + Which mode the look belongs to is explained in a tooltip next to the mode itself rather than by a line of text in the section: the sliders below show other numbers after a switch of the mode, and that is a question asked once.