<blockquote>
<p>Geany looks nice, attractive and useful, but the way the Python(interpreter) output is displayed (terminal) is stopping me from actually using it. I guess I'm just to used to the Scite's output (display and feature wise).</p>
</blockquote>
<p>Geany distinguishes between running tools (eg compilers) from running user programs.</p>
<p>Tool output is scanned for messages referring to the source code and those lines are highlighted and made clickable in the compiler tab and the user has no ability to interact with the tool (since that is how most tools work, and so nobody has added such a capability).</p>
<p>But output from the user programs is displayed in a terminal because that is where they will normally expect to be run (at least if they are command line tools) and that makes user interaction possible.</p>
<p>As <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> said programs can be run in the embedded terminal or external terminals, but its still a terminal, obeying the TERMCAP specs and matching where such a program would normally be run and meaning that if the program outputs colour information that will be shown.</p>
<p>So your Python output looks like it will when Python is run on the command line.</p>
<blockquote>
<p>Are there any option available that I could try to get the Python output in a more Scite-output-pane look?</p>
</blockquote>
<p>No, Scite seems to be applying its own colouration to it, ie it isn't behaving as a terminal.  That would need somebody to write a plugin that behaved in that way as its unlikely to be added to core.</p>
<blockquote>
<p>Just in case. Might it even be possible, to 'somehow' use Scite itself for displaying the output?<br>
(both automatically, copy and pasting is of course out)</p>
</blockquote>
<p>The capability is not in Geany itself, and the GUI toolkit we use (GTK) has deprecated the facility for doing that, so although somebody could make a plugin to do it, it will go away at some point in the future.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1731#issuecomment-354576202">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ7UOpldlTdjVNGQawfUNf5RiES4yks5tFs8agaJpZM4RPeJO">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwajJANBPpmONUthmg6MTqJHAVBDks5tFs8agaJpZM4RPeJO.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1731#issuecomment-354576202"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@elextr in #1731: \u003e Geany looks nice, attractive and useful, but the way the Python(interpreter) output is displayed (terminal) is stopping me from actually using it. I guess I'm just to used to the Scite's output (display and feature wise).\r\n\r\nGeany distinguishes between running tools (eg compilers) from running user programs.  \r\n\r\nTool output is scanned for messages referring to the source code and those lines are highlighted and made clickable in the compiler tab and the user has no ability to interact with the tool (since that is how most tools work, and so nobody has added such a capability).\r\n\r\nBut output from the user programs is displayed in a terminal because that is where they will normally expect to be run (at least if they are command line tools) and that makes user interaction possible.\r\n\r\nAs @codebrainz said programs can be run in the embedded terminal or external terminals, but its still a terminal, obeying the TERMCAP specs and matching where such a program would normally be run and meaning that if the program outputs colour information that will be shown.\r\n\r\nSo your Python output looks like it will when Python is run on the command line.\r\n\r\n\u003e Are there any option available that I could try to get the Python output in a more Scite-output-pane look?\r\n\r\nNo, Scite seems to be applying its own colouration to it, ie it isn't behaving as a terminal.  That would need somebody to write a plugin that behaved in that way as its unlikely to be added to core.\r\n\r\n\u003e Just in case. Might it even be possible, to 'somehow' use Scite itself for displaying the output?\r\n(both automatically, copy and pasting is of course out)\r\n\r\nThe capability is not in Geany itself, and the GUI toolkit we use (GTK) has deprecated the facility for doing that, so although somebody could make a plugin to do it, it will go away at some point in the future.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1731#issuecomment-354576202"}}}</script>