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 6
6
activityboard.cfg # this is the Propeller Activity board type
7
7
eeprom.cfg # this is the default 64KB EEPROM board type
8
8
rcfast.cfg # the generic rcfast clock setting
9
- rcslow.cfg # the generic rcfast clock setting
9
+ rcslow.cfg # the generic rcslow clock setting
10
10
c3.cfg # this is the default C3 type
11
11
c3f.cfg # this is the C3 type where only flash is used for code
12
12
demoboard.cfg # demoboard type
Original file line number Diff line number Diff line change 3
3
4
4
#define MyAppName " SimpleIDE"
5
5
#define MyDocName " SimpleIDE"
6
- #define MyAppVersion " 0-9-43 "
6
+ #define MyAppVersion " 0-9-45 "
7
7
#define MyAppPublisher " ParallaxInc"
8
8
#define MyAppURL " parallax.com"
9
9
#define MyAppExeName " bin\SimpleIDE.exe"
@@ -115,8 +115,8 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil
115
115
116
116
[Registry]
117
117
; 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 ;
120
120
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Compiler; ValueData: "{app}\propeller-gcc\bin\propeller-elf-gcc.exe"; Flags: UninsDeleteKey;
121
121
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Includes; ValueData: "{app}\propeller-gcc\propeller-load\"; Flags: UninsDeleteKey;
122
122
;;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
136
136
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_LastFileName; ValueData: "{userdocs}\Workspace\My Projects\Welcome.c"; Flags: UninsDeleteKey;
137
137
138
138
[Code]
139
-
140
139
procedure InitializeWizard ;
141
140
begin
142
141
{ Create the pages }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DEFINES += ENABLE_AUTOLIB
32
32
# These define the version number in Menu->About
33
33
DEFINES += IDEVERSION =0
34
34
DEFINES += MINVERSION =9
35
- DEFINES += FIXVERSION =43
35
+ DEFINES += FIXVERSION =45
36
36
SOURCES += mainspin.cpp \
37
37
PropellerID.cpp \
38
38
editor.cpp \
You can’t perform that action at this time.
0 commit comments