Menu

Update Numero Dos

2004-11-18
2013-04-26
  • Daniel Pozmanter

    Yo.

    So I have a new job, have started the grad school process, and this is just a busy time of the year in general.  So I apologize for letting things stagnate a bit.

    I got greg's patch for the defualt directory, and will look into the drag and drop status bug (I probably just don't set the mtime in drag and drop, and doing so will fix it.).
    This is just off the top of my head, knowing my own absent minded self, and my code.

    Franz's bug is partially fixed (the main style dialog is fine, the simple one needs to be adjusted).

    All of this will be in the next version.

    It turns out the delay is good, because the big change is how the plugin list works (now automatic, so less work for devs).  Turns out the script I uploaded was buggy, and the list was not being updated.  This has hopefully been fixed.  I will check in every so often to see that it is being updated on the hour.

    I am thinking of aiming for a release sometime this weekend, and keeping this a very slimmed down release.  3.10 is really 3.7.0 beta, as I have begun incorporating stuff I still need to refine.  ie, lnk support.  I need to reorganize preferences a bit, so things are more logical.  In so doing, I plan on finally adding a replace table, so lnk support exists for linux.

    Dan

     
    • Franz Steinhaeusler

      Congratulations for your new job.
      No need at all to apologize :)

      BTW:
      if one closes a file, the findstring is away afterwards:

      I resolved it in a script like:

      oldpos = DrFrame.docPosition
      #bug in DrPython??
      oldfindersic = DrFrame.FinderArray[DrFrame.docPosition] #added
      DrFrame.OnClose(None)
      if oldpos > DrFrame.docPosition:
      ->if DrFrame.docPosition < len(DrFrame.txtDocumentArray) -1:
      ->->DrFrame.setDocumentTo(oldpos)
      DrFrame.Finder.Copy(oldfindersic) #added

      Franz

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.