1. 12 3月, 2015 3 次提交
  2. 11 3月, 2015 2 次提交
  3. 10 3月, 2015 1 次提交
  4. 28 2月, 2015 1 次提交
    • B
      Code formatter run · ae1aeb41
      beep boop 提交于
      Been almost a month since the code formatter was run so this change was
      a bit larger than would be expected for a normal (weekly) update.  Diffs
      mostly around:
      
      - Whitespace changes
      - Missing copyright headers
      - Missing visibility modifiers
      ae1aeb41
  5. 14 1月, 2015 1 次提交
  6. 05 8月, 2014 1 次提交
  7. 20 6月, 2014 1 次提交
    • K
      Consistent formatting for integral literals when 'useHexadecimalNumbers = True' · 712ca71c
      Kevin_H 提交于
      Positive values will be "padded" to the full width of their type (example:  &H01, rather than &H1 for Byte).
      Negative values will be padded to either 4 bytes (SByte, Short, Integer) or 8 bytes (Long).
      
      Also, add more tests for ObjectDisplay (alongside the Compiler SymbolDisplay tests). (changeset 1280700)
      712ca71c