Skip to content

Commit 3e45b0a

Browse files
committed
Upgrade to IronPython 2.7.7
1 parent 9cee5d8 commit 3e45b0a

11 files changed

Lines changed: 9 additions & 8 deletions

NavisPythonShell/CompletionToolTip.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public CompletionToolTipWindow(ListBox completions,TextBox documentation)
4747
completions.Show();
4848
documentation.Show();
4949
}
50+
5051
public void resize()
5152
{
5253
Width = _completions.PreferredSize.Width;

NavisPythonShell/ConfigureCommand.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ namespace NavisPythonShell
1313
/// </summary>
1414

1515
[PluginAttribute("NavisPythonShell.ConfigureCommand",
16-
"ACOM",
17-
ToolTip = "NPS configuration window",
18-
DisplayName = "Configure NPS")]
16+
"ACOM",
17+
ToolTip = "NPS configuration window",
18+
DisplayName = "Configure NPS")]
1919
[AddInPluginAttribute(AddInLocation.AddIn,
2020
Icon = "Icons\\Settings-16.ico",
2121
LargeIcon = "Icons\\Settings-32.ico",
@@ -33,7 +33,7 @@ public override int Execute(params string[] parameters)
3333
var dialog = new ConfigureCommandsForm();
3434
dialog.ShowDialog();
3535

36-
MessageBox.Show("Restart Navisworks to see changes to the commands in the Ribbon", "Configure NavisPythonShell", MessageBoxButtons.OK, MessageBoxIcon.Information);
36+
//MessageBox.Show("Restart Navisworks to see changes to the commands in the Ribbon", "Configure NavisPythonShell", MessageBoxButtons.OK, MessageBoxIcon.Information);
3737

3838
return 0;
3939
}

NavisPythonShell/IronPythonConsoleCommand.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ namespace NavisPythonShell
1818
/// </summary>
1919

2020
[PluginAttribute("NavisPythonShell.IronPythonConsoleCommand",
21-
"ACOM",
22-
ToolTip = "NPS command execution window",
23-
DisplayName = "Run NPS")]
21+
"ACOM",
22+
ToolTip = "NavisPythonShell IronPython Console",
23+
DisplayName = "Run NPS")]
2424
[AddInPluginAttribute(AddInLocation.AddIn,
2525
Icon = "Icons\\Python-16.ico",
2626
LargeIcon = "Icons\\Python-32.ico",

NavisPythonShell/startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# script that is run when Revit starts in the IExternalApplication.Startup event.
1+
# script that is run when Navisworks starts in the IExternalApplication.Startup event.
22
try:
33
# add your code here
44
# ...
19.5 KB
Binary file not shown.
-12.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

RefrencedAssemblies/IronPython.dll

-15.5 KB
Binary file not shown.
-33 KB
Binary file not shown.
-4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)