1. 21 4月, 2017 5 次提交
    • D
      fix 2871 (#2879) · c69d5d11
      Don Syme 提交于
      * fix 2871
      
      * fix 2871
      
      * fix 2871 (2)
      
      * clarify code
      c69d5d11
    • V
      Fix glyphs for unresolvable items in completion list (#2896) · 492509cb
      Vasily Kirichenko 提交于
      * fix glyphs for Item.UnqualifiedType
      
      * fix description tooltip for unresolved completion items
      492509cb
    • S
      Improved project folder support (#2692) · dd18b3e0
      Saul Rennison 提交于
      * Significantly improved project folder support
      
      Fixes #2178
      
      * Better support for non-Windows style directory separators in .fsproj
      
      * Enable support for "Add folder" on project node
      
      * Fix copy/pasting files within subfolders
      
      Fixes #2048
      
      * "Add existing" on the project node now places the file in the correct subfolder
      
      * "Add existing..." now creates any necessary intermediate directories
      
      * Improved resilience of Add Above/Add Below with folders
      
      * Localised new error messages
      
      * Add "New Folder" to Add Above/Add Below
      
      * Updated FileCannotBePlacedMultipleFiles localisation to be more user-friendly
      
      * Fixed being unable to "Add existing" on files outside of the project hierarchy
      
      * Rename AllChildren to AllDescendants
      
      * Fix cut/paste folders resulting in an infinite loop
      
      https://mpfproj10.codeplex.com/workitem/11618
      
      * Fix test compile error
      
      * Make InsertionLocation internal
      
      * Add support for linked files
      
      "Add Existing" on files outside of the project hierarchy will now copy them to the target node
      
      * If the folder exists on disk use that instead
      
      * Do not delete linked files when deleting folders
      
      * Remove bogus test - it's not possible to add a file to the project that has the same name as an existing file
      dd18b3e0
    • S
      Added "You must add a reference to '<assembly>'" code fixer (#2743) · 4c31706e
      Saul Rennison 提交于
      * Added "You must add a reference to 'foo'" code fixer
      
      * Preliminary work to enable metadata reference code fixing
      
      * Fix SetupProjectFile passing in the wrong IVsHierarchy to CreateProjectContext
      
      * Localise code fix strings, add support for metadata (assembly) references
      
      * Fix removing references not being reflected in the Roslyn workspace
      
      * Added "You must add a reference to 'foo'" code fixer
      
      * Preliminary work to enable metadata reference code fixing
      
      * Rebased onto master
      
      * Localise code fix strings, add support for metadata (assembly) references
      
      * Fix removing references not being reflected in the Roslyn workspace
      
      * Fix dodgy merge
      
      * Fix reference to CommonRoslynHelpers
      
      * Removed intellisense strings accidentally added in merge
      
      * Ignore case when comparing assembly names
      
      * Fix dodgy merge
      4c31706e
    • J
      Fixes resource generation when using msbuild under mono. See... · aa53f290
      Jason Imison 提交于
      Fixes resource generation when using msbuild under mono. See https://bugzilla.xamarin.com/show_bug.cgi?id=53195 (#2888)
      
      aa53f290
  2. 20 4月, 2017 2 次提交
  3. 19 4月, 2017 4 次提交
  4. 18 4月, 2017 5 次提交
  5. 15 4月, 2017 1 次提交
    • J
      Settings store and Text Editor option pages (#2805) · 9a6ac3da
      Jakub Majocha 提交于
      * settings store and editor options
      
      * show CLIMutable record use, guid constants
      
      * saner composition
      
      * fix CompletionProvider tests
      
      * fix public surface area
      
      * localization
      
      * move xaml into separate project
      
      * updated vsintegration readme
      
      * correct type in change handler
      
      * use Newtonsoft's PopulateObject for cheap schema evolution
      
      * cleanup added project
      
      * Revert "cleanup added project"
      
      This reverts commit 163ebdaabc0d3b206fc436b0b47a622f91e20658.
      
      * cleanup, another attempt
      9a6ac3da
  6. 14 4月, 2017 3 次提交
  7. 13 4月, 2017 5 次提交
  8. 12 4月, 2017 1 次提交
  9. 10 4月, 2017 2 次提交
  10. 08 4月, 2017 7 次提交
  11. 07 4月, 2017 2 次提交
  12. 06 4月, 2017 2 次提交
  13. 05 4月, 2017 1 次提交