Skip to content

Commit b816092

Browse files
committed
SublimeCodeIntel page from SublimeCodeIntel@gh-pages
0 parents  commit b816092

18 files changed

+1113
-0
lines changed

anim/cap_packed.png

392 KB
Loading

donate.html

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8' />
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7+
<meta name="description" content="SublimeCodeIntel : Full-featured code intelligence and smart autocomplete engine" />
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css?_=3">
10+
11+
<title>SublimeCodeIntel</title>
12+
13+
<script type="text/javascript">
14+
if (/Mac OS X/.test(navigator.userAgent)) document.documentElement.className += ' plat_osx';
15+
else if (/Linux|FreeBSD/.test(navigator.userAgent)) document.documentElement.className += ' plat_linux';
16+
else document.documentElement.className += ' plat_win';
17+
if (/WOW64|Win64|x86_64/.test(navigator.userAgent)) document.documentElement.className += ' arch_64';
18+
else document.documentElement.className += ' arch_32';
19+
</script>
20+
</head>
21+
22+
<body>
23+
<!-- HEADER -->
24+
<div id="header_wrap" class="outer">
25+
<header class="inner">
26+
<a id="forkme_banner" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel">View on GitHub</a>
27+
28+
<h1 id="project_title"><a href="/SublimeCodeIntel/"><span class="sublime">Sublime</span><span class="codeintel">CodeIntel</span></a></h1>
29+
<h2 id="project_tagline">A full-featured code intelligence and smart autocomplete engine for Sublime Text.<br><span class="title">JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.</span></h2>
30+
31+
<section id="downloads">
32+
<a class="zip_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/master.zip">Download this project as a .zip file</a>
33+
<a class="tar_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/tarball/master">Download this project as a tar.gz file</a>
34+
</section>
35+
</header>
36+
</div>
37+
38+
<div class="band">
39+
</div>
40+
41+
<!-- MAIN CONTENT -->
42+
<div id="main_content_wrap" class="outer">
43+
<section id="main_content" class="inner">
44+
45+
<!-- content begins -->
46+
<h1>Donate to SublimeCodeIntel!</h1>
47+
<h2>How will my donation be used?</h2>
48+
<p>Development of SublimeCodeIntel is done as an open-source project.</p>
49+
<p>The donations will be directly used to support SublimeCodeIntel's developers.</p>
50+
51+
<h2>How do I donate?</h2>
52+
<p>We accept donations via PayPal:</p>
53+
54+
<div style="text-align: center;">
55+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
56+
<input type="hidden" name="cmd" value="_s-xclick">
57+
<input type="hidden" name="hosted_button_id" value="VVX4Q9H3924LE">
58+
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online." style="vertical-align: bottom;">
59+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
60+
</form>
61+
</div>
62+
<!-- content ends -->
63+
64+
</section>
65+
</div>
66+
67+
<!-- FOOTER -->
68+
<div id="footer_wrap" class="outer">
69+
<footer class="inner">
70+
<p class="copyright">Ported from Open Komodo by <a href="https://github.com/Kronuz">Germán M. Bravo (Kronuz)</a></p>
71+
<p>The plugin is based in code from the Open Komodo Editor and has a MPL license.</p>
72+
</footer>
73+
</div>
74+
75+
<style type="text/css">
76+
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
77+
</style>
78+
79+
<script type="text/javascript" src="javascripts/main.js?_=1"></script>
80+
<script type="text/javascript">
81+
set_animation(animation_urls[0], animation_timelines[0], animation_urls[1])
82+
</script>
83+
</body>
84+
</html>

images/bg_hr.png

943 Bytes
Loading

images/blacktocat.png

1.39 KB
Loading

images/icon_download.png

1.13 KB
Loading

images/linux_title_bar.png

6.2 KB
Loading

images/osx_title_bar.png

7.04 KB
Loading

images/sprite_download.png

16.4 KB
Loading

images/win_bottom_bar.png

1.2 KB
Loading

images/win_left_bar.png

1.35 KB
Loading

images/win_right_bar.png

1.55 KB
Loading

images/win_title_bar.png

13.9 KB
Loading

index.html

+172
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8' />
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7+
<meta name="description" content="SublimeCodeIntel : Full-featured code intelligence and smart autocomplete engine" />
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css?_=3">
10+
11+
<title>SublimeCodeIntel</title>
12+
13+
<script type="text/javascript">
14+
if (/Mac OS X/.test(navigator.userAgent)) document.documentElement.className += ' plat_osx';
15+
else if (/Linux|FreeBSD/.test(navigator.userAgent)) document.documentElement.className += ' plat_linux';
16+
else document.documentElement.className += ' plat_win';
17+
if (/WOW64|Win64|x86_64/.test(navigator.userAgent)) document.documentElement.className += ' arch_64';
18+
else document.documentElement.className += ' arch_32';
19+
</script>
20+
</head>
21+
22+
<body>
23+
<!-- HEADER -->
24+
<div id="header_wrap" class="outer">
25+
<header class="inner">
26+
<a id="forkme_banner" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel">View on GitHub</a>
27+
28+
<h1 id="project_title"><a href="/SublimeCodeIntel/"><span class="sublime">Sublime</span><span class="codeintel">CodeIntel</span></a></h1>
29+
<h2 id="project_tagline">A full-featured code intelligence and smart autocomplete engine for Sublime Text.<br><span class="title">JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.</span></h2>
30+
31+
<section id="downloads">
32+
<a class="zip_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/master.zip">Download this project as a .zip file</a>
33+
<a class="tar_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/tarball/master">Download this project as a tar.gz file</a>
34+
</section>
35+
</header>
36+
</div>
37+
38+
<div class="band">
39+
<div id="anim_shell">
40+
<div id="anim_top"></div>
41+
<div id="anim_container">
42+
<div id="anim_left" style="float:left"></div>
43+
<div id="anim_right" style="float:right"></div>
44+
<canvas id="target" width="800" height="450">
45+
<div id="fallback" style="width: 800px; height: 450px; position: relative;"></div>
46+
</canvas>
47+
<div id="anim_overlay"></div>
48+
</div>
49+
<div id="anim_bottom"></div>
50+
</div>
51+
<div class="anim_caption">
52+
<div class="controls">
53+
<a href="javascript:prev()" class="skip"></a> &nbsp; <span id="content_index">1 / 3</span> &nbsp; <a href="javascript:next()" class="skip"></a>
54+
</div>
55+
56+
<div id="content">
57+
<div id="content1">Autocomplete code!</div>
58+
<div id="content2" style="display: none;">Jump to symbol definition!</div>
59+
<div id="content3" style="display: none;">Make your life easier with code intelligence!</div>
60+
</div>
61+
</div>
62+
</div>
63+
64+
<!-- MAIN CONTENT -->
65+
<div id="main_content_wrap" class="outer">
66+
<section id="main_content" class="inner">
67+
68+
<!-- content begins -->
69+
<p>Code intelligence plugin ported from <a href="http://www.openkomodo.com/" target="_blank">Open Komodo Editor</a> to <a href="http://www.sublimetext.com" target="_blank">Sublime Text</a>.</p>
70+
71+
<p>Supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2):</p>
72+
73+
<pre><code>JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.
74+
</code></pre>
75+
76+
<p>Provides the following features:</p>
77+
78+
<ul>
79+
<li>Jump to Symbol Definition - Jump to the file and line of the definition of a symbol.</li>
80+
<li>Imports autocomplete - Shows autocomplete with the available modules/symbols in real time.</li>
81+
<li>Function Call tooltips - Displays information in the status bar about the working function.</li>
82+
</ul>
83+
84+
<p>Plugin should work in all three platforms (MacOS X, Windows and Linux).</p>
85+
86+
87+
<h2>How do I donate?</h2>
88+
<p>We accept donations via PayPal:</p>
89+
90+
<div style="text-align: center;">
91+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
92+
<input type="hidden" name="cmd" value="_s-xclick">
93+
<input type="hidden" name="hosted_button_id" value="VVX4Q9H3924LE">
94+
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online." style="vertical-align: bottom;">
95+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
96+
</form>
97+
</div>
98+
99+
100+
<h2>Installing</h2>
101+
102+
<p><strong>With the Package Control plugin:</strong> The easiest way to install SublimeCodeIntel is through Package Control, which can be found at this site: <a href="http://wbond.net/sublime_packages/package_control">http://wbond.net/sublime_packages/package_control</a></p>
103+
104+
<p>Once you install Package Control, restart ST2 and bring up the Command Palette (<code>Command+Shift+P</code> on OS X, <code>Control+Shift+P</code> on Linux/Windows). Select "Package Control: Install Package", wait while Package Control fetches the latest package list, then select SublimeCodeIntel when the list appears. The advantage of using this method is that Package Control will automatically keep SublimeCodeIntel up to date with the latest version.</p>
105+
106+
<p><strong>Without Git:</strong> Download the latest source from <a href="http://github.com/SublimeCodeIntel/SublimeCodeIntel" target="_blank">GitHub</a> and copy the whole directory into the Packages directory.</p>
107+
108+
<p><strong>With Git:</strong> Clone the repository in your Sublime Text Packages directory, located somewhere in user's "Home" directory:</p>
109+
110+
<pre><code>git clone git://github.com/SublimeCodeIntel/SublimeCodeIntel.git
111+
</code></pre>
112+
113+
<p>The "Packages" packages directory is located differently in different platforms. To access the directory use:</p>
114+
115+
<ul>
116+
<li>
117+
<p>OS X:</p>
118+
119+
<p>Sublime Text -> Preferences -> Browse Packages...</p>
120+
</li>
121+
<li>
122+
<p>Linux:</p>
123+
124+
<p>Preferences -> Browse Packages...</p>
125+
</li>
126+
<li>
127+
<p>Windows:</p>
128+
129+
<p>Preferences -> Browse Packages...</p>
130+
</li>
131+
</ul><h2>Using</h2>
132+
133+
<ul>
134+
<li>Sublime CodeIntel will allow you to jump around symbol definitions even across files with just a click. To "Jump to Symbol Declaration" use <code>Control+Command+Alt+Up</code> (or <code>Alt+Click</code> on Windows, <code>Command+Click</code> on Linux or <code>Control+Click</code> on Mac OS X) over the symbol, and <code>Control+Command+alt+Left</code> for going back.</li>
135+
<li>Start typing code as usual, autocomplete will pop up whenever it's available. To trigger manual codeintel autocompletion use <code>Shift+Control+Space</code> (<code>Shift+Command+Space</code> on Mac OS X).</li>
136+
</ul>
137+
<p>Don't despair! The first time you use it it needs to build some indexes and it can take more than a few seconds (around six in my configuration).</p>
138+
139+
<p>It just works!</p>
140+
141+
<h2>Troubleshooting</h2>
142+
<ul>
143+
<li>Check the <code>~/.codeintel/codeintel.log</code> file to see if there are any errors in it or in the Sublime Text console.</li>
144+
145+
<li>Delete the directory with the CodeIntel database <code>~/.codeintel/db</code> and restart Sublime Text.</li>
146+
147+
<li>Building process is no longer distributed with this repository. You need to get <code>SublimeCodeIntel/<a href="https://github.com/SublimeCodeIntel/CodeIntelSources/" target="_blank">CodeIntelSources</a></code> to run build.sh. More information in <code>SublimeCodeIntel/CodeIntelSources/<a href="https://github.com/SublimeCodeIntel/CodeIntelSources/src" target="_blank">src</a></code>.</li>
148+
<li>Open an Issue in <a href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues" target="_blank">GitHub</a></li>
149+
</ul>
150+
<!-- content ends -->
151+
152+
</section>
153+
</div>
154+
155+
<!-- FOOTER -->
156+
<div id="footer_wrap" class="outer">
157+
<footer class="inner">
158+
<p class="copyright">Ported from Open Komodo by <a href="https://github.com/Kronuz">Germán M. Bravo (Kronuz)</a></p>
159+
<p>The plugin is based in code from the Open Komodo Editor and has a MPL license.</p>
160+
</footer>
161+
</div>
162+
163+
<style type="text/css">
164+
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
165+
</style>
166+
167+
<script type="text/javascript" src="javascripts/main.js?_=1"></script>
168+
<script type="text/javascript">
169+
set_animation(animation_urls[0], animation_timelines[0], animation_urls[1])
170+
</script>
171+
</body>
172+
</html>

0 commit comments

Comments
 (0)