Google Apps Script Tools Mod

fmjmflmijjglmbffijfkcclbaicefdda

Enhances Google Apps Script editor with advanced search and replace. Based on extension 'Google Apps Script Tools' by Rubén Sánchez. ### Bug Fixes - Fixed Alt+S and Alt+R hot keys calls to open Advanced search / replace dialog. - Fixed replace all bug with no made replacement and scrap in 1st project file. - Fixed blinking "caret" at right of found occurencies on switch to other file with part of found. ### New Features - Added the ability to add the word in cursor position as text to search in search dialog. ### Bug Fixes - Fixed incorrect denial of working with Container-Bound Google Apps Script projects in legacy code. - Fixed the selection of the current file disappearing incorrectly while navigating search results. - Fixed selection colors in the Careless Whisper Bright and Careless Whisper Light color themes. - Fixed palettes for the Borland Pascal and Turbo Basic themes. ### New Features - Added the ability to automatically use the selected text in the current file as the search term in the Advanced Search/Replace dialog. - Added the ability to create multiple selections where each selection matches the currently selected text. - Added a highlight style for the current text selection. - Added the ability to select the entire line containing the current selection occurrence. ### Bug Fixes - Fixed issues in 'Replace' and 'Replace All' functionalities for case-insensitive search/replace, whole words matching, and regular expression search/replace. - Fixed an issue where replacement was incorrectly denied when the replacement string is empty. - Fixed an issue where search was incorrectly denied when the length of search string is less than 3 characters. - Fixed an issue with positioning to next search result after single 'Replace' operation with multiple occurencies. ### Bug Fixes - Fixed issue where the full search results list would open even when the "Show List" checkbox was unchecked, upon finding results. ### New Features - Added hotkeys for search and replace functionality: - **Search Dialog**: Alt+S (Windows) / Option+S (macOS) - **Replace Dialog**: Alt+R (Windows) / Option+R (macOS) - **Close Dialog**: Esc - **Perform Search**: Ctrl+Shift+F (Windows) / Cmd+Shift+F (macOS) - **Case Sensitive**: Alt+1 (Windows) / Control+1 (macOS) - **Whole Word**: Alt+2 (Windows) / Control+2 (macOS) - **Regular Expression**: Alt+3 (Windows) / Control+3 (macOS) - **Toggle Results List**: Alt+4 (Windows) / Control+4 (macOS) - **Replace Current**: Ctrl+Shift+E (Windows) / Cmd+Shift+E (macOS) - **Replace All**: Alt+Shift+A (Windows) / Control+Shift+A (macOS) - **Previous Result**: Shift+PgUp (Windows) / Shift+Option+ArrowUp (macOS) - **Next Result**: Shift+PgDn (Windows) / Shift+Option+ArrowDown (macOS)

Related extensions