This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/misc/msvc/autoexp.inc

17 lines
455 B
PHP

; 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=<x>,<y>
wxSize=<x>*<y>
wxRect=<x>,<y> <width>*<height>
wxLongLong=<m_ll>
wxString=<m_impl>
[Visualizer]
wxDateTime{
preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL")))
}