I use a [Autoclose](https://plugins.geany.org/autoclose.html) plugin and i set for close `< >`. Apart from that, i have active the option `XML/HTML tag auto-closing` (Preferences > Editor > Completions).
The issue is that when i write `<` the autoclose plugin works and type ` >`, and i expect that the html tag autoclose but nothing happens. When i deactivate in autoclose plugin the signs `<>` and i write each one characters geany autocomplete the html tag.
This situation is so frustrating when i edit a lot of html files, ¿Is possible fix this behavior?
--
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-plugins/issues/773
I use a [Autoclose](https://plugins.geany.org/autoclose.html) plugin and i set for close `< >`. Apart from that, i have active the option `Automatic close XML/HTML tags` (Preferences > Editor > Complet...).
The issue is that when i write `<` the autoclose plugin works and type ` >`, and i expect that the html tag autoclose but nothing happens. When i deactivate in autoclose plugin the signs `<>` and i write each one characters geany autocomplete the html tag.
This situation is so frustrating when i edit a lot of html files, ¿Is possible fix this behavior?
--
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/1954
Dear developers and creators of Geany!
For GitHub, its darkest hour has come. It has been bought by the company
that has stained reputation within the open-source community - Microsoft
(https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-dev…).
Yes, now this company spreads its motto "Microsoft Loves Open Source!"
(https://open.microsoft.com/), but its words have nothing to do with
their deeds and has to be red as "Embrace, Extend and Extinguish"
(https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish).
It uses its software patents to push free software developers
(http://techrights.org/2016/03/10/charm-offensives-distract/). Many
projects that was involved to any collaboration with them, have been
discontinued or brought to the state of unusability (Skype, Nokia,
Linkedin etc). And Microsoft has already had its own code hosting -
Codeplex (https://en.wikipedia.org/wiki/CodePlex), that is the irony.
It's not so difficult to assume that Github will share its fate. You can
not reason with a tiger when your head is in his mouth.
So, the best way now is not to wait of worsening situation, find an
alternative (GitLab, BitBucket etc) and move this project to it. It's
easier to avoid the problem than to solve it.
This text can be changed, used and distrubited without any restriction
and the authorship.
--
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/1870
Hello,
Running 1.33 under Windows 10.
I notice the following behavior:
* select text in Geany
* hit Ctrl +C: it seems that the text is copied to some internal clipboard of Geany. Meaning I can paste in Geany, but in other apps (Firefox, Outlook, notepad), I get nothing out of a paste
* if I do the copy using right click and copy, everything works as expected, I can paste in Geany or outside
thanks for your help
--
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/1945
Unable to perform version check.
Error code: 6
Error message: »Unacceptable TLS certificate«
Here's the debug:
19:57:29: Updatechecker MESSAGE : Checking for updates (querying URL "http://geany.org/service/version.php")
19:57:30: Updatechecker WARNING : Connection error: Code: 6; Message: Unacceptable TLS certificate
--
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-plugins/issues/761
I installed geany-plugins, and activated mardown plugin.
When I create an `.md` doc like this:
```
# Test of TOC
**Contents**
1. [Introduction](#Introduction)
2. [Installation](#Installation)
# Introduction
asd;lfk asdklf ja;sldkfj a;ldfk j
(a full page like this)
# Installation
asd;lfk asdklf ja;sldkfj a;ldfk j
(a full page like this)
```
Then, in the side pane with Mardown Preview, the links in the table of contents do not work.
(In my tests ,there were many pages of text in each section, to make sure it would navigate down if the links in TOC work to work)
If I generate the `html` with `menu/tools/Export Markdown as Html...`, I get this: ( I did not change the template or any of the settings for Markdown plugin)
``` html
<html>
<head>
<style type="text/css">
body {
font-family: Serif;
font-size: 12pt;
background-color: #ffffff;
color: #000000;
}
code {
font-family: Mono;
font-size: 12pt;
}
</style>
</head>
<body>
<h1>Test of TOC</h1>
<p><strong>Contents</strong></p>
<ol>
<li><a href="#Introduction">Introduction</a></li>
<li><a href="#Installation">Installation</a></li>
</ol>
<h1>Introduction</h1>
<p>asd;lfk asdklf ja;sldkfj a;ldfk j</p>
<p>(a full page like this)</p>
<h1>Installation</h1>
<p>asd;lfk asdklf ja;sldkfj a;ldfk j</p>
<p>(a full page like this)</p>
</body>
</html>
```
When I open this in a browser (Chrome), the links in TOC don't work either.
If I edit the html so that to have a
```html
<a name="Introduction"></a>
```
besides
```html
<h1>Installation</h1>
```
then the links work, as expected.
So: is it a problem with my installation, or ...?
It's on Windows 7; I installed the plugins from https://plugins.geany.org/downloads.html
```
19:22:24: Geany INFO : GTK 2.24.32, GLib 2.54.3
19:22:24: Geany INFO : System data dir: C:\Program Files\Geany\data
19:22:24: Geany INFO : User config dir: C:\Users\Admin\AppData\Roaming\geany
19:22:25: Geany INFO : System plugin path: C:\Program Files\Geany\lib\geany
```
--
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-plugins/issues/771
When started as `geany -n`, the file which was (in case of "Load files from the last session") or will be opened first, remains uncolored! No syntax highlighting.
Experienced with .cpp files. There was no project open. geany version is 1.32. The filetype of the colorless file is -- seemingly -- recognized. (Correctly, as "C++".)
--
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/1948
When using the split window plugin, when typing in the second window, pressing Ctrl-Z will undo in the original window instead of the selected second window.
--
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-plugins/issues/770