Hello,
the "copy condensed sql to clipboard" function removes newlines from
string literals as well, effectively changing the semantics of the
query. It would be nice if it replaced them with the correct escape-
sequences, or even left them in...
e.g. if you copy "SELECT 'line 1
line 2' " to you clipboard, you get "SELECT 'line 1 line 2'", that
actually does something else... Especially nasty with INSERT/UPDATE
queries etc.
regards,
Matthijs
Hi,
I just connected via FTP with CyberDuck and edited a file with
Textmate. Then I wanted to save it back directly to the server with a
new name. The file is saved to a temporary folder on my local machine
but is not automatically uploaded ...
Is there anything I forgot about?
Thanks for any help ... 'K
--
k 'E B O Y
. /|\/|\/|\/|\
. / \/ \/ \/ \
Hey all,
i get another PATH (or the like) RubyMate versus command line
discrepancy.
i wanted to test osx/cocoa install against previous rubygems installed.
then i've done (cut'n paste) a small script using both kind of ruby
extension :
#!/usr/bin/env ruby -w
require 'osx/cocoa'
require 'plist'
require 'iphoto2' #<<-- line 6
blaahblahblah
this script is working well using command line however using RubyMate
i got :
RubyMate r2496 running Ruby v1.8.4.
>>> ~/work/Ruby/RubyCocoa/test.rb
LoadError: no such file to load -- iphoto2
method require
in test.rb at line 6
at top level
in test.rb at line 6
something really strange to me i dis install 'plist' and 'iphoto2' at
the same time and using the same tool 'rubygems'....
ans, they are in the same directory :
[...]
/opt/local/lib/ruby/gems/1.8/gems/iphoto2-1.0.1
/opt/local/lib/ruby/gems/1.8/gems/iphoto2-1.0.1/iphoto2.rb
/opt/local/lib/ruby/gems/1.8/gems/iphoto2-1.0.1/test_iphoto2.rb
[...]
/opt/local/lib/ruby/gems/1.8/gems/plist-1.0.0
/opt/local/lib/ruby/gems/1.8/gems/plist-1.0.0/plist.rb
/opt/local/lib/ruby/gems/1.8/gems/plist-1.0.0/test_plist.rb
[...]
in case u've some light about that obscure cavern ;-)
best,
Yvon
When opening a folder in TextMate, sometimes the "file browser" thingy opens
on the right and sometimes it opens on the left.
Does anyone know how to make it always open on the left?
Thanks,
Simon
Hi,
there seems to be an error in the very first rule of the SQL Syntax
in the svn repository.
it starts:
{ name = 'declaration.create.sql';
match = '(?i:^\s*(create)\s+(aggregate|conversion|database|domain|
function|group|(unique\s+)?index|language|operator class|operator|
rule|schema|sequence|table|tablespace|trigger|type|user|view)\s+)
([''"`])?(\w+)';
but should have an additional
([''"`])?
at the end.
Because as it is now, the closing ` (e.g.) starts a string after the
frist CREATE TABLE for me and that makes syntax highlighting useles
for the rest of the file.
Soryu.
Hi all!
When documenting old code, I find myself trying to stick to ~80
columns, but plenty (well some) of my actual code lines is longer
than that. So what I'd like is to have the right-margin displayed at
say 78 chars, but soft wrap on the current window size.
Is this already possible? If not, is this useful in general?
Thanks,
Daniel.
If you're still using Terminal, you will find iTerm is an excellent
replacement.
It has tabs for multiple terminals, shortcuts for SSHelling to other
hosts, etc.
with http://iterm.sourceforge.net/
Regards,
JJ
---
Help everyone. If you can't do that, then at least be nice.
I've been playing with Textmate's latex capabilities and I am impressed.
But I am unable to get any graphics. Here is an example (TMExample):
\documentclass[12pt]{article}
\usepackage{ps4pdf}
\PSforPDF{
\usepackage{pdftricks}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pstricks-add}
}
\pagestyle{empty}
\begin{document}
\PSforPDF {%
\begin{pspicture}(-5,-5)(5,5)
\psaxes[linecolor=blue,tickstyle=top]%
{<->}%
(0,0)(-5,-5)(5,5)
\end{pspicture}
}
\end{document}
Out of this I get a rectangle in the viewer saying:
Can’t show picture #1 because TMExample-pics.pdf not found. Create it
from TMExample.dvi using dvips and ps2pdf!
I am not sure what to do with this.
Hi List,
is there a shortcut to make tm close the current tag? On BBedit you
could find it under: Markup --> Close Current Tag. And it was pretty
useful.
'K:?
--
k 'E B O Y
. /|\/|\/|\/|\
. / \/ \/ \/ \
I believe the architecture information was added in 10.4.3 which was
the release after the announcement of the Intel switch.
Luke
> well that's strange. you're taking the correct route to get to the
> information. i'm running 10.4.3 though, so that MIGHT be why. it may
> have been added in the most recent update. only thing i can think of.
>
> Kyle
>
> On 1/11/06, Charilaos Skiadas <cskiadas(a)uchicago.edu> wrote:
>
>
>> On Jan 11, 2006, at 11:11 AM, Kyle Swank wrote:
>>
>>
>>
>>> if you expand the "More Info" section in 10.4.x you will see
>>> "Architecture: Intel, PowerPC"
>>>
>>>
>>>
>> These are the steps I take:
>> 1) Open Finder, and go to the Applications folder.
>> 2) Control-click to bring up the context menu, and select "Get Info".
>> 3) I see under general what I described above.
>> 4) If I click on the "More Info:" tab, I see only: "Last opened:
>> Sunday, January 8..."
>> 5) No Architecture information anywhere.
>>
>> Running 10.4.2. I do not however have the most current XCode version
>> installed, if that makes a difference.
>>
>>
>>
>>