Skip to content

Commit

Permalink
Merge pull request #24 from tempelmann/master
Browse files Browse the repository at this point in the history
Update of Realbasic project
  • Loading branch information
bdrister committed Jun 20, 2012
2 parents 1cb2ff8 + 9b68f62 commit 01a1547
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 1,294 deletions.
1 change: 1 addition & 0 deletions License Utility/.gitignore
@@ -1,2 +1,3 @@
/build/ /build/
/DerivedData/ /DerivedData/
/AquaticPrime Developer.app/
Binary file removed Source/RealBasic/.AquaticPrime.rbuistate
Binary file not shown.
23 changes: 1 addition & 22 deletions Source/RealBasic/App.rbbas
@@ -1,22 +1 @@
#tag Class #tag ClassProtected Class AppInherits Application #tag MenuHandler Function FileCreateLicense() As Boolean Handles FileCreateLicense.Action CreateWin.Show Return True End Function #tag EndMenuHandler #tag MenuHandler Function FileValidateLicense() As Boolean Handles FileValidateLicense.Action ValidateWin.Show Return True End Function #tag EndMenuHandler #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public #Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete" #Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete" #tag EndConstant #tag Constant, Name = kFileQuit, Type = String, Dynamic = False, Default = \"&Quit", Scope = Public #Tag Instance, Platform = Windows, Language = Default, Definition = \"E&xit" #tag EndConstant #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public #Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q" #Tag Instance, Platform = Linux, Language = Default, Definition = \"Ctrl+Q" #tag EndConstant #tag ViewBehavior #tag EndViewBehaviorEnd Class#tag EndClass
Protected Class App
Inherits Application
#tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public
#Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete"
#Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete"
#tag EndConstant

#tag Constant, Name = kFileQuit, Type = String, Dynamic = False, Default = \"&Quit", Scope = Public
#Tag Instance, Platform = Windows, Language = Default, Definition = \"E&xit"
#tag EndConstant

#tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public
#Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q"
#Tag Instance, Platform = Linux, Language = Default, Definition = \"Ctrl+Q"
#tag EndConstant


#tag ViewBehavior
#tag EndViewBehavior
End Class
#tag EndClass
Expand Down

0 comments on commit 01a1547

Please sign in to comment.