It would be a huge benefit to allow the user to browser through a document via e.g. table of content so jumping to a specific section would be possible.
---
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/429
In some cases user wants to change the usage of an environment in a complete document. This could be done by search&replace but an more intelligent, LaTeX aware solution would be nice
---
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/428
* More common examples
* Parsing document for already used ones and offering them for faster direct access
---
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/427
* recognize other \usepackage{} entries
* extend list of example
* make example list extensible
---
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/426
Hello,
Would it be possible to have smooth scrolling enabled in Geany ? Currently, scrolling is done line by line, and it's very painful especially when it's a big file, because the eyes are not fast enough to "adapt".
---
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/1034
If your Custom Command outputs some text, it's not inserted in the cursor place, it replaced the whole line. Steps to reproduce:
1. Open Edit -> Format -> Send Selection to -> Set Custom Commands
2. Add new command `echo "foobar"`, click `Ok`
3. Place the cursor in empty line and type some text. For example `important text`
4. Press Ctrl+1 to perform the created command. Number may differ if it's not your first custom command.
Result: the line has been completely replaced by `foobar` text.
Expected result: the `foobar` added after the `important text`
---
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/1035
> Thought it was a Geany bug, as other apps display that menu correctly.
It was working correctly on Ubuntu 14.04 geany 1.23 though.
To be clear, Geany just uses the standard GTK 2 library calls to draw the menus. In the normal GTK library that displays at the top of the application window, but Ubuntu ships a modified GTK library that displays the separated menu.
Probably the Ubuntu library isn't as well tested as the standard GTK library since that is used on many more systems. Also as some of the Geany menus are variable, Geany might delve further into some of the darker corners of the library than other applications. There has always been a small trickle of issues relating to the Unity menus but nobody has suggested any solutions.
---
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/633#issuecomment-219010231
Ok,
Thought it was a Geany bug, as other apps display that menu correctly.
It was working correctly on Ubuntu 14.04 geany 1.23 though.
I wonder if Ubuntu has changed the way to deal with that.
BTW my system config in All Settings -> Appearance -> Behaviour:
Show the menus for a window in the windows title bar
Menus visibility -> Always displayed
Thanks for your help, really appreciated
2016-05-13 10:47 GMT+01:00 elextr <notifications(a)github.com>:
> @peterrobles <https://github.com/peterrobles> unfortunately that menu is
> entirely done by Unity and Ubuntu's own hacks, Geany does not hide the
> menu, as you can see from the discussion above. So you would be better off
> asking on a Ubuntu forum.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub
> <https://github.com/geany/geany/issues/633#issuecomment-218999616>
>
---
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/633#issuecomment-219004028