KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
godot-expand-region
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
compose-material-context-menu
:
Material context menu implementation for Compose Multiplatform
Lightstreamer-Python-Client-To-Fetch-Sahamyab-Tweets
:
A python client to fetch data from Lightstreamer socket
data-lineage-tool
:
Queries the ACCESS_HISTORY and QUERY_HISTORY views, from the SNOWFLAKE.ACCOUNT_USAGE schema, and generates two interactive GraphViz visual diagrams online, in a visual editor: one for column lineage, the other for table lineage.
portfolio
:
No description available.
telegram-auto-mail
:
telegram bot that sends messages automatically
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
godot-expand-region
?
Download (.md)
# godot-expand-region <p align="center">Expand your region with godot-expand-region.</p> <p align="center"><img src="https://github.com/MakovWait/godot-expand-region/blob/main/assets/expand-region.gif" width="70%"/></p> <p align="center">Porting <a href="https://github.com/aronwoost/sublime-expand-region">sublime-expand-region</a> to godot4 with some tweaks.</p> Default shortcuts -- <kbd>ALT+W</kbd> - expand region (<code>macos</code><kbd>CONTROL+W</kbd>) <kbd>ALT+SHIFT+W</kbd> - shrink region (<code>macos</code><kbd>CONTROL+SHIFT+W</kbd>) Shortcuts can be configured via <code>Editor Settings/Addons/Expand Region</code> How to install ----------------- This is a regular editor plugin. Copy the contents of `addons/expand-region` into the same folder in your project, and activate it in your project settings. or plug with <a href="https://github.com/imjp94/gd-plug">gd-plug</a>: ```gdscript plug("MakovWait/godot-expand-region", {"exclude": ["addons/gdUnit4"]}) ``` About ----------- Godot4 editor plugin. More plugins <a href="https://github.com/MakovWait/godot4-plugins">godot4-plugins</a>