Skip to content

Commit 4ee6497

Browse files
committed
Update to 0-9-45.
Fixed spelling error in boards.txt. Updated simpleide-de.ts translation file.
1 parent 2ae19ff commit 4ee6497

File tree

4 files changed

+814
-547
lines changed

4 files changed

+814
-547
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
activityboard.cfg # this is the Propeller Activity board type
77
eeprom.cfg # this is the default 64KB EEPROM board type
88
rcfast.cfg # the generic rcfast clock setting
9-
rcslow.cfg # the generic rcfast clock setting
9+
rcslow.cfg # the generic rcslow clock setting
1010
c3.cfg # this is the default C3 type
1111
c3f.cfg # this is the C3 type where only flash is used for code
1212
demoboard.cfg # demoboard type

propside/propside.iss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
140139
procedure InitializeWizard;
141140
begin
142141
{ Create the pages }

propside/propside.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DEFINES += ENABLE_AUTOLIB
3232
# These define the version number in Menu->About
3333
DEFINES += IDEVERSION=0
3434
DEFINES += MINVERSION=9
35-
DEFINES += FIXVERSION=43
35+
DEFINES += FIXVERSION=45
3636
SOURCES += mainspin.cpp \
3737
PropellerID.cpp \
3838
editor.cpp \

0 commit comments

Comments
 (0)