<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 29/03/2016 17:19, Dmitry Boyarintsev
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMpTZrfE8RKsO2_4JU7ADPbbwtk=jU2qP0envpDW2FWywdNpSA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Tue, Mar 29, 2016 at 12:15 PM,
            Martin Frb <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"><span class=""></span>If
                0 currently means unlimited, then:<br>
                1) a new value is needed for unlimited<br>
                2) the configfile version must be increased, so the
                config reader knows according to the version what 0
                means.<br>
              </div>
              <br>
            </blockquote>
          </div>
        </div>
        <div class="gmail_extra"><br>
          So why to change IDE instead of an IDE plugin?<br>
          <br>
        </div>
        <div class="gmail_extra">This question bothers me all the time.
          Despite of the fact there's a decent plugin API (IDEIntf), a
          lot of changes are making into IDE itself.<br>
        </div>
        <br>
      </div>
    </blockquote>
    In general I agree, many thinks can be done as plugin.<br>
    <br>
    In this case, I think:<br>
    <br>
    part 1 is an actual bug in the current implementation. If I reduce
    "max recent procject" from 10 to 1, then the list will still display
    10. That is wrong. It should be cut to 1. But it will only be cut,
    if I open a new project (via the open dialog).<br>
    <br>
    part 2 is a feature. It could go in a plugin (assuming IdeIntf
    allows access to all needed functions).<br>
    And then it can not use the current spin edit, but instead must have
    a checkbox. Or always active if installed.<br>
    <br>
    Not sure how practical that is in this case. A plugin could probably
    hide the menu entry. So that would be possible. Not sure if it can
    (with current IdeIntf) prevent the values from being written to the
    config file. <br>
  </body>
</html>