1. 27 4月, 2017 3 次提交
  2. 26 4月, 2017 6 次提交
  3. 25 4月, 2017 1 次提交
    • S
      Fix build errors not being shown in the Error List (#2839) · ce473dda
      Saul Rennison 提交于
      * Delay GetService of IOleComponentManager
      
      Fixes #2548
      
      * Remove error style from OutputPhasedDiagnostic/OutputPhasedErrorR
      
      * Fix another reference to OutputPhasedDiagnostic
      
      * Fixed more references
      
      * Updated error baselines to fix tests
      
      * Fix FSharpQA errors
      
      * Fix FSharpQA tests (again)
      
      * Fix error spans in FSharpQA
      ce473dda
  4. 24 4月, 2017 2 次提交
  5. 22 4月, 2017 4 次提交
  6. 21 4月, 2017 7 次提交
    • V
      Unused declarations analyzer (#2358) · 5cf1cd90
      Vasily Kirichenko 提交于
      * add UnusedDeclarationsAnalyzer
      
      * fix compilation
      
      * make UnusedDeclarationsAnalyzer work on private symbols only
      
      * fix compilation
      
      UnusedDeclarationsAnalyzer analyze semantic, not syntax
      
      * finish UnusedDeclarationsAnalyzer
      
      * do not mark as unused symbols prefixed with underscore
      
      * fix FSharp.Editor.Pervasive.isScript
      
      * UnusedDeclarationsAnalyzer consider all declaration in scripts as private to file
      5cf1cd90
    • D
      Fix bug in assembly resolution in FSI (#2887) · 5b3688a9
      Don Syme 提交于
      * fix resolution to always prefer unification once an assembly has been referenced
      
      * improve diagnostics
      
      * fix proto
      
      * fix unintended change
      5b3688a9
    • 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
  7. 20 4月, 2017 2 次提交
  8. 19 4月, 2017 5 次提交
  9. 18 4月, 2017 5 次提交
  10. 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
  11. 14 4月, 2017 3 次提交
  12. 13 4月, 2017 1 次提交