Jump to content

M.Joos

Members
  • Content Count

    57
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by M.Joos


  1. On 2/1/2019 at 2:14 PM, Sherlock said:

    On a totally unrelated matter I would like to direct your attention to a completely underrated feature of Delphi: LiveBlame - in the IDE!

    1912315494_Screenshot2019-02-01um13_55_45.png.b2f469d36bf60fe4e5ebc68fe0bdc511.png

     

    This however works with hg,git and Subversion. But I just love this! I love to put blame on others, and then find out it was my fault after all! 😄

     

    AFAIK this is not a feature of the official Delphi IDE, but rather a plugin from Uwe Schuster that is no longer supported for recent Delphi version. Correct me if I am wrong as I love live blame very much, but can't use it except for Delphi XE. 

    • Thanks 1

  2. Thanks Uwe,

    done and works now as expected.

    As I am using MMX (and starting to see its benefits more and more) I have encountered a few other problems, but I will post separate threads for those.

     


  3. Hi Uwe,

    When I try to use the Add Indexer Wizard, the Wizard complains about "no indexer implemenations found".

    The directory with the Indexers templates exits: C:\ProgramData\Raabe Software\shared\Indexers with two templates in it.

     

    I am running Version 14,0.5 Build 2276 on DX Rio.

     

    Any help appreciated.

    TIA


  4. Debugging in Android is somewhat a matter of chance - sometimes it works sometimes it doesn't for not obvious reasons. I have never tried it from within a VM, so I can't comment on that.

    What I found quite helpful in some cases was a tool called Android log viewer which can be found here: http://app.serialgames.jp/sgd/alog/

    It works similarly to the  CodeSite Viewer. You can send log messages to it via the different class functions in the Log class which is in the System.Diagnostics unit.

    There is also a similar tool from Griijy. Find more about it here: https://blog.grijjy.com/2017/08/22/grijjycloudlogger-remote-logging-for-windows-ios-android-macos-and-linux/

    I personally found the latter one somewhat cumbersome to get running, but your mileage may vary.

×