Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,382 changes: 1,382 additions & 0 deletions osx/Nide.xcodeproj/Pau.mode1v3

Large diffs are not rendered by default.

88 changes: 88 additions & 0 deletions osx/Nide.xcodeproj/Pau.pbxuser
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
// !$*UTF8*$!
{
5FD74C5E15F8AB3400338F56 /* Nide */ = {
isa = PBXExecutable;
activeArgIndices = (
);
argumentStrings = (
);
autoAttachOnCrash = 1;
breakpointsEnabled = 0;
configStateDict = {
};
customDataFormattersEnabled = 1;
dataTipCustomDataFormattersEnabled = 1;
dataTipShowTypeColumn = 1;
dataTipSortType = 0;
debuggerPlugin = GDBDebugging;
disassemblyDisplayState = 0;
enableDebugStr = 1;
environmentEntries = (
);
executableSystemSymbolLevel = 0;
executableUserSymbolLevel = 0;
libgmallocEnabled = 0;
name = Nide;
showTypeColumn = 0;
sourceDirectories = (
);
};
5FD74C7615F8AB3800338F56 /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
scmConfiguration = {
repositoryNamesForRoots = {
"" = "";
};
};
};
5FD74C7715F8AB3800338F56 /* Code sense */ = {
isa = PBXCodeSenseManager;
indexTemplatePath = "";
};
F5B0127B14B482B900145F5E /* Project object */ = {
activeBuildConfigurationName = Debug;
activeExecutable = 5FD74C5E15F8AB3400338F56 /* Nide */;
activeTarget = F5B0128314B482BA00145F5E /* Nide */;
codeSenseManager = 5FD74C7715F8AB3800338F56 /* Code sense */;
executables = (
5FD74C5E15F8AB3400338F56 /* Nide */,
);
perUserDictionary = {
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
341,
20,
48.16259765625,
43,
43,
20,
);
PBXFileTableDataSourceColumnsKey = (
PBXFileDataSource_FiletypeID,
PBXFileDataSource_Filename_ColumnID,
PBXFileDataSource_Built_ColumnID,
PBXFileDataSource_ObjectSize_ColumnID,
PBXFileDataSource_Errors_ColumnID,
PBXFileDataSource_Warnings_ColumnID,
PBXFileDataSource_Target_ColumnID,
);
};
PBXPerProjectTemplateStateSaveDate = 368618292;
PBXWorkspaceStateSaveDate = 368618292;
};
sourceControlManager = 5FD74C7615F8AB3800338F56 /* Source Control */;
userBuildSettings = {
};
};
F5B0128314B482BA00145F5E /* Nide */ = {
activeExec = 0;
executables = (
5FD74C5E15F8AB3400338F56 /* Nide */,
);
};
}
48 changes: 48 additions & 0 deletions osx/build/Debug/Nide.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>10K549</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>Nide</string>
<key>CFBundleIconFile</key>
<string>nide.icns</string>
<key>CFBundleIdentifier</key>
<string>com.github.coreh.Nide</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Nide</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10M2518</string>
<key>DTPlatformVersion</key>
<string>PG</string>
<key>DTSDKBuild</key>
<string>10M2518</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>DTXcode</key>
<string>0400</string>
<key>DTXcodeBuild</key>
<string>10M2518</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Marco Aurélio. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
Binary file added osx/build/Debug/Nide.app/Contents/MacOS/Nide
Binary file not shown.
1 change: 1 addition & 0 deletions osx/build/Debug/Nide.app/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.cm-s-default span.cm-keyword {
color: #708;
/* background: rgba(200,50,180, 0.1);
border-radius: 4px;
padding: 2px;
text-shadow: 0 1px 0 white;*/
}
.cm-s-default span.cm-atom {color: #219;}
.cm-s-default span.cm-number {color: #164;}
.cm-s-default span.cm-def {color: #00f;}
.cm-s-default span.cm-variable {color: #222;}
.cm-s-default span.cm-variable-2 {color: #05a;}
.cm-s-default span.cm-variable-3 {color: #0a5;}
.cm-s-default span.cm-property {color: #338;}
.cm-s-default span.cm-operator {color: #777;}
.cm-s-default span.cm-comment {
color: #a50;
background: rgba(200,180,50, 0.05);
border-radius: 4px;
padding: 2px 0;
text-shadow: 0 1px 0 white;
opacity: 0.5;
}
.cm-s-default span.cm-comment:hover {
opacity: 1.0;
}
.cm-s-default span.cm-string {
color: #a11;
background: rgba(200,50,180, 0.05);
border-radius: 4px;
padding: 2px 0;
text-shadow: 0 1px 0 white;
}
.cm-s-default span.cm-string-2 {color: #f50;}
.cm-s-default span.cm-meta {color: #555;}
.cm-s-default span.cm-error {color: #f00;}
.cm-s-default span.cm-qualifier {color: #555;}
.cm-s-default span.cm-builtin {color: #30a;}
.cm-s-default span.cm-bracket {color: #cc7;}
.cm-s-default span.cm-tag {color: #170;}
.cm-s-default span.cm-attribute {color: #00c;}
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
// SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
// --------- ------- ---- ------- ----------- ---------- ----------- -----------
// base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
// base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
// base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
// base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
// base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
// base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
// base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
// base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
// yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
// orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
// red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
// magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
// violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
// blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
// cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
// green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60

@base03: #002b36;
@base02: #073642;
@base01: #586e75;
@base00: #657b83;
@base0: #839496;
@base1: #93a1a1;
@base2: #eee8d5;
@base3: #fdf6e3;
@yellow: #b58900;
@orange: #cb4b16;
@red: #dc322f;
@magenta: #d33682;
@violet: #6c71c4;
@blue: #268bd2;
@cyan: #2aa198;
@green: #859900;

html * {
color-profile: sRGB;
rendering-intent: auto;
}

.rebase(@rebase03,@rebase02,@rebase01,@rebase00,@rebase0,@rebase1,@rebase2,@rebase3) {
background-color: @rebase03;
color: @rebase0;

.emphasis { font-weight:bold;}
.dotted { border-bottom: 1px dotted @orange; }

.CodeMirror-gutter {
background-color: @rebase02;
border-right: 3px solid @rebase02;
.CodeMirror-gutter-text {
color: @rebase01;
}
}
.CodeMirror-cursor {
border-left-color: @rebase3 !important;
}

.CodeMirror-matchingbracket {
color: @rebase3;
background-color: @rebase02;
box-shadow: 0 0 10px @rebase02;
.emphasis;
}
.CodeMirror-nonmatchingbracket {
.CodeMirror-matchingbracket;
color: @red;
.dotted;
}

span {
&.cm-keyword { color: @rebase0; .emphasis; }
&.cm-atom { color: @cyan; }
&.cm-number { color: @rebase1; }
&.cm-def { color: @blue; }

&.cm-variable{ color: @orange; }
&.cm-variable-2{ .cm-variable; }
&.cm-variable-3{ .cm-variable; }

&.cm-comment { color: @rebase01; }

&.cm-property { color: @yellow; }
&.cm-operator { color: @rebase0; }
&.cm-string { color: @violet; }
&.cm-error{ .emphasis; .dotted; }
&.cm-bracket { color: @orange; }

&.cm-tag { color: @rebase0; }
&.cm-attribute { color: @rebase1; .emphasis; }
&.cm-meta { color: @blue; }

// Unstyled
&.cm-qualifier{ }
&.cm-builtin { }
&.cm-null {}
&.cm-undefined {}
}
}

.cm-s-solarized-light {
.rebase(@base3, @base2, @base1, @base0, @base00, @base01, @base02, @base03);
}
.cm-s-solarized-dark {
.rebase(@base03, @base02, @base01, @base00, @base0, @base1, @base2, @base3);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
.CodeMirror {
line-height: 1em;
font-family: monospace;
}

.CodeMirror-gutter {
position: absolute; left: 0; top: 0;
background-color: #f7f7f7;
border-right: 1px solid #eee;
min-width: 2em;
height: 100%;
}
.CodeMirror-gutter-text {
color: #aaa;
text-align: right;
padding: .4em .2em .4em .4em;
}
.CodeMirror-lines {
padding: .4em;
}

.CodeMirror pre {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border-width: 0; margin: 0; padding: 0; background: transparent;
font-family: inherit;
font-size: inherit;
padding: 0; margin: 0;
white-space: pre;
word-wrap: normal;
}

.CodeMirror textarea {
font-family: inherit !important;
font-size: inherit !important;
}

.CodeMirror-cursor {
z-index: 10;
position: absolute;
visibility: hidden;
border-left: 1px solid black !important;
}
.CodeMirror-focused .CodeMirror-cursor {
visibility: visible;
}

span.CodeMirror-selected {
background: #ccc !important;
color: HighlightText !important;
padding: 2px 0;
border-radius: 0 !important;
}
.CodeMirror-focused span.CodeMirror-selected {
background: Highlight !important;
}

.CodeMirror-matchingbracket {
color: #641 !important;
background: #fe7;
box-shadow: 0 0 10px #fe7;
border-radius: 4px;
}
.CodeMirror-nonmatchingbracket {
color: #f22 !important;
box-shadow: 0 0 2px #f22;
border-radius: 4px;
}
Loading