Working on the GExperts Code Formatter again

The code formatter can now handle inline variable declarations. That was actually just a simple change (fixes bugs #157 and #158 (and the duplicate #165)) Now I'm trying to get it to format function declarations like this: [delphi] function RegisterClipboardFormatW(lpszFormat: PWideChar): UINT; stdcall; external user32 Name 'RegisterClipboardFormatW'; [/delphi] or something as simple as this; [delphi] … Continue reading Working on the GExperts Code Formatter again