Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work with terminal command with quotes (#1515)

2017-06-15 Thread elextr
Closed #1515.

-- 
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/1515#event-1126001624

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work with terminal command with quotes (#1515)

2017-06-15 Thread elextr
So solved.

-- 
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/1515#issuecomment-30709

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread elextr
This has been discussed elsewhere.  Scintilla supports multi-paste into 
multiple selections, but it is a choice, both single and multiple paste are 
useful in that situation.  The paste command infers the answer from what is on 
the clipboard, if its a single thing it pastes single and if its a multiple 
thing it pastes multiple. 

If the contents of the clipboard is a single entity the paste command cannot 
read the users mind and decide if they want to paste single or multiple.  A 
separate command is needed (or an option but that is considered to be less user 
friendly) for the other choice.  Pull requests are welcome.

-- 
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/850#issuecomment-30399

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread AdamDanischewski
Lol, I'm not sure of the Geany version at the time of the correspondence - yet 
your issue is now fixed to the best of my ability to discern. Now, it is this 
new "problem"/non-feature of not multi-pasting text from a single row that is 
copied. If you copy text from a single row then multi-select rows then it 
should be presumed that you expect the text to be copied into each row - 
otherwise, you would not have made the multi-row selection for the paste. 

-- 
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/850#issuecomment-308876847

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread Abel Serrano Juste
@AdamDanischewski yeah! It took you nine months to understand what I was 
talking about :stuck_out_tongue_winking_eye: 

-- 
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/850#issuecomment-308819022

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-15 Thread you
x-terminal-emulator just executes the default terminal, which is lxterminal in 
my case.
If l replace `x-terminal-emulator` with e.g. `xterm`, the problem doesn't 
appear.

l just saw, there's already an issue: 
https://github.com/lxde/lxterminal/issues/23
The problem doesn't appear if l remove the quotes. Executing multiple commands 
seems also to work without quotes.

-- 
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/1515#issuecomment-308778976

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread AdamDanischewski
The multiple line past still needs work, as of Git 1.31. 
Here is what works: 
https://cloud.githubusercontent.com/assets/2631430/18294391/1b2bdeb2-7499-11e6-904b-d0b0db5d735d.gif"/>

What I would like to see working - is when you copy some text single line, then 
select multiple rows in a multi-line select and then paste the copied text into 
each multi-line row selected. 

Instead this is what is happening as of Geany 1.31: 
![geany](https://user-images.githubusercontent.com/10157303/27189120-5cbf5f18-51be-11e7-8543-e2924a07f1b3.gif)

It would also be useful if you could copy multiple lines of text then select 
the same number or more lines of text and paste the multi-line text copied into 
the selected area. This doesn't work either. 

-- 
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/850#issuecomment-308775839

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread AdamDanischewski
Reopened #850.

-- 
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/850#event-1125297704

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread AdamDanischewski
Closed #850.

-- 
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/850#event-1125268346

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-15 Thread AdamDanischewski
Reopened #850.

-- 
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/850#event-1125240382

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-15 Thread elextr
Well probably best to raise that on x-terminal-emulators issues.

-- 
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/1515#issuecomment-308698959