Skip to content

Commit

Permalink
Merge branch 'feature/Sublocations' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ktekinay committed Sep 21, 2015
2 parents 8636383 + 56de266 commit d32a852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/IDEEmulator.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Protected Class IDEEmulator
#tag EndMethod

#tag Method, Flags = &h1
Protected Function SubLocation(baseLocation As String) As String
Protected Function SubLocations(baseLocation As String) As String
#pragma unused baseLocation

Extras.ShowWarning
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ Fork the project to your GitHub account. Use the "develop" branch for general fi
- Option to save a script with indents.
- Added keyboard shortcuts to menus for Windows and Linux.
- CurrentBuildTarget returns an integer instead of a string.

1.2.1 (September 21, 2015)
- Fixed typo (SubLocations, not SubLocation).
2 changes: 1 addition & 1 deletion XsEdit.xojo_project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Type=Desktop
RBProjectVersion=2015.022
RBProjectVersion=2015.024
MinIDEVersion=20070100
Class=App;App.xojo_code;&h21983FFF;&h0;false
Folder=Menu Stuff;Menu Stuff;&h5C6C67FF;&h0;false
Expand Down

0 comments on commit d32a852

Please sign in to comment.