1. 20 11月, 2015 1 次提交
  2. 16 10月, 2015 1 次提交
  3. 10 10月, 2015 2 次提交
  4. 04 9月, 2015 3 次提交
  5. 05 8月, 2015 1 次提交
  6. 04 8月, 2015 1 次提交
  7. 16 6月, 2015 1 次提交
  8. 13 5月, 2015 1 次提交
    • D
      Fix issue with C# character literals in InitializeComponent() method · 163a7aa2
      Dustin Campbell 提交于
      In C#, if a WinForms InitializeComponent method() includes character
      literal containing a unicode escape for a character that is not valid in
      XML, it can cause an XML parser exception to be thrown and the WinForms
      designer not to load. To work around this problem, we generate a hidden
      cast expression in the IMethodXML to cast the numeric value of the
      character to a System.Char.  We do this for any character that isn't a
      letter or digit. The designer can process this XML correctly and load
      properly.
      163a7aa2
  9. 21 3月, 2015 1 次提交
    • B
      Format remainder of VB code base · 15dcad3d
      beep boop 提交于
      Now that the comment formatting issue is fixed in the Formatter type, we can run the formatter on the remainder of the VB code base.
      
      closes #1424
      15dcad3d
  10. 01 2月, 2015 1 次提交