-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the first project language file for this directory set.
- Loading branch information
1 parent
b98aac0
commit b2acd4d
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
OldVersions/PROJECT_LANGUAGE/IronPython/3/3.4/PROJECT_LANG_1_V1.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Start of script | ||
import clr | ||
clr.AddReference("System.Windows.Forms") | ||
from System.Windows.Forms import MessageBox, MessageBoxButtons | ||
|
||
MessageBox.Show("I decided to make IronPython the main project language file for this project (SNU / 2D / Programming Tools / IDE / IronPython) as this is a IronPython IDE, and it needs its main language to be represented here.", "Project language file 1 - For: SNU/2D/ProgrammingTools/IDE/IronPython", MessageBoxButtons.OKCancel) | ||
|
||
# Output | ||
|
||
# Project language file 1 | ||
# For: SNU/2D/ProgrammingTools/IDE/IronPython | ||
# # I decided to make IronPython the main project language file for this project (SNU / 2D / Programming Tools / IDE / IronPython) as this is a IronPython IDE, and it needs its main language to be represented here. | ||
|
||
# File info | ||
# File type: IronPython 3 source file (*.py) | ||
# File version: 1 (2022, Friday, October 7th at 9:23 pm PST) | ||
# Line count (including blank lines and compiler line): 20 | ||
|
||
# End of script |