summaryrefslogtreecommitdiff
path: root/vsplugin/src/IceCsharpConfigurationDialog.cs
Commit message (Collapse)AuthorAge
* VS Add-in 3.4.1.2 bug fixes:Jose2011-01-20
| | | | | | | | | | | | | | | | | | | | 4956 - Vs Add-in Util.fix must check that Globals isn't null 4953 - Vs Add-in getIceHome side effects 4674 - Consider to Add output-dir support to vsplugin 4820 - The add-in does not support parallel builds. 4630 - Allow using DEVPATH with projects 4968 - VS Add-in doesn't work with header-ext/source-ext 4942 - Visual Studio plug-in hangs with lots of syntax errors 4808 - Saving slice file during build crashes Studio 4964 - Util equalPath implementation is incorrect 4918 - Remove Slice builder from vsextension solution 4806 - Ice generated files not always opened read-only as expected 4442 - FxCop vs plugin COM visible 4915 - Issue with command line builds on machine with VS2008 & VS2010 4761 - Converted demo projects do not build (edit) 4119 - Reduce code duplication 4844 - Add cancel button to configuration dialog 4826 - Add timestamp to slice output
* 4810 included edit control does not save on loss of focusAdam Burry2010-09-16
|
* Added trace levels to VS add-in.Adam Burry2010-09-10
|
* Fixes:Adam Burry2010-08-24
| | | | | | | | | | | | | | | | | | | | | | | - fix for - 4741: save Ice Home exactly as user specified - partial fixes for - 4761: demos do not build in Studio 2010 - 4807: PATH clobbers previous settings in debug env properties Also: - remove unnecessary shell startup and start compiler directly, - add missing newline in compiler dependency output echo to output window, - leave env variables without substitution if they are undefined instead of replacing with "". Refactoring: - String <-> string as per C# iodiom - pushed some calls up the stack to remove redundant calls - created Util.absolutePath - renamed and moved Builder.quoteArg to Util.quote - restructured some functions for less reading by humans - fixed typo in name of Builder.getSliceCompilerVesrion - x++ -> ++x - changed first arg of Util.relativePath from Project to string
* 4651 - Inconsistent line endingsJose2010-02-11
|
* vsplugin Find delegate simplification.Jose2010-01-23
|
* Bug 4565 - add VB support to vspluginDwayne Boone2010-01-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* VsPlugin FxCop issues.Jose2009-12-28
|
* 4564 - vsplugin copyright header LICENSE vs ICE_LICENSE.Jose2009-12-24
|
* vsplugin fxcop issuesDwayne Boone2009-12-08
|
* Bug 4306 - vsplugin modifies projects when not enabledDwayne Boone2009-10-13
|
* - Updates so that the new chatdemo repository can build from master.Matthew Newhook2009-08-13
| | | | | | - Moved various scripts to distribution. - Fixes caused by the move. - Fixed copyright headers.
* Some more fixes to configuration dialogs.Jose2009-06-20
|
* Fix to dialog move down, and remove includes.Jose2009-06-19
|
* Clean should do nothing when plug-in is disabled.Jose2009-06-19
|
* Fix to configuration dialogs enable/disableJose2009-06-19
|
* Other fix to include dialogs when you click edit twice line was not editable.Jose2009-06-19
|
* Fix to Trim include paths and relative paths.Jose2009-06-19
|
* Fix 4113 dialog closes when adding/editing include pathJose2009-06-19
|
* Fix to close dialogs.Jose2009-06-18
|
* Fix to dialogs Close.Jose2009-06-18
|
* Remove close button tool tipJose2009-06-18
|
* Minor fix to add includes to not allow empty entries.Jose2009-06-18
|
* Minor fix to includes in configuration dialogs.Jose2009-06-17
|
* Fixes to configuration dialogs, include dirs.Jose2009-06-17
|
* Support envvars in IceHomeDwayne Boone2009-06-16
|
* Add support for environment variables in includes and extra argsDwayne Boone2009-06-16
|
* Bug 4100 - keep relative paths in IceHomeDwayne Boone2009-06-16
|
* Allow toggle between absolute and realtive path for includesDwayne Boone2009-06-15
|
* Bug 4094 - no --checksumDwayne Boone2009-06-15
|
* Fix to add include configuration dialogs.Jose2009-06-12
|
* Fix to directory path comparisons.Jose2009-06-12
|
* Add extra options field rather than preprocessor macrosDwayne Boone2009-06-11
|
* Code formating.Jose2009-06-10
|
* Minor fix to use full paths in comparisons.Jose2009-06-10
|
* Remove macro verification, just trimDwayne Boone2009-06-10
|
* Fix bugs 4050, 4077Jose2009-06-10
|
* Fix to configuration dialogs.Jose2009-06-09
|
* Vs plugin change Ice Home setting to editable.Jose2009-06-09
|
* Merge branch 'vsplugin'; commit 'origin/vsplugin' into vspluginJose2009-06-08
|\
| * Remove unused building paramaterDwayne Boone2009-06-08
| |
* | Add support for use Ice source dist.Jose2009-06-08
|/
* Vs plugin updates.Jose2009-06-05
|
* Fix 4051 Output window should show real outputJose2009-06-04
|
* Bug fixes: 4502, 4051Jose2009-06-04
|
* Vsplugin minor fixes.Jose2009-06-03
|
* FormattingDwayne Boone2009-06-03
|
* vsplugin updates.Jose2009-06-01
|
* Visual Studio Plugin Updates.Jose2009-05-28