mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-19 02:56:40 +02:00
Geany usage
This commit is contained in:
committed by
Thomas Jensen
parent
725b7c8f10
commit
092705306f
BIN
images/editor-geany-filter1.png
Normal file
BIN
images/editor-geany-filter1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
images/editor-geany-filter2.png
Normal file
BIN
images/editor-geany-filter2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
images/editor-geany-filter3.png
Normal file
BIN
images/editor-geany-filter3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
images/geany-logo.png
Normal file
BIN
images/geany-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
24
pages/editors-geany.md
Normal file
24
pages/editors-geany.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: Editor Integration - Geany
|
||||
permalink: editors-geany.html
|
||||
created_at: 2021-08-15 00:10:51 +0800
|
||||
last_modified_at: 2021-08-15 00:10:51 +0800
|
||||
---
|
||||
|
||||
<a href="{{ site.baseurl }}/editors.html"><button type="button" class="btn btn-outline-primary">Back to All Editors</button></a>
|
||||
|
||||
|
||||
# Integration with Geany
|
||||
|
||||
From the top menubar, go to Edit -> Format -> Send selection to -> Set custom commands and you'll get a window that looks like this:
|
||||
|
||||
<img src="{{ site.baseurl}}/images/editor-geany-filter1.png" class="img-fluid" alt="Command dialog" />
|
||||
|
||||
Click add to create a new command slot and type "boxes" under command. This will assign boxes to CTRL+ID number, in the above case, `CTRL+3`.
|
||||
Now you can invoke *boxes* by selecting the text you want to modify:
|
||||
|
||||
<img src="{{ site.baseurl}}/images/editor-geany-filter2.png" class="img-fluid" alt="text before filtering" />
|
||||
|
||||
And pressing the hotkey, (`Ctrl+3` in the example) which gets you the box:
|
||||
|
||||
<img src="{{ site.baseurl}}/images/editor-geany-filter3.png" class="img-fluid" alt="text after filtering" />
|
@@ -5,7 +5,7 @@ redirect_from:
|
||||
- /docs/install.html
|
||||
- /docs/install.shtml
|
||||
created_at: 1999-04-06
|
||||
last_modified_at: 2021-06-18 22:00:00 +0200
|
||||
last_modified_at: 2021-08-15 00:10:51 +0800
|
||||
---
|
||||
|
||||
# Text Editor Integration
|
||||
@@ -22,6 +22,12 @@ Currently, we have concrete instructions on how to integrate *boxes* with the fo
|
||||
class="img-fluid ml-lg-5" width="200" height="249" alt="Emacs" /></a>
|
||||
|
||||
|
||||
### Geany
|
||||
|
||||
<a href="{{ site.baseurl }}/editors-geany.html"><img src="{{ site.baseurl }}/images/geany-logo.png"
|
||||
class="img-fluid ml-lg-5" width="200" height="200" alt="Geany" /></a>
|
||||
|
||||
|
||||
### JED
|
||||
|
||||
<a href="{{ site.baseurl }}/editors-jed.html"><img src="{{ site.baseurl }}/images/jed-logo.png"
|
||||
|
Reference in New Issue
Block a user