Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 15 and Version 16 of Tour/GlobalOptions

Show
Ignore:
Author:
sagitario (IP: 217.232.52.26)
Timestamp:
05/27/13 07:44:09 (11 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tour/GlobalOptions

    v15 v16  
    1212<th bgcolor="#bbbbbb"><strong><center>Navigation</center></strong></th> 
    1313<tr bgcolor="#F0F0F0"></tr> 
    14 <tr><td><a href="/projects/visuald/wiki/VersionHistory" title="Latest changes">News</a></td></tr> 
     14<tr><td><a href="/projects/visuald/wiki/News" title="Information on latest version">News</a></td></tr> 
     15<tr><td><a href="/projects/visuald/wiki/VersionHistory" title="Latest changes">Version History</a></td></tr> 
    1516<tr><td><a href="/projects/visuald/wiki/Features" title="Visual D Features">Features</a></td></tr> 
    1617<tr><td>Tour</td></tr> 
    4445When starting Visual Studio for the first time after installation of Visual D, you might want to check the global settings that can be reached from the Menu Tools -> Options -> Projects: 
    4546 
    46 [[Image(source:wiki/toolopt_project.png)]] 
     47[[Image(source:wiki/visuald_settings.png)]] 
    4748 
    48  - DMD Install path: The path to DMD you entered within the installer. 
    49  - Executable paths: Directories to be added to the PATH environment variable before executing build commands. 
    50  - Import paths: Directories to be added to the import paths specified in the project configuration and specified in the DMD configuration file (also used for import statement completion and finding symbol definition). 
    51  - Library paths: Directories to be added to the LIB environment variable before executing build commands. 
     49The '''Visual D Settings''' will allow you to enable and disable 
     50 - showing the build time for each project in the output window 
     51 - sorting the projects alphabetically 
     52 - stop building the solution as soon as a project fails to compile 
     53 - showing demangled names in the error list and linker output 
     54 - monitor the linker for additional library dependencies 
    5255 - JSON paths: Directories to search for *.json files to find symbol definitions. 
    5356 - Resource includes: include paths to pass to the resource compiler when building resource files. 
     57 - additional command line options for the "Compile and Run" command 
     58 
     59For each supported compiler, there is a separate page to setup directories to be used during cmpilation: 
     60 
     61[[Image(source:wiki/dmd_directories.png)]] 
     62 
     63 - Install path: The path to the compiler installation folder you entered within the installer. 
     64   * DMD: this is not the  
     65 - Executable paths: Directories to be added to the PATH environment variable before executing build commands. 
     66 - Import paths: Directories to be added to the import paths specified in the project configuration and in the DMD configuration file (also used for import statement completion and finding symbol definition). 
     67 - Library paths: Directories to be added to the LIB environment variable before executing build commands. 
    5468 
    5569Available text replacements: 
    56  - $(DMDINSTALLDIR): DMD Install path 
     70 - $(DMDINSTALLDIR): DMD Install path from the "DMD directories page" 
     71 - $(DMDINSTALLDIR): GDC Install path from the "GDC directories page" 
     72 - $(DMDINSTALLDIR): LDC Install path from the "LDC directories page" 
    5773 - $(WINDOWSSDKDIR): Windows SDK Directory 
    5874 - $(DEVENVDIR): Directory of Visual Studio executable devenv.exe 
    6177 - any variable from the system environment enclose in $() 
    6278 
    63 The '''Visual D Settings''' will allow you to enable and disable 
    64  - showing the build time for each project in the output window 
    65  - sorting the projects alphabetically 
    66  - showing demangled names in the error list 
    67  
    68 Please note that there is also a new entry "D" in the Text Editor branch to setup [wiki:Tour/Editor syntax highlighting]: 
     79Please note that you'll also find a new entry "D" in the Text Editor branch to setup [wiki:Tour/Editor syntax highlighting] and more. 
    6980 
    7081{{{