Hi,
I changed the shortcut of join lines to `Ctrl + J`, then tried to join lines.
Seems following behavior exists:
- It will join all following lines, till a line start with blank char (while space / new line).
- If the current line start with blank char, it won't join.
Is it possible to customize to following behavior:
- Only join current line and the next line, despite the content of this or next line.
This seems to be the behavior of vim with `Shift` + `J`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2031
This will add some internal linking (Terminal/browser) ... we got an open PR waiting to add Genea to Haiku: https://github.com/haikuports/haikuports/pull/7078
I still haven't figured out an issue on the icons, but I'm sure someone in our team will get around to that.
I also added gtkspell to our ports and seems to be working OK in Geany
![Geany6](https://user-images.githubusercontent.com/16057090/182012321-99b79f8c-2228-40c7-ab07-7937cb586574.png)
A PR for the plugins is atm still in progress but should be ready soon.
![Geany7](https://user-images.githubusercontent.com/16057090/182012300-4c0f77a8-0921-4cce-ba42-c7c39e62a2af.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3242
-- Commit Summary --
* Add support for Haiku
-- File Changes --
M src/keyfile.c (7)
-- Patch Links --
https://github.com/geany/geany/pull/3242.patchhttps://github.com/geany/geany/pull/3242.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3242
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3242(a)github.com>
Is there a way to enclose selected text in HTML tags with a keyboard shortcut?
For example, for selected `text`, after using a shortcut it becomes `<(cursor)>text</(cursor)>`,
and then after typing `tag` and pressing space (or using any key moving the cursor or inserting whitespace) it becomes `<tag (cursor)>text</tag>`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1863
## Steps to reproduce:
1. Open a document
1. File->Save As
1. Notice an interesting file in the list of files in the dialog
1. Open interesting file from the command-line (in another program) with `geany interesting-file`. The file opens in the background underneath the Save As dialog.
1. Type a new filename and click save
The `interesting-file` document will have been saved with the new filename. The original document will still be open, unsaved.
## Cause
`handle_save_as` is dialogs.c uses `document_get_current`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2599
In the Build Commands dialog there are additional commands under `Conf commands`, `Independent commands` and `Execute commands` that are not available to setup in Preferences|Keybindings. It would be very useful to be able to set keybindings for these. Further to this the command names in Build commands can be modified but this is not reflected in Keybindings preferences.
Just a quick thought too; a button linking to the keybindings prefecences would be a helpful addition to the Build commands dialog.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/705
Please tell me how to set a short cut key for the highlighted menu item? Thanks!
![image](https://user-images.githubusercontent.com/7548378/121030052-09064500-c7a1-11eb-870d-661e9f72ee7d.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2821
can not take screen-shot while menu open or toolbar open
ie. ALL system key interaction is suspended
but wait, there is a screenshot, taken with delay
not all menu items have key-bindings
did I mention that key-bindings do not update until Geany is restarted
'Build Toolbar' does not match the edited 'Build Menu'
<Primary> ??? same as the control key but why <Primary> ?
'Make Custon Target' even when edited asks for user input; that's OK, I just used the empty line at the bottom but no key-binding available
Problem: I am wanting custom make commands available to ALL my projects. I have a set of make commands that are the same for ALL of my projects.
No I do not use the default name for make. I use my project 'prefix.mak'. Much easier to keep track of the makefiles instead of the default - 'makefile'.
example:
Test.mak
Test.h
Test.c
Test_1.c
Test_fx.c
my make commands:
F8 Make (Make All) make -f %e.mak
F9 Clean (Make Object) make -f %e.mak clean
?? Real Clean (empty) make -f %e.mak realclean
F5 Execute
S-F8 Compile
S-F9 Build
otherwise LOVING IT! reminds me of TurboC I used in DOS way back...
screen shots:
![geany make](https://user-images.githubusercontent.com/31071746/30873599-c94ec648-…
![geany build menu](https://user-images.githubusercontent.com/31071746/30873644-e9baf1fe-…
![geany build toolbar](https://user-images.githubusercontent.com/31071746/30873689-18d3dd…
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1614
I sometimes try to open a file from a terminal and pass the wrong path. Asking the user to confirm the new file solves this problem, they can easily press escape to cancel the new document.
Occasionally I might use a glob that turns out to be wrong too, creating many unwanted new documents. So I made cancelling a new document ignore any remaining new filenames passed to Geany.
![image](https://user-images.githubusercontent.com/1107820/67089763-58e56200-f1a0-11e9-9dd3-133a0b0ac3b7.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2369
-- Commit Summary --
* Ask whether to open new files from command-line
* If new document cancelled, ignore remaining new filenames
-- File Changes --
M src/libmain.c (24)
-- Patch Links --
https://github.com/geany/geany/pull/2369.patchhttps://github.com/geany/geany/pull/2369.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2369
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3165
-- Commit Summary --
* Add typescript ctags parser
-- File Changes --
M ctags/Makefile.am (1)
A ctags/parsers/typescript.c (2139)
M data/filedefs/filetypes.TypeScript.conf (1)
M meson.build (1)
M src/tagmanager/tm_parser.c (29)
M src/tagmanager/tm_parser.h (1)
M src/tagmanager/tm_parsers.h (3)
M tests/ctags/Makefile.am (1)
A tests/ctags/simple.ts (227)
A tests/ctags/simple.ts.tags (107)
M tests/meson.build (1)
-- Patch Links --
https://github.com/geany/geany/pull/3165.patchhttps://github.com/geany/geany/pull/3165.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3165
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3165(a)github.com>
I got this patch more than year ago, I would like to mention the original author but I don't remember it, got the patch from unmerged PR in geany repo and merged with master locally, but is not in the PR history or I couldn't find anymore. For my job is very important to know in which symbol I have the cursor, and from more than a year I am using this patch beacuse highlight in symbol list the symbol where I have the cursor, I can guarantee that is working perfectly, without affecting performance or stability, and is improving the user experience, that much that anytime I am updating my Geany I am applying this patch. I would like to suggest include in master for other users get advantages of it.
Thanks
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3239
-- Commit Summary --
* Highlight function in symbol window from cursor
* Win32 support
* Doc update
* Merge branch 'master' into highlight_symbol_from_cursor_position
-- File Changes --
A Win32/INSTALL.w32 (30)
A Win32/geany_dark_GTK.zip (0)
A Win32/geany_symbol_highlight-1.37.1.zip (0)
A Win32/official_installers.zip (0)
M src/editor.c (9)
M src/symbols.c (89)
M src/symbols.h (6)
M src/ui_utils.c (36)
M src/ui_utils.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/3239.patchhttps://github.com/geany/geany/pull/3239.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3239
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3239(a)github.com>