diff --git a/misc/msvc/autoexp.inc b/misc/msvc/autoexp.inc new file mode 100644 index 0000000000..d595951620 --- /dev/null +++ b/misc/msvc/autoexp.inc @@ -0,0 +1,16 @@ +; This is a fragment that is supposed to be pasted into your autoexp.dat file +; found somewhere under MSVS installation directory (its exact location depends +; MSVS version so the simplest thing to do is to just search for it there). + +[AutoExpand] +wxPoint=, +wxSize=* +wxRect=, * + +wxLongLong= +wxString= + +[Visualizer] +wxDateTime{ + preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL"))) +}