Skip to content

Commit

Permalink
Update to 0-9-45.
Browse files Browse the repository at this point in the history
Fixed spelling error in boards.txt.
Updated simpleide-de.ts translation file.
  • Loading branch information
jsdenson committed Nov 13, 2013
1 parent 2ae19ff commit 4ee6497
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 547 deletions.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
activityboard.cfg # this is the Propeller Activity board type
eeprom.cfg # this is the default 64KB EEPROM board type
rcfast.cfg # the generic rcfast clock setting
rcslow.cfg # the generic rcfast clock setting
rcslow.cfg # the generic rcslow clock setting
c3.cfg # this is the default C3 type
c3f.cfg # this is the C3 type where only flash is used for code
demoboard.cfg # demoboard type
Expand Down
7 changes: 3 additions & 4 deletions propside/propside.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "SimpleIDE"
#define MyDocName "SimpleIDE"
#define MyAppVersion "0-9-43"
#define MyAppVersion "0-9-45"
#define MyAppPublisher "ParallaxInc"
#define MyAppURL "parallax.com"
#define MyAppExeName "bin\SimpleIDE.exe"
Expand Down Expand Up @@ -115,8 +115,8 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil

[Registry]
; would like to use HKLM for these things if possible for specifying compiler and user workspace fields.
Root: HKCU; SubKey: Software\{#MyAppPublisher}; Flags: UninsDeleteKey;
Root: HKCU; SubKey: Software\{#MyAppPublisher}\SimpleIDE; Flags: UninsDeleteKey;
Root: HKCU; SubKey: Software\{#MyAppPublisher}; Flags: DeleteKey UninsDeleteKey;
Root: HKCU; SubKey: Software\{#MyAppPublisher}\SimpleIDE\*; Flags: DeleteKey UninsDeleteKey;
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Compiler; ValueData: "{app}\propeller-gcc\bin\propeller-elf-gcc.exe"; Flags: UninsDeleteKey;
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Includes; ValueData: "{app}\propeller-gcc\propeller-load\"; Flags: UninsDeleteKey;
;;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_Workspace; ValueData: "{userdocs}\Workspace"; Flags: UninsDeleteKey;
Expand All @@ -136,7 +136,6 @@ Root: HKCR; SubKey: "SimpleIDE\DefaultIcon"; ValueType: string; ValueData: "{app
;Root: HKCU; Subkey: "Software\{#MyAppPublisher}\SimpleIDE"; ValueType: string; ValueName: SimpleIDE_LastFileName; ValueData: "{userdocs}\Workspace\My Projects\Welcome.c"; Flags: UninsDeleteKey;

[Code]
procedure InitializeWizard;
begin
{ Create the pages }
Expand Down
2 changes: 1 addition & 1 deletion propside/propside.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEFINES += ENABLE_AUTOLIB
# These define the version number in Menu->About
DEFINES += IDEVERSION=0
DEFINES += MINVERSION=9
DEFINES += FIXVERSION=43
DEFINES += FIXVERSION=45
SOURCES += mainspin.cpp \
PropellerID.cpp \
editor.cpp \
Expand Down
Loading

0 comments on commit 4ee6497

Please sign in to comment.