Skip to content

Commit

Permalink
Fixing IDE Csharp formatter options. Fixes issue 1331
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jul 2, 2014
1 parent 6ddf7ce commit 73e863e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ide/plugins/csharp-format/src/content/formats/cs-rc.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ this.options = {
indents(2) + '}\n' +
indents(1) + '}\n' +
'}\n',
configForm:
defaultExtension: "cs"
};
this.configForm =
'<description>Variable for Selenium instance</description>' +
'<textbox id="options_receiver" />' +
'<description>Selenium RC host</description>' +
Expand All @@ -219,6 +221,4 @@ this.options = {
'<description>Environment</description>' +
'<textbox id="options_environment" />' +
'<description>Namespace</description>' +
'<textbox id="options_namespace" />',
defaultExtension: "cs"
};
'<textbox id="options_namespace" />';

0 comments on commit 73e863e

Please sign in to comment.