As the output provided by James Plate
(https://bugs.launchpad.net/ubuntu/+source/gedit-
plugins/+bug/995747/comments/5) suggests, process_read_buffer() in
/usr/lib/gedit/plugins/externaltools/capture.py isn't passed the
'source' argument. That way the processing terminates and the last
buffer of the external command's output is lost. Adding the parameter
(see patch) solved it for me.

** Patch added: 
"gedit-externaltools-capture.py-process_read_buffer-source-parameter.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/995747/+attachment/3145546/+files/gedit-externaltools-capture.py-process_read_buffer-source-parameter.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/995747

Title:
  Gedit: Remove trailing spaces feature removes last line.

Status in “gedit-plugins” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.04 LTS, 64Bit
  Gedit 3.4.1

  Here's what happend.
  1. Launch gedit.
  2. Create new file type. I am writing PHP file when I noticed it. So I 
created a PHP file.
  3. Put some codes/strings in there. Be sure your last line is a text.
  4. Use Remove trailing spaces feature of gedit.
  5. Observe, the last line will be trimmed.

  
  I expect, only trailing spaces will be removed.
  I found out that the last line was also remove.
  I also use other programming languages and still removes the string.
  Attached is the sample string I made.
  Open it with gedit 3.4.1 and remove trailing spaces.
  The comment should not be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/995747/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to