Hello.
I used to work with notepad ++ in windows, now I want to switch to Geany.
I had a script based on the NppExec plugin.
```
cd $ (CURRENT_DIRECTORY)
"C:\programming\compiler.exe" "$ (FILE_NAME)" "-oF: JOB_DIR\plugins\$(NAME_PART).spwn"
```
The principle of his work is:
1. Go to the directory in which we work.
2. To the compiler we indicate the file to be compiled. The file that is open in the current tab.
3. The compiled file is placed in the specified directory.
The file name corresponds to what is open in the tab.
For example, the tab is open: test.txt, and the output will be test.spwn.
How to do this?
--
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/2044
The original intention was to easily build RPM packages by
users and developers. Nowadays, there are professional
Fedora, Suse and whatever RPM spec files available
for the according distributions.
So we can remove this unmaintained file to reduce confusions.
Fixes #2044.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2064
-- Commit Summary --
* Remove unused spec (RPM) file
-- File Changes --
M .gitignore (1)
M Makefile.am (1)
M README.Packagers (2)
M configure.ac (1)
D geany.spec.in (107)
-- Patch Links --
https://github.com/geany/geany/pull/2064.patchhttps://github.com/geany/geany/pull/2064.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/2064
Good day.
Found the following.
Geany: Geany 1.34.1, Russian_Russia.1251
Geany: GTK 2.24.32, GLib 2.58.1
**1.**
Consider the following plain text:
```
123
456
```
After 123 follow five empty lines, field 456 follows one empty line.
**2.**
Open **Search/Find**
**Search for**: `(?s)^(.*)\n(.*\1)`
**Replace for**: `\2`
[v] Use regular expressions
[v] Use multi-line matching
**3**.
Repeat pressed button "In document" while replace not stoped and get next text:
```
123
456
```
**4.**
Create a new empty file and paste the text from step 3
**5.**
Repeat the procedure from steps 2 and 3. The line between 123 and 456 will be deleted.
Can you tell me what is wrong?
--
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/2096
I struggle with accidently hitting the 'code folding' all the time.
--
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/2095