[Github-comments] [geany/geany] Dont send the complete "string" with "contextual action" (#2338)

Andrés Zotelo notifications at xxxxx
Fri Oct 4 18:34:13 UTC 2019


Hi, I have installed Geany in Windows 10 
- the "**about window**" give me this info : 
  - Geany 1.36
  - (compilado el día Sep 28 2019 o después) => (compiled on Sep 28 2019 or after)
  - GTK+ v2.24.32 & GLib v2.60.6

- **Here the problem**
  - when I **select a "text"** with the mouse and click over it with the **"contextual action"**( from de contextual menu ), the **"text sended"** to the **"command"** is NOT the same that I select with the mouse.

- "Test for the problem"
  - In the widget "Contextual Action" of the "Preference Dialog" I set the value :
    - C:\eid\xampp\htdocs\desarrollo\Sf_cfg\pcontextual.bat %s
  - this is the "content" of "pcontextual.bat" file : 

@ ECHO OFF

ECHO VALUE SELECTED  : %1
PAUSE
  - finally while editing a file inside "Geany" I select the following "text"
    - **/pseudocode/action/open-config/key=/pseudocode/action/:**
    - the value "echoed" by "pcontextual.bat" is :
      - **/pseudocode/action/open-config/key**
    - so, what is happening is that it "delete" everything after "="( also the "=" )
  - I have previously installed Geany( version 1.30) **_in Ubuntu_**, and doing the same process 
    ( with an equivalent "sh" ) gives me the **"complete text"**( **/pseudocode/action/open-config/key=/pseudocode/action/:** )

Thanx in advance, hugs from Andrés Zotelo


  

-- 
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/2338
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191004/327da1cf/attachment-0001.html>


More information about the Github-comments mailing list