Outils pour utilisateurs

Outils du site


developpement:outils:ide:visualstudio2010

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
developpement:outils:ide:visualstudio2010 [2020/02/13 19:43] sgariepydeveloppement:outils:ide:visualstudio2010 [2020/02/13 19:43] (Version actuelle) – supprimée sgariepy
Ligne 1: Ligne 1:
-====== Visual Studio 2010 ====== 
  
-Notes concernant Visual Studio 2010. 
- 
-===== Themes ===== 
- 
-  * [[http://visualstudiogallery.msdn.microsoft.com/20cd93a2-c435-4d00-a797-499f16402378/|Visual Studio Color Theme Editor]] 
-  * [[http://www.nerdpad.com/visual-studio/visual-studio-2010-dark-expression-blend-color-theme|A very lazy but meticulous blogger 
-Visual Studio 2010 Dark Expression Blend Color Theme]] 
-  * {{:prog:ide:expression_colorscheme.zip|}} 
- 
- 
-===== Outils de productivité ===== 
- 
-  * [[http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/|Productivity Power Tools]] 
-  * [[http://www.devart.com/codecompare/download.html|Code Compare]] 
-  * WinMerge 
-  * [[http://perspectives.codeplex.com/|Perspectives]] (compatible avec VS2012) 
-  * [[http://visualstudiogallery.msdn.microsoft.com/3f65dee8-5a44-4771-929b-26531c482fbf|Find Changeset by Comment]] 
-  * [[http://visualstudiogallery.msdn.microsoft.com/080540cb-e35f-4651-b71c-86c73e4a633d|TFS Auto Shelve]] 
- 
-==== Code Compare ==== 
- 
-  * Fichier exécutable par défaut : ''C:\Program Files\Devart\Code Compare\CodeCompare.exe''. 
-  * Arguments //Compare// : ''/SC=TFS /W /T1=%6 /T2=%7 %1 %2''. 
-  * Arguments //Merge// : ''/TF=%1 /MF=%2 /RF=%4 /BF=%3 /TT=%6 /MT=%7 /SC=TFS''. 
- 
-''C:\Program Files\Devart\Code Compare\CodeMerge.exe'' 
- 
-==== WinMerge ==== 
-  * Compare : ''winmergeU.exe'' et ''/e /x /s /wl /dl %6 /dr %7 %1 %2''. 
-  * Merge : ''winmergeU.exe'' et ''/e /s /x /ub /dl %6 /dr %7 %1 %2 %4''. 
- 
-==== SourceGear DiffMerge ==== 
-  * Compare : ''sgdm.exe'' et ''/t1=%6 /t2=%7 %1 %2''. 
-  * Merge : ''sgdm.exe'' et ''/m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1''. 
- 
-==== Debug ==== 
- 
-Exemple de code pour faire des Dump d'objets dans ''C:\Program Files (x86)\Microsoft Visual Studio 10.0\Samples\1033\CSharpSamples.zip\LinqSamples\ObjectDumper''. 
- 
-  * {{:prog:ide:objectdumper.zip|}} 
- 
- 
-==== Personnalisation ==== 
- 
-=== Changer l'éditeur des changesets TFS === 
- 
-  - Run: Regedit (alt + r, type regedit) 
-  - Look for **HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations** 
-  - Right click **SystemFileAssociation** -> add new key then name it as **.cs** 
-  - Right click **.cs** and add new key then name it as **shell** 
-  - Right click **shell** and add new keys name it as **edit** and **open** 
-  - Right click **edit** and add new key command then change the default value to point to the file exe you want it to run. ex: ''C:\Program Files (x86)\Notepad++\notepad++.exe %1''. 
-    * Don't forget to add the %1 at the end of the .exe 
-  - Do the same for **open** 
-  - Just change the open and edit default value to the executable you want to run it with but don't forget to have the ''%1'' as that will be the parameter given by tfs I assume. 
- 
-[[http://stackoverflow.com/questions/3154798/how-to-change-default-program-notepad-which-opens-a-selected-file-when-viewing|Source]] 
- 
- 
-===== PHP Syntax dans Visual Studio ===== 
- 
-Utilise [[http://www.devsense.com/products/php-tools|PHP Tools]]. 
- 
-{{:prog:ide:php_syntax_coloring_indications.png?400|}} 
- 
-Télécharger le {{:prog:ide:php_darktheme_sg.zip|Dark Theme de PHP pour VS2010}}. 
developpement/outils/ide/visualstudio2010.1581619399.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)