autoexp.inc 455 B

12345678910111213141516
  1. ; This is a fragment that is supposed to be pasted into your autoexp.dat file
  2. ; found somewhere under MSVS installation directory (its exact location depends
  3. ; MSVS version so the simplest thing to do is to just search for it there).
  4. [AutoExpand]
  5. wxPoint=<x>,<y>
  6. wxSize=<x>*<y>
  7. wxRect=<x>,<y> <width>*<height>
  8. wxLongLong=<m_ll>
  9. wxString=<m_impl>
  10. [Visualizer]
  11. wxDateTime{
  12. preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL")))
  13. }