hey sorry to dissapoint, I dont know how my email got linked to this<br>
project but the Kugel you are looking for doesnt use this email (ive been<br>
getting random updates from github every once  in a while for years), sorry<br>
=( but hey i hope you guys work out those bugs and keep plugging away at it!<br>
<br>
On Mon, Mar 26, 2018 at 5:47 PM, elextr <notifications@github.com> wrote:<br>
<br>
> *@elextr* commented on this pull request.<br>
> ------------------------------<br>
><br>
> In doc/geany.txt<br>
> <https://github.com/geany/geany/pull/1813#discussion_r177245479>:<br>
><br>
> > +<br>
> +    .. image:: ./images/sidebar_documents_only.png<br>
> +<br>
> +Show Paths<br>
> +    Show opened documents as two-level tree in which first level is a full<br>
> +    directory path to document and second level is a file name.<br>
> +<br>
> +    .. image:: ./images/sidebar_show_paths.png<br>
> +<br>
> +Show Tree<br>
> +    Show opened documents as tree similar to directory tree, but it shows only<br>
> +    directories that contains opened files. Directories that doesn't contain<br>
> +    files are shown as paths (similar to *Show Paths* mode). Home directory<br>
> +    always shortened to ``~``. If there is an active project, it makes a tree<br>
> +    of project documents inside project name.<br>
> +<br>
><br>
> Oh, ok, so if I read that right only the project base dir and below shows<br>
> as a tree?<br>
><br>
> Maybe the selection should be called "Show Project Tree"<br>
><br>
> Just a final check, commonly my directory layouts look like:<br>
><br>
> /data -- the raid array mount point<br>
>     foo -- the project name<br>
>         foo -- the git tree and the project base dir in foo.geany<br>
>              src<br>
>                  foo.cpp<br>
>                  lots more source<br>
>         foo.geany<br>
>         dev_build -- out of tree build dir<br>
>               foo -- the executable<br>
>               test_output -- unit test output file<br>
>               lots more stuff the build makes<br>
><br>
> So if I had project foo open and foo.cpp and test_output open I would get<br>
><br>
> /data/foo/dev_build<br>
>       test_output<br>
> foo<br>
>      src<br>
>          foo.cpp<br>
><br>
> —<br>
> You are receiving this because you were mentioned.<br>
> Reply to this email directly, view it on GitHub<br>
> <https://github.com/geany/geany/pull/1813#discussion_r177245479>, or mute<br>
> the thread<br>
> <https://github.com/notifications/unsubscribe-auth/AFh94vi_hC13eNhoFXodrBn1SOdsmxTLks5tiWIKgaJpZM4SyLKn><br>
> .<br>
><br>


<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/pull/1813#issuecomment-376408701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJzA081UduNSScw4tYrnJoGZSZL1jks5tidgfgaJpZM4SyLKn">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ0Omh1gRDCB30D7z0MlLvDFOta_Uks5tidgfgaJpZM4SyLKn.gif" height="1" width="1" alt="" /></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/pull/1813#issuecomment-376408701"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request 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":"@Kugel in #1813: hey sorry to dissapoint, I dont know how my email got linked to this\nproject but the Kugel you are looking for doesnt use this email (ive been\ngetting random updates from github every once  in a while for years), sorry\n=( but hey i hope you guys work out those bugs and keep plugging away at it!\n\nOn Mon, Mar 26, 2018 at 5:47 PM, elextr \u003cnotifications@github.com\u003e wrote:\n\n\u003e *@elextr* commented on this pull request.\n\u003e ------------------------------\n\u003e\n\u003e In doc/geany.txt\n\u003e \u003chttps://github.com/geany/geany/pull/1813#discussion_r177245479\u003e:\n\u003e\n\u003e \u003e +\n\u003e +    .. image:: ./images/sidebar_documents_only.png\n\u003e +\n\u003e +Show Paths\n\u003e +    Show opened documents as two-level tree in which first level is a full\n\u003e +    directory path to document and second level is a file name.\n\u003e +\n\u003e +    .. image:: ./images/sidebar_show_paths.png\n\u003e +\n\u003e +Show Tree\n\u003e +    Show opened documents as tree similar to directory tree, but it shows only\n\u003e +    directories that contains opened files. Directories that doesn't contain\n\u003e +    files are shown as paths (similar to *Show Paths* mode). Home directory\n\u003e +    always shortened to ``~``. If there is an active project, it makes a tree\n\u003e +    of project documents inside project name.\n\u003e +\n\u003e\n\u003e Oh, ok, so if I read that right only the project base dir and below shows\n\u003e as a tree?\n\u003e\n\u003e Maybe the selection should be called \"Show Project Tree\"\n\u003e\n\u003e Just a final check, commonly my directory layouts look like:\n\u003e\n\u003e /data -- the raid array mount point\n\u003e     foo -- the project name\n\u003e         foo -- the git tree and the project base dir in foo.geany\n\u003e              src\n\u003e                  foo.cpp\n\u003e                  lots more source\n\u003e         foo.geany\n\u003e         dev_build -- out of tree build dir\n\u003e               foo -- the executable\n\u003e               test_output -- unit test output file\n\u003e               lots more stuff the build makes\n\u003e\n\u003e So if I had project foo open and foo.cpp and test_output open I would get\n\u003e\n\u003e /data/foo/dev_build\n\u003e       test_output\n\u003e foo\n\u003e      src\n\u003e          foo.cpp\n\u003e\n\u003e —\n\u003e You are receiving this because you were mentioned.\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u003chttps://github.com/geany/geany/pull/1813#discussion_r177245479\u003e, or mute\n\u003e the thread\n\u003e \u003chttps://github.com/notifications/unsubscribe-auth/AFh94vi_hC13eNhoFXodrBn1SOdsmxTLks5tiWIKgaJpZM4SyLKn\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/1813#issuecomment-376408701"}}}</script>