[QUOTE=BrettJay;25826483][url="http://madeofcode.com/post/255055379/my-new-textmate-theme-made-of-code-download-it"]Made of Code[/url], it's a textmate theme, but its easy to install it for use with Sublime Text, as explained briefly [url="http://www.facepunch.com/threads/1021296-whats-the-best-program-for-making-web-sites?p=25784446&viewfull=1#post25784446"]here[/url].
Fair enough. What sort of plugins, though? The native autocomplete, snippets, zen coding, syntax highlighting and UI are pretty much everything I need to work. Granted, that's what everyone using Notepadd++ is saying.[/QUOTE]
The FTP plugin is the main one and I sometimes use the the file viewer one.
Fair enough, those are two worthwhile plugins.
One thing I'm hoping is that with the arrival of Sublime Text X on OSX, the developer will add more functionality to make it competitive against such Mac apps like Coda and Textmate, although Sublime is already similar to the latter in many ways.
If he's intending on trying to capture the Mac market, he's going to have to give Coda and Textmate users a very good reason to make the switch, but we'll see, could just be my wishful thinking.
If anybody is interested, here is the [url=http://anyhub.net/file/made_of_code.stylers.xml]Made of Code theme for notepad++[/url]. Just import it with the style importer and you're good to go.
[editline]3rd November 2010[/editline]
An example:
[img]http://ahb.me/PU6[/img]
Great job. Shame things encapsulated in quotes don't have the different background colour, that's part of the reason I'm currently using Made of Code with Sublime. Though it's not really a big deal, I'm just being pedantic.
Thanks : awesome :, tried to look for it but failed.
By the way, Brett:
[img]http://img.crembo.eu/images/cwampwwwco.png[/img]
Considering we're posting our text editors:
[img]http://up.dafk.net/files/b6274/sublime.png[/img]
Here we go then:
[img]http://anyhub.net/file/notepad-style.png[/img]
I love fullscreen editing, I'm an alt-tab whore.
PieClock why not just use
[php]
<select name="test">
<?php
for( $i = 0; $i <= 100; $i=$i + 5 ){
echo '<option value="'.$i.'">'.$i.'</option>';
}
?>
</select>
[/php]
For your select form?
[QUOTE=Crhem van der B;25828723]PieClock why not just use
[php]
<select name="test">
<?php
for( $i = 0; $i <= 100; $i=$i + 5 ){
echo '<option value="'.$i.'">'.$i.'</option>';
}
?>
</select>
[/php]
For your select form?[/QUOTE]
That would be too smart for me. :v: Good idea though, thanks.
[QUOTE=Crhem van der B;25827961]By the way, Brett:
[img_thumb]http://img.crembo.eu/images/cwampwwwco.png[/img_thumb][/QUOTE]
This pissing contest ain't over :v:
[img]http://dl.dropbox.com/u/1439918/editor.png[/img]
v:v:v
[editline]3rd November 2010[/editline]
[img]http://cl.ly/35nD/content[/img]
Is that second one a stripped down Notepad++?
[img]http://dl.dropbox.com/u/386727/ScrnCap/NotepadPP-Zenburn.png[/img]
Made my own Zenburn theme years ago and still use it today.
[QUOTE=StankyJoe;25835135]Is that second one a stripped down Notepad++?[/QUOTE]Sublime Text X on OS X.
Ahhh, Notepad got some new icons in the latest release, they look way better.
[img]http://img526.imageshack.us/img526/7458/notepadiconx4preview.jpg[/img]
[QUOTE=Crhem van der B;25828723]PieClock why not just use
[php]
<select name="test">
<?php
for( $i = 0; $i <= 100; $i=$i + 5 ){
echo '<option value="'.$i.'">'.$i.'</option>';
}
?>
</select>
[/php]
For your select form?[/QUOTE]
More like:
[php]
<select name="test">
<?php
for( $i = 0; $i <= 100; $i=$i + 5 ){
?><option value="<?= $i ?>"><?= $i ?></option><?
}
?>
</select>
[/php]
I prefer using single quote marks then the variables get highlighted by the syntax highlighter and I never use short tags, they're just lazy.
So what, variables work in quotes?
[QUOTE=jaybuz;25850127]I prefer using single quote marks then the variables get highlighted by the syntax highlighter and I never use short tags, they're just lazy.[/QUOTE]
Exactly why I use single quote.
[QUOTE=PieClock;25850703]So what, variables work in quotes?[/QUOTE]
Only in double quotes. Variables have to be appended to single quotes with a period.
[QUOTE=jaybuz;25850127]I prefer using single quote marks then the variables get highlighted by the syntax highlighter and I never use short tags, they're just lazy.[/QUOTE]Pretty sure they get highlighted in Sublime and Notepad++.
[img]http://dl.dropbox.com/u/1439918/Pics/2010-11-04_1448.png[/img]
[QUOTE=PieClock;25850703]So what, variables work in quotes?[/QUOTE]In double quotes, yes.
Maybe you found a weakness for notepad++ then.
[QUOTE=jaybuz;25851548]Only in double quotes. Variables have to be appended to single quotes with a period.[/QUOTE]
Well that's news to me, awesome.
So it's safe to say Sublime Text won the pissing contest? v:v:v
Wow, Sublime is really awesome. Too bad it costs.
Actually, it's free.
Sorry, you need to Log In to post a reply to this thread.