From 17ccd58318a9e40ad1371066fb421a0e295efc9e Mon Sep 17 00:00:00 2001 From: Jonathan Mitchell Date: Tue, 16 Apr 2013 11:45:46 +0100 Subject: [PATCH] Renamed syntax definition header and copied header to public framework folder. --- Fragaria.xcodeproj/project.pbxproj | 14 +++++++++----- MGSFragaria.h | 1 + MGSSyntaxDefinition.h => SMLSyntaxDefinition.h | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) rename MGSSyntaxDefinition.h => SMLSyntaxDefinition.h (98%) diff --git a/Fragaria.xcodeproj/project.pbxproj b/Fragaria.xcodeproj/project.pbxproj index ebbaa973..72bc59fc 100644 --- a/Fragaria.xcodeproj/project.pbxproj +++ b/Fragaria.xcodeproj/project.pbxproj @@ -56,6 +56,7 @@ AB8386D91719E3D3004408F4 /* MGSPreferencesFontsAndColours.xib in Resources */ = {isa = PBXBuildFile; fileRef = AB8386D71719E3D3004408F4 /* MGSPreferencesFontsAndColours.xib */; }; AB8386DA1719E3D3004408F4 /* MGSPreferencesTextEditing.xib in Resources */ = {isa = PBXBuildFile; fileRef = AB8386D81719E3D3004408F4 /* MGSPreferencesTextEditing.xib */; }; AB8387AA171B4505004408F4 /* SMLSyntaxColouringDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AB8387A9171B4505004408F4 /* SMLSyntaxColouringDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB8387C5171D6115004408F4 /* SMLSyntaxDefinition.h in Headers */ = {isa = PBXBuildFile; fileRef = AB8387C4171D6115004408F4 /* SMLSyntaxDefinition.h */; settings = {ATTRIBUTES = (Public, ); }; }; ABA1C12316144EFD00C8723F /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = ABA1C12116144D3F00C8723F /* README.md */; }; ABA812DC11B6855200A29990 /* LICENSE-2.0.txt in Resources */ = {isa = PBXBuildFile; fileRef = ABA812DB11B6855200A29990 /* LICENSE-2.0.txt */; }; ABC1D5D0160B06F7008769EB /* MGSPreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = AB69B80A118B8D0400903D1D /* MGSPreferencesController.m */; }; @@ -254,6 +255,7 @@ AB8386D71719E3D3004408F4 /* MGSPreferencesFontsAndColours.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MGSPreferencesFontsAndColours.xib; sourceTree = ""; }; AB8386D81719E3D3004408F4 /* MGSPreferencesTextEditing.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MGSPreferencesTextEditing.xib; sourceTree = ""; }; AB8387A9171B4505004408F4 /* SMLSyntaxColouringDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMLSyntaxColouringDelegate.h; sourceTree = ""; }; + AB8387C4171D6115004408F4 /* SMLSyntaxDefinition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMLSyntaxDefinition.h; sourceTree = ""; }; ABA1C12116144D3F00C8723F /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = ""; }; ABA812DB11B6855200A29990 /* LICENSE-2.0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "LICENSE-2.0.txt"; sourceTree = ""; }; ABC1D5D4160B0801008769EB /* DBPrefsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBPrefsWindowController.h; sourceTree = ""; }; @@ -438,6 +440,11 @@ AB3972FD118C2A8200AEF388 /* headers */ = { isa = PBXGroup; children = ( + AB8387C4171D6115004408F4 /* SMLSyntaxDefinition.h */, + AB8387A9171B4505004408F4 /* SMLSyntaxColouringDelegate.h */, + E373BF121718A64700D71602 /* SMLAutoCompleteDelegate.h */, + E3D4B2751714D89700BB2CC6 /* SMLSyntaxError.h */, + E3C1850117175ED900801FE5 /* SMLErrorPopOver.h */, AB472BEA1299AF5100202CB5 /* SMLTextPerformer.h */, AB472B9F12997B3300202CB5 /* SMLBasicPerformer.h */, AB41C12E11920514004F0CB5 /* SMLGutterTextView.h */, @@ -479,12 +486,8 @@ AB472B9D12997B1F00202CB5 /* SMLBasicPerformer.m */, AB69B65A118B75FB00903D1D /* SMLSyntaxColouring.m */, AB472BE81299AF3800202CB5 /* SMLTextPerformer.m */, - E3D4B2751714D89700BB2CC6 /* SMLSyntaxError.h */, E3D4B2761714D89700BB2CC6 /* SMLSyntaxError.m */, - E3C1850117175ED900801FE5 /* SMLErrorPopOver.h */, E3C1850217175ED900801FE5 /* SMLErrorPopOver.m */, - E373BF121718A64700D71602 /* SMLAutoCompleteDelegate.h */, - AB8387A9171B4505004408F4 /* SMLSyntaxColouringDelegate.h */, ); name = Smultron; sourceTree = ""; @@ -571,7 +574,6 @@ AB472B6E129972E400202CB5 /* MGSTextMenuController.m */, ABC578D2160350240040B3FB /* MGSFragariaPreferences.m */, ABC578E81603D5FF0040B3FB /* MGSFragariaFontsAndColoursPrefsViewController.m */, - AB6C86C1160FA2B500488AF2 /* MGSGlyphGenerator.h */, AB6C86C2160FA2B500488AF2 /* MGSGlyphGenerator.m */, ABE25D081635CA7C00F23718 /* MGSFragariaPrefsViewController.h */, ABE25D091635CA7C00F23718 /* MGSFragariaPrefsViewController.m */, @@ -600,6 +602,7 @@ ABFBCC58119217F700F55626 /* Headers */ = { isa = PBXGroup; children = ( + AB6C86C1160FA2B500488AF2 /* MGSGlyphGenerator.h */, ABC578EB1603D7EB0040B3FB /* MGSFragariaTextEditingPrefsViewController.h */, ABC578E71603D5FF0040B3FB /* MGSFragariaFontsAndColoursPrefsViewController.h */, ABF28AEF14C075D400ECAD48 /* NSScanner+Fragaria.h */, @@ -633,6 +636,7 @@ ABC578E91603D6000040B3FB /* MGSFragariaFontsAndColoursPrefsViewController.h in Headers */, E373BF131718A64700D71602 /* SMLAutoCompleteDelegate.h in Headers */, AB8387AA171B4505004408F4 /* SMLSyntaxColouringDelegate.h in Headers */, + AB8387C5171D6115004408F4 /* SMLSyntaxDefinition.h in Headers */, ABC578ED1603D7ED0040B3FB /* MGSFragariaTextEditingPrefsViewController.h in Headers */, ABF28AF114C075D400ECAD48 /* NSScanner+Fragaria.h in Headers */, E3C1850317175ED900801FE5 /* SMLErrorPopOver.h in Headers */, diff --git a/MGSFragaria.h b/MGSFragaria.h index 935b85bf..8aa08cea 100644 --- a/MGSFragaria.h +++ b/MGSFragaria.h @@ -43,6 +43,7 @@ extern NSString * const ro_MGSFOSyntaxColouring; // readonly #import "MGSBreakpointDelegate.h" #import "SMLSyntaxError.h" #import "SMLSyntaxColouringDelegate.h" +#import "SMLSyntaxDefinition.h" @protocol MGSFragariaTextViewDelegate @optional diff --git a/MGSSyntaxDefinition.h b/SMLSyntaxDefinition.h similarity index 98% rename from MGSSyntaxDefinition.h rename to SMLSyntaxDefinition.h index 166aabd8..2245cf20 100644 --- a/MGSSyntaxDefinition.h +++ b/SMLSyntaxDefinition.h @@ -1,5 +1,5 @@ // -// MGSSyntaxDefinition.h +// SMLSyntaxDefinition.h // Fragaria // // Created by Jonathan on 16/04/2013.