<p>This is a new plugin called workbench.</p>
<p>It has the following features:</p>
<ul>
<li>assign multiple projects to a workbench</li>
<li>assign directories and file patterns to each project for easy file listing</li>
<li>create "global" workbench or project bookmarks to have quick access to often used files</li>
<li>the plugin uses relative pathes (a project file path is relative to the workbench file path, a file path is relative to the project file path)</li>
<li>languages: english and german</li>
</ul>
<p>For instructions please see the readme file.</p>
<p>The plugin is heavily based on the project organizer plugin, thanks to Jiří Techet. Icons are taken from the gnome desktop.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany-plugins/pull/598'>https://github.com/geany/geany-plugins/pull/598</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>New plugin 'workbench': initial commit.</li>
  <li>Removed accidentally committed test files.</li>
  <li>Put own content in NEWS file.</li>
  <li>Also display context menu if nothing is selected in the workbench sidebar.</li>
  <li>Added some content to the README file.</li>
  <li>Code cleanup.</li>
  <li>On adding a directory to a project, set the location of the project file as the current folder for the file chooser dialog.</li>
  <li>Fixed to small buffer in function 'wb_project_load()'.</li>
  <li>Only update project title in sidebar on saving of a project.</li>
  <li>Cleaned up comment style.</li>
  <li>Workbench: updated german translation. Fixed strings that do not need to be translated.</li>
  <li>Fixed wrong parameter passed for error message.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-0">Makefile.am</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-1">build/workbench.m4</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-2">configure.ac</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-3">po/POTFILES.in</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-4">po/be.po</a>
    (1082)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-5">po/ca.po</a>
    (1082)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-6">po/da.po</a>
    (1055)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-7">po/de.po</a>
    (1066)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-8">po/es.po</a>
    (1146)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-9">po/fr.po</a>
    (1131)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-10">po/gl.po</a>
    (1131)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-11">po/it.po</a>
    (1138)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-12">po/ja.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-13">po/kk.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-14">po/nl.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-15">po/pt.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-16">po/pt_BR.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-17">po/ru.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-18">po/tr.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-19">po/zh_CN.po</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-20">workbench/AUTHORS</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-21">workbench/COPYING</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-22">workbench/ChangeLog</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-23">workbench/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-24">workbench/NEWS</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-25">workbench/README</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-26">workbench/THANKS</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-27">workbench/icons/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-28">workbench/icons/workbench-bookmark.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-29">workbench/icons/workbench-dir.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-30">workbench/icons/workbench-nodirs.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-31">workbench/icons/workbench-project-error.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-32">workbench/icons/workbench-project.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-33">workbench/src/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-34">workbench/src/dialogs.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-35">workbench/src/dialogs.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-36">workbench/src/menu.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-37">workbench/src/menu.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-38">workbench/src/plugin_main.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-39">workbench/src/popup_menu.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-40">workbench/src/popup_menu.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-41">workbench/src/sidebar.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-42">workbench/src/sidebar.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-43">workbench/src/utils.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-44">workbench/src/utils.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-45">workbench/src/wb_globals.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-46">workbench/src/wb_globals.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-47">workbench/src/wb_project.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-48">workbench/src/wb_project.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-49">workbench/src/workbench.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/598/files#diff-50">workbench/src/workbench.h</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany-plugins/pull/598.patch'>https://github.com/geany/geany-plugins/pull/598.patch</a></li>
  <li><a href='https://github.com/geany/geany-plugins/pull/598.diff'>https://github.com/geany/geany-plugins/pull/598.diff</a></li>
</ul>

<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-plugins/pull/598">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ58PStcP1LqRlwGxmZw5zPkMU8udks5sYejHgaJpZM4O391f">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4fFjYiQdnabCe8_YjrNFlsZ5FFSks5sYejHgaJpZM4O391f.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-plugins/pull/598"></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-plugins","title":"geany/geany-plugins","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-plugins"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Workbench (#598)"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/598"}}}</script>