Geany Newsletter #4 -------------------
About Geany ===========
Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME - Geany only requires the GTK2 runtime libraries.
More information about Geany can be found at `geany.org http://www.geany.org/`_.
Table of contents =================
1 About Geany 2 Geany 0.21 has been released 3 Geany-Plugins 0.21 has been released 3.1 New Plugins 3.2 Updates and Bugfixes 3.2.1 General 3.2.2 Addons 3.2.3 GeanyLaTeX 3.2.4 GeanySendMail 3.2.5 Spell Check Plugin 3.2.6 Updatechecker 3.2.7 WebHelper 3.2.8 Internationalisation 4 Geany-Plugins 0.21.1 has been released 5 Geany moved to Git 6 Change of project leadership 7 Geany local 7.1 Geany at OpenRheinRuhr 2011 8 Let us introduce you 8.1 Plugin Focus 8.1.1 Split Window 8.2 Feature Focus 8.2.1 Colour Schemes 9 People behind Geany -- Interview 9.1 Enrico Tröger 10 About this newsletter
Geany 0.21 has been released ============================
After about 6 months of development, on 2 October 2011 Geany 0.21 was been released. There have been a lot of changes, so only the highlights are listed below:
* Add support for real-time symbol parsing. * Fix loading of non-UTF-8 templates. * Update Scintilla to version 2.25. * Add Scala custom filetype (werg). * Add Cython custom filetype (Matthew Brush). * Add support for separate single and multiline comments. * Add support for filetype-specific indentation settings. * Add filetype Cobol (Seth Keiper). * SplitWindow plugin now works on Windows too. * Add translations: fa. * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt, pt_BR, sl, sv, tr, vi, zh_CN, zh_TW.
A more complete list can be found on http://www.geany.org/Documentation/ReleaseNotes
Source tarballs as well as Windows binaries can be found as always on http://download.geany.org.
Geany-Plugins 0.21 has been released ====================================
On 23 October 2011, about three weeks after Geany 0.21, Geany-Plugins in its final version has been released. As seen in former newsletters it has been a quite active time on plugin development, so we are trying to give you an overview on one hand as well as digging into some of the bigger changes that have happened.
New Plugins ^^^^^^^^^^^
Most of the new plugins have been already described in one of the previous editions of this newsletter. However, so only a short overview is provided here.
* **Debugger**: A plugin to integrate debuggers like GDB. This is replacing GeanyGDB in many places. * **Devhelp**: Integration for GNOME's Devhelp and google code search. * **GeanyPG**: Encryption, decryption, signing etc. from within Geany via GnuPG. * **GeanyMacro**: A plugin to record and apply macros. * **GeanyNumberedBookmarks**: A plugin to store bookmarks to files and access them easily via a number. * **Tableconvert**: A plugin to convert lists into tables. * **XMLSnippets**: Helps on inserting (common) XML-snippets.
Updates and Bugfixes ^^^^^^^^^^^^^^^^^^^^
General #######
Significant rework has been done on the Autotools build system as well as some maintenance work on the Waf-build system.
Addons ######
* DocList addon: Add preference to define the order of the documents in the list (#3204573) * Tasks addon: Activate and update the task list when the Tasks addon is enabled
GeanyLaTeX ##########
* Moved LaTeX menu to a separate menu inside Geany main menu * Added a feature to autocapitalise letters on typing at the beginning of a sentence * Added a way to put an icon for LaTeX wizard into Geany's main toolbar * Added a dialog for inserting BibTeX references based on available *.bib-files * Upgrade plugin API to version 199 * Ensure not to insert {} after ^ and _ * Adding a keystroke to toggle inserting {} after ^ and _ * Fixed an issue with wrong inserted formatting using a keybinding * Small update to enable i18n also on Geany >= 0.21 * Various bugfixes and memory leak fixes.
GeanySendMail #############
* Some minor cleaning up of code * Fix for an issue with replacing of command string when %r was not used * Don't double free a variable which might end up in a segmentation fault when using plugin function more than once. * Small update to enable i18n also on Geany >= 0.21
Spell Check Plugin ##################
* Reduce artifacts on partially checked words * Improve `Check as you type' feature, making it more reliable
Updatechecker #############
* Fix an issue with init threads for older GTK/glib versions by updating to Geany API version 203. * Small update to enable i18n also on Geany >= 0.21 * Fix a typo inside Waf-build system
WebHelper #########
* Fix creation of configuration directory in some cases * Fix missing update of navigation buttons on anchor links * Fix thread initialization problem * Fix some issues with keybindings on secondary windows * Add a keybinding to show/hide web view's window (bug #3156262) * Allow for better configuration of secondary windows
Internationalisation ####################
* Updated translations: de, pt, ru, tr
Geany-Plugins 0.21.1 has been released ======================================
Shortly after the major release of Geany-Plugins 0.21, an issue with the build system was found which blocked installation of source tarballs using the Waf-build system. This has been fixed inside a minor source release. The Windows binary release isn't affected by this issue.
Geany moved to Git ==================
After a long discussion on the mailing list Geany finally moved to Git as the main version control system. The goal is to be more flexible on including patchsets from non-core-developers as well as making use of a number of other features of Git. The new home of the Git repository is http://github.com where you can access Geany's sources at https://github.com/geany/geany
During this switch, sources of other Geany-related resources have been moved to GitHub as well and can be found on the overview page at https://github.com/geany
Change of project leadership ============================
If you have been using Geany for a while and read the announcement of Geany 0.21's release, you might have noticed something important. The leadership of the Geany project has changed from Enrico Tröger to Colomban Wendling, a current member of the development team. Enrico's priorities changed so he decided it would be best if someone else took on the leadership role. During Enrico's time as leader, Geany has continued to gain in popularity and improve, whilst staying true to its original design goals.
Thank you, Enrico, for all that you have done, and thanks for taking over Colomban.
Geany local ===========
Geany at OpenRheinRuhr 2011 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Together with the guys of Xfce, Geany was presented with another booth at the annual OpenRheinRuhr at November, 11th and 12th in Oberhausen, Germany -- A convention about all topics around Linux, BSD and free software in general. The booth was again well visited and people came not only to ask for help, but also just for having a little chat with Enrico and Frank and discuss about Geany releated topics.
Let us introduce you... =======================
This section is intended to introduce particular plugins or features on a regular basis.
Plugin Focus ^^^^^^^^^^^^
Split Window ############
The Split Window plugin provides a feature which is so useful you'll never want to be without it. When enabled, choose Tools > Split Window > Side by side | Top and bottom from the main menu and the active window is split into two editing panes. Each pane can be navigated independently of the other, complete with its own scrollbar.
In each window you can edit separate parts of the same file, with each pane updated instantly with the changes made in the other. When you want to return to "normal" view, choose Tools > Split Window > Unsplit from the main menu. It's not possible to again split the active window, only unsplit.
The plugin was intended to allow you to work on the *same* file but thanks to a "hidden" feature you can work on two different files loaded in the split view. If you open a file while in split window mode, it's loaded in the inactive pane. You can then switch between the split view of the same file or the different files via the file tabs (under the menu bar) as normal. Note that it's not possible to change the file shown in the right-hand pane when Split Window is active.
Feature Focus ^^^^^^^^^^^^^
Colour Schemes ################
Introduction ++++++++++++
Geany supports colour schemes which allow you to change the colours applied to various code elements. Two colour schemes are provided with Geany: Default and Alternate but many more are available (see below). To change the colour scheme, select from the menu View > Editor > Colour Schemes > PREFERRED_COLOUR_SCHEME. The colour scheme change is immediate but the list of available schemes is only loaded when Geany starts.
Adding Colour Schemes +++++++++++++++++++++
More colour schemes are listed on the Geany Add-ons web page. For the individual schemes, follow the instructions given by their authors. One of the biggest set of schemes was created by codebrainz. The collection is listed on the add-ons page but is hosted at https://github.com/codebrainz/geany-themes Follow the installation instructions given on the page, then restart Geany and all schemes will then be listed in the Colour Schemes menu.
How Colour Schemes Work +++++++++++++++++++++++
Geany's colour schemes' format has changed over time, so there's a "legacy" format and the current, preferred format. Schemes in the different formats can be mixed but the current format is easier to maintain and modify. In this issue the focus is on the new format but if readers want it, the legacy format could also be featured in a future newsletter.
Current colour scheme format ++++++++++++++++++++++++++++
The current colour scheme format works by first defining the colours to be applied to a file type's elements. This is an extract from a colour scheme named "Oblivion2":
default=0xffffff;0x2e3436;false;false tag=0x729fcf;0x2e3436;true;false tag_unknown=0xffffff;0x8C0101;true;false
File types and their elements are defined in a file named filetypes.<FILETYPE>: e.g. filetypes.xml, filetypes.html. All filetype files are stored in the 'filedef' directory in Geany's personal data directory. This is an extract from the file type file for HTML:
[styling] # Edit these in the colorscheme .conf file instead html_default=default html_tag=tag html_tagunknown=tag_unknown
When Geany applies syntax highlighting to a file which matches a filetype, it matches the element (defined in the filetype's file) with the matching colour (defined in the colour scheme's file). The advantage of this scheme over the legacy version is that modifying a colour scheme for all filetypes requires changes to just one file.
People behind Geany -- Interview =================================
This is the second in a series of interviews with Geany's contributors: core developers, plugin developers, translators, wiki maintainers and any other job we can think of. The purpose of the interviews is to get to know each of these people a little better: their hopes, dreams, plans and favourite Geany plugin.
Enrico Tröger ^^^^^^^^^^^^^
As is mentioned above, Enrico Tröger recently stepped down as leader of the Geany project. In this interview he talks about his history with the project.
*What motivates you to develop or contribute to FLOSS projects?*
There are different reasons. Most often it is that I want to improve existing software by fixing bugs, adding features I'd like to use and so on. So this is a rather pragmatic reason. Nevertheless, I believe in Free Software and this is another reason why I contribute to Free Software. Free Software allows people to read and modify the source code to their needs, so in theory everyone can make the software or change it to his/her needs. Based on my experience, most people push back their changes and so the developers can include them if appropriate. This is only one of the advantages of Free Software. I doubt this would be possible with paid software projects, at least not as long as they are not free.
*How did you become Geany's project leader?*
This was much simpler than you might imagine: I created the project :).
*What is involved in being Geany's project leader?*
Many different things. It all starts with knowing the project, knowing the people involved and ideally knowing the code base :). I think the project leader should coordinate the development and communicate with the community, making the project a project and not just a bunch of lines of code. Also, at least in the Geany case in the past, the project leader makes the releases though this is not necessarily a project leader task.
Users, package maintainers and other external people often contact the project leader directly via mail or on IRC to say 'thank you', ask questions about Geany or to discuss project related topics. So this is another task for the project leader.
And certainly there are many other aspects which I forgot to list.
*What goals did you have when you started as project leader? Did you achieve those goals?*
As I didn't explicitly start as project leader but instead just started the project, I didn't have any specific goals to achieve as project leader however I did have goals to achieve with Geany as project. These goals mostly were to create an editor which fits my needs so that I can use it to write code and other text documents without thinking about the editor, how it behaves, why it is so slow or doesn't do what I want. As you see, these were quite personal goals. In the meantime, as those goals basically were achieved with Geany 0.1, the goals changed to be more general: a light and fast editor with basic features of an IDE, without unnecessary dependencies to other libraries yet with useful features. Oh, and we achieved these goals as well though that doesn't mean Geany can't get better anymore. There is always room for improvements and new useful features.
*What were some of the highlights of your time as project leader?*
Hard to name particular highlights. One great thing which kept from the beginning to now is to receive mails from users who just say 'thank you, Geany is great program'. This is always great to read and always increases motivation to continue working on Geany (in whatever way). I didn't experience anything like this before and would have never expected it. But it's really nice. Maybe another highlight worth mentioning is the many things I learned during time working on Geany. This includes learning how other people use Geany or certain features of Geany, to work with the community and to read other people's code and learn from it.
*Are there particular improvements/change/features of which you're proud?*
The community. Ok, the community is not an improvement, change or feature :). But this is what Geany makes Geany. Without the many users and contributors, Geany would not be as cool and as stable and as feature-rich as it is now. Thank you all for using and improving Geany, keep up!
*How does a FLOSS project balance welcoming contributions with keeping within the project's original goals and scope? In other words, avoid scope creep?*
In Geany's case, luckily there were not much conflicts in accepting new features and the overall goal to keep fast and lightweight. However, I think a few times we had to deny a feature request for such reasons or because it the requested feature didn't fit into Geany. This went much better since Nick introduced the plugin interface so that features which don't fit into Geany's core, can be easily implemented as a plugin. Nevertheless, denying a feature request, especially when it was obvious that it would actually help the user who requested it but still doesn't fit into Geany, was hard for me. It's like "I decide that you will not get this functionality". Not a nice job. As said, luckily this didn't happen so often.
*Do you have any hopes or dreams for Geany's future?*
Of course: Geany should stay on its road it has been all the time. This is, keeping fast and lightweight while offering many useful features to the user. Moreover, I really hope and wish, the current fast and intense development in the community keeps going so that Geany will evolve further and get even better than it is already :).
About this newsletter =====================
This newsletter has been created in cooperation by people from Geany's international community. Contributors to this newsletter and the infrastructure behind it, ordered by alphabet:
* Colomban Wendling * Enrico Tröger * Frank Lanitz * Lex Trotman * Russell Dickenson
On 12/04/2011 11:57 AM, Frank Lanitz wrote:
[...] tabs (under the menu bar) as normal. Note that it's not possible to change the file shown in the right-hand pane when Split Window is active.
Great work again guys!
Just one thing, the Split Window plugin does allow changing the split view document, it's just not very obvious. In the split view, there's a toolbar along the top, the button in the left of this is to show the current document (from the document notebook), and just to the right of this there's a drop-down button/menu (down arrow) which allows you to show any of the other open documents.
Cheers, Matthew Brush
D'oh! OK, that's error is entirely my fault. I'll correct the newsletter and publish an errata item in issue 5 in case anyone's read the original and doesn't re-read it.
Thanks for pointing out the error, Matthew.
On 5 December 2011 09:22, Matthew Brush mbrush@codebrainz.ca wrote:
On 12/04/2011 11:57 AM, Frank Lanitz wrote:
[...]
tabs (under the menu bar) as normal. Note that it's not possible to change the file shown in the right-hand pane when Split Window is active.
Great work again guys!
Just one thing, the Split Window plugin does allow changing the split view document, it's just not very obvious. In the split view, there's a toolbar along the top, the button in the left of this is to show the current document (from the document notebook), and just to the right of this there's a drop-down button/menu (down arrow) which allows you to show any of the other open documents.
Cheers, Matthew Brush _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Mon, 5 Dec 2011 09:40:18 +1000 Russell Dickenson russelldickenson@gmail.com wrote:
D'oh! OK, that's error is entirely my fault. I'll correct the newsletter and publish an errata item in issue 5 in case anyone's read the original and doesn't re-read it.
I think we only should add this to next version of newsletter. Patching an already sent one is IMHO not needed.
cheers, Frank
Frank,
After thinking about it some more I agree. The published newsletter should remain "as is", even with errors. I will definitely publish an errata, probably in the news issue.
On 10 December 2011 18:52, Frank Lanitz frank@frank.uvena.de wrote:
On Mon, 5 Dec 2011 09:40:18 +1000 Russell Dickenson russelldickenson@gmail.com wrote:
D'oh! OK, that's error is entirely my fault. I'll correct the newsletter and publish an errata item in issue 5 in case anyone's read the original and doesn't re-read it.
I think we only should add this to next version of newsletter. Patching an already sent one is IMHO not needed.
cheers, Frank -- http://frank.uvena.de/en/
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Would some kind soul please email me the Newsletter Issue #4? I just subscribed to this list and got on in the middle of this conversation. Also, I checked the archives and it's not there yet.
Thanks One4Him,
Jerry Van Brimmer
From: Russell Dickenson russelldickenson@gmail.com To: Geany general discussion list geany@uvena.de Sent: Sunday, December 11, 2011 1:53 AM Subject: Re: [Geany] Geany Newsletter Issue #4
Frank,
After thinking about it some more I agree. The published newsletter should remain "as is", even with errors. I will definitely publish an errata, probably in the news issue.
On 10 December 2011 18:52, Frank Lanitz frank@frank.uvena.de wrote:
On Mon, 5 Dec 2011 09:40:18 +1000 Russell Dickenson russelldickenson@gmail.com wrote:
D'oh! OK, that's error is entirely my fault. I'll correct the newsletter and publish an errata item in issue 5 in case anyone's read the original and doesn't re-read it.
I think we only should add this to next version of newsletter. Patching an already sent one is IMHO not needed.
cheers, Frank -- http://frank.uvena.de/en/
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Sun, 11 Dec 2011 14:30:36 -0800 (PST), J. wrote:
Would some kind soul please email me the Newsletter Issue #4? I just subscribed to this list and got on in the middle of this conversation. Also, I checked the archives and it's not there yet.
I doubt that: http://lists.uvena.de/geany/2011-December/007556.html
Regards, Enrico
Thank you. For some reason, the archive page I looked at didn't show it.
From: Enrico Tröger enrico.troeger@uvena.de To: geany@uvena.de Cc: J. Van Brimmer jwfj77@ymail.com Sent: Sunday, December 11, 2011 2:35 PM Subject: Re: [Geany] Geany Newsletter Issue #4
On Sun, 11 Dec 2011 14:30:36 -0800 (PST), J. wrote:
Would some kind soul please email me the Newsletter Issue #4? I just subscribed to this list and got on in the middle of this conversation. Also, I checked the archives and it's not there yet.
I doubt that: http://lists.uvena.de/geany/2011-December/007556.html
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.asc
Am Sonntag, den 11.12.2011, 14:58 -0800 schrieb J. Van Brimmer:
Thank you. For some reason, the archive page I looked at didn't show it.
In case you mean http://newsletter.geany.org/newsletters.php, this wasn't listed until I merged the stuff to the website branch, but is fixed since Sunday. I've just added the Vol. 4 release on the wiki page as well:
https://wiki.geany.org/newsletter/start
I guess we should note down some doings (maybe on exactly that wiki page?) what has to be done when a newsletter is released.. :)
Regards, Dominic
Am 13.12.2011 00:47, schrieb Dominic Hopf:
Am Sonntag, den 11.12.2011, 14:58 -0800 schrieb J. Van Brimmer:
Thank you. For some reason, the archive page I looked at didn't show it.
In case you mean http://newsletter.geany.org/newsletters.php, this wasn't listed until I merged the stuff to the website branch, but is fixed since Sunday. I've just added the Vol. 4 release on the wiki page as well:
https://wiki.geany.org/newsletter/start
I guess we should note down some doings (maybe on exactly that wiki page?) what has to be done when a newsletter is released.. :)
I agree. Can you put something to master?
Cheers, Frank
Am Dienstag, den 13.12.2011, 07:06 +0100 schrieb Frank Lanitz:
Am 13.12.2011 00:47, schrieb Dominic Hopf:
Am Sonntag, den 11.12.2011, 14:58 -0800 schrieb J. Van Brimmer:
Thank you. For some reason, the archive page I looked at didn't show it.
In case you mean http://newsletter.geany.org/newsletters.php, this wasn't listed until I merged the stuff to the website branch, but is fixed since Sunday. I've just added the Vol. 4 release on the wiki page as well:
https://wiki.geany.org/newsletter/start
I guess we should note down some doings (maybe on exactly that wiki page?) what has to be done when a newsletter is released.. :)
I agree. Can you put something to master?
Added a new stub to the README.rst with this commit:
Regards, Dominic
I was referring to this link:
http://lists.uvena.de/pipermail/geany/2011-December/thread.html
But now, it's updated.
From: Dominic Hopf dmaphy@googlemail.com To: geany@uvena.de Sent: Monday, December 12, 2011 3:47 PM Subject: Re: [Geany] Geany Newsletter Issue #4
Am Sonntag, den 11.12.2011, 14:58 -0800 schrieb J. Van Brimmer:
Thank you. For some reason, the archive page I looked at didn't show it.
In case you mean http://newsletter.geany.org/newsletters.php, this wasn't listed until I merged the stuff to the website branch, but is fixed since Sunday. I've just added the Vol. 4 release on the wiki page as well:
https://wiki.geany.org/newsletter/start
I guess we should note down some doings (maybe on exactly that wiki page?) what has to be done when a newsletter is released.. :)
Regards, Dominic
-- Dominic Hopf http://dominichopf.de/
Key Fingerprint: A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Cheers Lex
On Mon, Dec 12, 2011 at 9:30 AM, J. Van Brimmer jwfj77@ymail.com wrote:
Would some kind soul please email me the Newsletter Issue #4? I just subscribed to this list and got on in the middle of this conversation. Also, I checked the archives and it's not there yet.
Thanks
One4Him, Jerry Van Brimmer
From: Russell Dickenson russelldickenson@gmail.com To: Geany general discussion list geany@uvena.de Sent: Sunday, December 11, 2011 1:53 AM Subject: Re: [Geany] Geany Newsletter Issue #4
Frank,
After thinking about it some more I agree. The published newsletter should remain "as is", even with errors. I will definitely publish an errata, probably in the news issue.
On 10 December 2011 18:52, Frank Lanitz frank@frank.uvena.de wrote:
On Mon, 5 Dec 2011 09:40:18 +1000 Russell Dickenson russelldickenson@gmail.com wrote:
D'oh! OK, that's error is entirely my fault. I'll correct the newsletter and publish an errata item in issue 5 in case anyone's read the original and doesn't re-read it.
I think we only should add this to next version of newsletter. Patching an already sent one is IMHO not needed.
cheers, Frank -- http://frank.uvena.de/en/
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Am 11.12.2011 23:40, schrieb Lex Trotman:
Yepp. I missed to update the website-branch on git. mea culpa. and thx to dmaphy ;)
Cheers, Frank
Perhaps this is better put as a formal bug report.
I noted just a little while ago that when in split view with the same file in each view that trying to paste into the bottom view would paste the text from where I copied it in the top view even though the cursor was clearly active in the bottom view. I had enabled the split view plugin without restarting Geany, if that makes a difference.
- Nate >>
On Mon, Dec 5, 2011 at 11:07 AM, Nate Bargmann n0nb@n0nb.us wrote:
Perhaps this is better put as a formal bug report.
I noted just a little while ago that when in split view with the same file in each view that trying to paste into the bottom view would paste the text from where I copied it in the top view even though the cursor was clearly active in the bottom view. I had enabled the split view plugin without restarting Geany, if that makes a difference.
IIRC this is a known limitation of the split view, but make a bug report anyway so it doesn't get lost.
In the meantime a workaround (at least on Linux) is to paste from one window to the other using the middle mouse button to paste the highlighted text.
Cheers Lex
- Nate >>
--
"The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true."
Ham radio, Linux, bikes, and more: http://www.n0nb.us _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
* On 2011 04 Dec 18:24 -0600, Lex Trotman wrote:
On Mon, Dec 5, 2011 at 11:07 AM, Nate Bargmann n0nb@n0nb.us wrote:
Perhaps this is better put as a formal bug report.
I noted just a little while ago that when in split view with the same file in each view that trying to paste into the bottom view would paste the text from where I copied it in the top view even though the cursor was clearly active in the bottom view. I had enabled the split view plugin without restarting Geany, if that makes a difference.
IIRC this is a known limitation of the split view, but make a bug report anyway so it doesn't get lost.
I'll check into doing so.
In the meantime a workaround (at least on Linux) is to paste from one window to the other using the middle mouse button to paste the highlighted text.
For some reason, I have had difficulty using the middle-button paste with Geany where nothing will paste. I am Using Debian Sid with XFCE and its Clipman clipboard manager. I also use Geany in a GNOME3 environment with gnome-shell on a laptop. I will have to see if the problem exists there.
- Nate >>
On Mon, Dec 5, 2011 at 11:46 AM, Nate Bargmann n0nb@n0nb.us wrote:
- On 2011 04 Dec 18:24 -0600, Lex Trotman wrote:
On Mon, Dec 5, 2011 at 11:07 AM, Nate Bargmann n0nb@n0nb.us wrote:
Perhaps this is better put as a formal bug report.
I noted just a little while ago that when in split view with the same file in each view that trying to paste into the bottom view would paste the text from where I copied it in the top view even though the cursor was clearly active in the bottom view. I had enabled the split view plugin without restarting Geany, if that makes a difference.
IIRC this is a known limitation of the split view, but make a bug report anyway so it doesn't get lost.
I'll check into doing so.
In the meantime a workaround (at least on Linux) is to paste from one window to the other using the middle mouse button to paste the highlighted text.
For some reason, I have had difficulty using the middle-button paste with Geany where nothing will paste. I am Using Debian Sid with XFCE and its Clipman clipboard manager. I also use Geany in a GNOME3 environment with gnome-shell on a laptop. I will have to see if the problem exists there.
Works for me on LMDE xfce4, note middle mouse pastes the currently highlighted text, not the clipboard (its old school Unix). Its only a workaround.
Cheers Lex
- Nate >>
--
"The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true."
Ham radio, Linux, bikes, and more: http://www.n0nb.us _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 11-12-04 04:07 PM, Nate Bargmann wrote:
Perhaps this is better put as a formal bug report.
I noted just a little while ago that when in split view with the same file in each view that trying to paste into the bottom view would paste the text from where I copied it in the top view even though the cursor was clearly active in the bottom view. I had enabled the split view plugin without restarting Geany, if that makes a difference.
There's already at least a couple bug reports[1][2] about this so it might be better to just comment on those, if anything. Of course a patch would get things moving quicker :)
Cheers, Matthew Brush
[1] https://sourceforge.net/tracker/index.php?func=detail&aid=2983145&gr... [2] https://sourceforge.net/tracker/index.php?func=detail&aid=3427482&gr...