My Recent Pastes (42 and counting)
All Pasties (over 42 and counting)
Below are summaries of the 15 most recent pasties by soryu.
July 24, 2007
3:18PM EDT
by soryu
View more (45 lines)
1 2 3 4 5 |
Index: ../../Support/lib/textmate.rb =================================================================== --- ../../Support/lib/textmate.rb (revision 7784) +++ ../../Support/lib/textmate.rb (working copy) @@ -45,7 +45,7 @@ |
July 21, 2007
5:33PM EDT
by soryu
View more (11 lines)
1 2 3 4 5 |
Hi Stanley, Just a quick question with regards your (very useful!) TODO bundle for Textmate. Am I correct in thinking it doesn't follow symlinks when searching for markers? If so, is this something you'd consider adding to a future release? |
June 13, 2007
5:34PM EDT
by soryu
1 2 3 |
# if we are not called directly from TM (e.g. JavaScript) the caller
# should ensure that RUBYLIB is set properly
$: << "#{ENV["TM_SUPPORT_PATH"]}/lib" if ENV.has_key? "TM_SUPPORT_PATH"
|
May 18, 2007
4:23PM EDT
by soryu
View more (12 lines)
1 2 3 4 5 |
Index: /Users/soryu/Library/Application Support/TextMate/Support/lib/textmate.rb =================================================================== --- /Users/soryu/Library/Application Support/TextMate/Support/lib/textmate.rb (revision 7278) +++ /Users/soryu/Library/Application Support/TextMate/Support/lib/textmate.rb (working copy) @@ -103,6 +103,7 @@ |
November 26, 2006
5:23PM EDT
by soryu
View more (18 lines)
1 2 3 4 5 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
|
November 09, 2006
4:45PM EDT
by soryu
View more (46 lines)
1 2 3 4 5 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
|
November 01, 2006
5:57PM EDT
by soryu
View more (13 lines)
1 2 3 4 5 |
moiraine:/Library/Application Support/TextMate/Bundles soryu$ grep -r "#smarty" . ./ASP_vb_NET.tmbundle/Syntaxes/.svn/text-base/HTML for ASP.net.plist.svn-base: <string>#smarty</string> ./ASP_vb_NET.tmbundle/Syntaxes/.svn/text-base/HTML for ASP.net.plist.svn-base: <string>#smarty</string> ./ASP_vb_NET.tmbundle/Syntaxes/HTML for ASP.net.plist: <string>#smarty</string> ./ASP_vb_NET.tmbundle/Syntaxes/HTML for ASP.net.plist: <string>#smarty</string> |
November 01, 2006
4:05PM EDT
by soryu
View more (6 lines)
1 2 3 4 5 |
svn = ENV['TM_SVN'] || 'svn' -svn = `which svn`.chomp unless svn[0] == ?/ +unless svn[0] == ?/ + svn = `which svn`.chomp + ENV['TM_SVN'] = svn |
October 30, 2006
6:26PM EDT
by soryu
1 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
October 29, 2006
3:24PM EDT
by soryu
View more (58 lines)
1 2 3 4 5 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
October 28, 2006
10:24PM EDT
by soryu
View more (228 lines)
1 2 3 4 5 |
/* Stylesheet generated from TextMate theme * * Vibrant Ink * * |
October 17, 2006
7:28PM EDT
by soryu
View more (6 lines)
1 2 3 4 5 |
require_cmd "${TM_SVN:=svn}" "If you have installed svn, then you need to either update your <tt>PATH</tt> or set the <tt>TM_SVN</tt> shell variable (e.g. in Preferences / Advanced)"
"${TM_RUBY:-ruby}" -r "$TM_SUPPORT_PATH/lib/shelltokenize.rb" <<END
svn = ENV['TM_SVN'] || "svn"
puts %x{#{svn} add #{TextMate.selected_paths_for_shell}}
|
October 16, 2006
5:54PM EDT
by soryu
View more (17 lines)
1 2 3 4 5 |
moiraine:/Library/Application Support/TextMate/Bundles/Rails.tmbundle soryu$ svn up D Snippets/logger.debug (ldb).plist D Snippets/170 eruby forin.plist A Snippets/logger_info.tmSnippet A Snippets/logger_warn.tmSnippet |
October 15, 2006
8:36AM EDT
by soryu
View more (18 lines)
1 2 3 4 5 |
On 15. Oct 2006, at 03:10, Charilaos Skiadas wrote:
[...] it assumes the code is Python code [...] We could perhaps come up with some convention, like having to precede the \begin{lstlisting} line with a command line like:
# Java code
|
Pastie