Home
last modified time | relevance | path

Searched refs:tabKeyMoveFocus (Results 1 – 18 of 18) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/ui/
H A DPanmirrorUIPrefs.java62 public Boolean tabKeyMoveFocus() in tabKeyMoveFocus() method in PanmirrorUIPrefs
64 return pUIPrefs_.get().tabKeyMoveFocus().getValue(); in tabKeyMoveFocus()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefs.java323 RStudioGinjector.INSTANCE.getUserPrefs().tabKeyMoveFocus().getValue()); in syncToggleTabKeyMovesFocusState()
329 boolean newMode = !RStudioGinjector.INSTANCE.getUserPrefs().tabKeyMoveFocus().getValue(); in onToggleTabKeyMovesFocus()
330 RStudioGinjector.INSTANCE.getUserPrefs().tabKeyMoveFocus().setGlobalValue(newMode); in onToggleTabKeyMovesFocus()
H A DUserPrefsAccessor.java2592 public PrefValue<Boolean> tabKeyMoveFocus() in tabKeyMoveFocus() method in UserPrefsAccessor
3543 tabKeyMoveFocus().setValue(layer, source.getBool("tab_key_move_focus")); in syncPrefs()
3811 prefs.add(tabKeyMoveFocus()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dui.ts128 tabKeyMoveFocus: () => boolean; property
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DAccessibilityPreferencesPane.java119 chkTabMovesFocus_.setValue(prefs.tabKeyMoveFocus().getValue()); in initialize()
143 prefs.tabKeyMoveFocus().setGlobalValue(chkTabMovesFocus_.getValue()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DAceEditorWidget.java472 if (uiPrefs_.tabKeyMoveFocus().getValue()) in onLoad()
482 aceEventHandlers_.add(uiPrefs_.tabKeyMoveFocus().bind( in onLoad()
1249 tabMovesFocus_ = uiPrefs_.tabKeyMoveFocus().getValue(); in setTabKeyMode()
H A DAceEditor.java222 if (!userPrefs_.tabCompletion().getValue() || userPrefs_.tabKeyMoveFocus().getValue()) in shouldComplete()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/terminal/
H A DTerminalPane.java336 uiPrefs_.tabKeyMoveFocus().getValue(), in createTerminal()
878 uiPrefs_.tabKeyMoveFocus().getValue(), in onSwitchToTerminal()
H A DTerminalSession.java175 addHandlerRegistration(uiPrefs_.tabKeyMoveFocus().bind(arg -> setTabMovesFocus(arg))); in connect()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/visualmode/
H A DVisualModeChunk.java143 releaseOnDismiss_.add(RStudioGinjector.INSTANCE.getUserPrefs().tabKeyMoveFocus().bind( in VisualModeChunk()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DCompletionManagerBase.java796 if (!userPrefs_.tabCompletion().getValue() || userPrefs_.tabKeyMoveFocus().getValue()) in onTab()
H A DRCompletionManager.java446 modifier == KeyboardShortcut.SHIFT && !userPrefs_.tabKeyMoveFocus().getValue()) in previewKeyDown()
1101 (!userPrefs_.tabCompletion().getValue() || userPrefs_.tabKeyMoveFocus().getValue())) in beginSuggest()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/
H A DShell.java602 if (prefs_.tabKeyMoveFocus().getValue()) in onKeyDown()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/shell/
H A DShellWidget.java683 if (prefs_ == null || prefs_.tabKeyMoveFocus().getValue()) in onKeyDown()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/editor/
H A Deditor.ts930 if (kbEvent.key === 'Tab' && this.context.ui.prefs.tabKeyMoveFocus()) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp1499 bool tabKeyMoveFocus();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp2408 bool UserPrefValues::tabKeyMoveFocus() in tabKeyMoveFocus() function in rstudio::session::prefs::UserPrefValues
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSource.java547 if (userPrefs_.tabCompletion().getValue() && !userPrefs_.tabKeyMoveFocus().getValue()) in loadFullSource()