Jump to content

Edwin Yip

Members
  • Content Count

    432
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Edwin Yip

  1. Edwin Yip

    Delphi SQL Formatter

    Try GExperts -> Editor Experts -> Paste String As. This is a gem from GExperts. Furthermore - you have 'Copy Raw Strings' which does the opposite.
  2. Edwin Yip

    Mute a topic?

    I want this feature too.
  3. Edwin Yip

    Detailed logging (for debugging)

    Two options off my head: Tools->CodeSite->CodeSite Method Tracer, which can auto add method enter/exit tracing to your code. Once you have identified the method, you can manually add the logging for each time as you tried. Utilize DelphiAST to write an IDE plugin or a tool to do that :) If you do this, don't forget to share it with the community :)
  4. Edwin Yip

    Directions for ARC Memory Management

    @Memnarch, that's very interesting, would you point me to some example code? I don't know much about c++, thanks!
×