File tree Expand file tree Collapse file tree 4 files changed +814
-547
lines changed Expand file tree Collapse file tree 4 files changed +814
-547
lines changed Original file line number Diff line number Diff line change 66activityboard.cfg # this is the Propeller Activity board type
77eeprom.cfg # this is the default 64KB EEPROM board type
88rcfast.cfg # the generic rcfast clock setting
9- rcslow.cfg # the generic rcfast clock setting
9+ rcslow.cfg # the generic rcslow clock setting
1010c3.cfg # this is the default C3 type
1111c3f.cfg # this is the C3 type where only flash is used for code
1212demoboard.cfg # demoboard type
Original file line number Diff line number Diff line change 33
44#define MyAppName " SimpleIDE"
55#define MyDocName " SimpleIDE"
6- #define MyAppVersion " 0-9-43 "
6+ #define MyAppVersion " 0-9-45 "
77#define MyAppPublisher " ParallaxInc"
88#define MyAppURL " parallax.com"
99#define MyAppExeName " bin\SimpleIDE.exe"
@@ -115,8 +115,8 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil
115115
116116[Registry]
117117; would like to use HKLM for these things if possible for specifying compiler and user workspace fields.
118- Root : HKCU; SubKey : Software\{#MyAppPublisher}; Flags : UninsDeleteKey ;
119- Root : HKCU; SubKey : Software\{#MyAppPublisher}\SimpleIDE; Flags : UninsDeleteKey ;
118+ Root : HKCU; SubKey : Software\{#MyAppPublisher}; Flags : DeleteKey UninsDeleteKey ;
119+ Root : HKCU; SubKey : Software\{#MyAppPublisher}\SimpleIDE\* ; Flags : DeleteKey UninsDeleteKey ;
120120;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Compiler; ValueData: "{app}\propeller-gcc\bin\propeller-elf-gcc.exe"; Flags: UninsDeleteKey;
121121;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Includes; ValueData: "{app}\propeller-gcc\propeller-load\"; Flags: UninsDeleteKey;
122122;;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Workspace; ValueData: "{userdocs}\Workspace"; Flags: UninsDeleteKey;
@@ -136,7 +136,6 @@ Root: HKCR; SubKey: "SimpleIDE\DefaultIcon"; ValueType: string; ValueData: "{app
136136;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_LastFileName; ValueData: "{userdocs}\Workspace\My Projects\Welcome.c"; Flags: UninsDeleteKey;
137137
138138[Code]
139-
140139procedure InitializeWizard ;
141140begin
142141 { Create the pages }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DEFINES += ENABLE_AUTOLIB
3232# These define the version number in Menu->About
3333DEFINES += IDEVERSION =0
3434DEFINES += MINVERSION =9
35- DEFINES += FIXVERSION =43
35+ DEFINES += FIXVERSION =45
3636SOURCES += mainspin.cpp \
3737 PropellerID.cpp \
3838 editor.cpp \
You can’t perform that action at this time.
0 commit comments