Hy TextMate users
I've got a strange problem: if I'm opening a file from my NAS Synology
CubeStation CS 307 and then try to save the file after changes,
TextMate hangs up. Anyone out there with a same problem?
Regards
Dave
hi - I am getting strange behavior when I try to commit or do a diff
with the svn bundle; it had been working fine before but now when I
commit I get no action and when I do a diff I get the output below.
can anyone spare me a clue?
cheers!
sh: : command not found
/Users/dvinay/Library/Application Support/TextMate/Support/lib/ui.rb:
192:in `initialize': No such dialog ()} for command: '' -a -c -p \<\?
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\>details\</key\>'
'\ \<string\>\</string\>'
'\ \<key\>isIndeterminate\</key\>'
'\ \<true/\>'
'\ \<key\>progressAnimate\</key\>'
'\ \<true/\>'
'\ \<key\>summary\</key\>'
'\ \<string\>Accessing\ Subversion\ Repository…\</string\>'
'\ \<key\>title\</key\>'
'\ \<string\>Diff\ With\ Newest\</string\>'
'\</dict\>'
'\</plist\>'
' ProgressDialog.nib from /Users/dvinay/Library/Application Support/
TextMate/Support/lib/ui.rb:15:in `new'
from /Users/dvinay/Library/Application Support/TextMate/Support/lib/
ui.rb:15:in `dialog'
from /Users/dvinay/Library/Application Support/TextMate/Support/lib/
progress.rb:42:in `call_with_progress'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Subversion.tmbundle/Support/svn_diff.rb:39:in
`diff_working_copy_with_revision'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Subversion.tmbundle/Support/svn_diff.rb:21:in `diff_active_file'
from -:5
Hey,
after tinkering with tm_dialog for a plugin[1] I have come to really
wish you could embed an 'html output' webview into a NIB.
The idea being that instead of invoking
'returnArgument:your:arguments:' you could invoke
'htmlOutput:your_command:and:arguments:' and display the results
directly in the dialog rather than outputting to an enclosing html
view.
Note that I don't want to do async and then update the dialog with
results (to go in a listview perhaps). The process I'm getting
results from can take a long time to complete and can generate reams
of information so I want to display the partial results as they come
in.
Obviously you'd need to wire-up the WebView delegates to point to the
File's Owner, as well as tell the File's Owner about the WebView and
progress indicator etc etc.
I tried some cruel hacks by instantiating OakHTMLOutputManager in my
nib and wiring it all together. Alas, I could only manage to evaluate
a "TextMate.system" calling [[webview windowScriptObject]
evaluateWebScript] via bindings. I also managed some other
experiments to tell the OakHTMLOutputManager that it was busy (to
update the progress control).
The only other behavior I cold elicit was some spectacular crashes
trying to convince the OakHTMLOutputManager to invoke anything...
yeah, I know I'm tinkering with stuff I shouldn't :-)
So... my question: is there any way in current TM to achieve my goal
(embed html output in a dialog) - perhaps in DIALOG2 (that I haven't
looked at yet)?
Assuming the answer is 'no' - I'd just like to say that capability
could be an excellent bridge between the current tm_dialog+html_output
and a full-blown plugin.
Thanks for listening,
Trevor
[1] http://github.com/protocool/ack-tmbundle/tree/master
--
--
Trevor Squires
http://somethinglearned.com
Hi,
there is a very tiny and marginal issue about rendering in the content
of the tooltip under Leopard.
If I have a string "simplified" (length 10) it will be displayed as
"simplified" (length 9) caused by the used fi ligature. This leads to
a small problem if one wants to output a pretty looking table for
instance. Under Tiger is that not the case.
Is this behaviour switchable?
--Hans
Hi,
I'm just beginning to like Python ;)
Caused by that issue here are some tiny suggestions:
Walter Dörwald had the idea to provide exit codes similar to Ruby's
exit_codes.rb.
This could be integrate in tm_helpers.py à la:
def exit_discard():
sys.exit(200)
def exit_replace_text(out = ''):
if out: print out
sys.exit(201)
def exit_replace_document(out = ''):
if out: print out
sys.exit(202)
def exit_insert_text(out = ''):
if out: print out
sys.exit(203)
def exit_insert_snippet(out = ''):
if out: print out
sys.exit(204)
def exit_show_html(out = ''):
if out: print out
sys.exit(205)
def exit_show_tool_tip(out = ''):
if out: print out
sys.exit(206)
def exit_create_new_document(out = ''):
if out: print out
sys.exit(207)
Furthermore tm_helpers' sh(cmd) is not UTF-8 safe.
If I'm using e.g. popen("grep 'ä' 'test.txt'") or tm_helpers.sh("grep
'ä' 'test.txt'") I have problems with the codec.
I tried several things to encode/decode unicode but no success. Maybe
some of you can fix this.
I went the way to use popen2. Then I didn't have such problems (?)
The next issue is regarding dialog.py. Maybe one could the function
'menu' looking for DIALOG2. If there's DIALOG2 it uses that syntax,
if not fall back to DIALOG1.
This could also be done for Ruby's ui.rb.
Cheers,
--Hans
I moved the mailing list to a new server. I couldn’t migrate
individual user settings (other than digest/non-digest) so if you had
disabled mail delivery or similar, you’ll have to do that again and if
you had a list password, then that is now reset.
We may also have lost around 40 subscribers, at least if the number of
subscribers in Mailman’s web UI is correct.
Also, messages to the list sent in the last 8 hours or so have bounced
with “relay access denied”.
But other than that, everything went smooth :)
My TextMate today started acting funny. When some
text is represented as italic (e.g., in LaTeX, inside an
\emph{THIS TEXT SHOWN AS ITALIC} ,
the text looks corrupted: some of the caracters are
replaced by other characters. If I switch back to
non-italic e.g. by changing bundle, everything looks ok.
Two funny thngs:
1) not all characters are changed. This
\textit{AAAAAAAAAAAAAAAAAAAAAAAAAAAA}
appears perfect. On the other hand, if I write
\textit{EEEEEEEEEEEEEEEEEEEEEEEEEEEEE}
some of the E's are replaced by an upperscore:
the 4th, the 8th, 12th AND 13th, etc.periodically
2) if I shift the thing, the position of the corrupted
characters remain fixed:i.e., if I write
\textit{EEEEEEEEEEEEEEEEEEEEEEEEEEEEE}
(three spaces at the beginning) now the 1st,
5th, etc are changed into an upperscore.
Any ideas before I download a fresh copy and reinstall?
Thanks
Piero
Hi,
is there/could there be a way to cache the undo-history in TM or
future TM2 even after closing the programm?
Users of laptop computers who prefer the sleep mode instead of shuting
down the computer will have the advantage to find their desktops/
workspaces just as they have left them, including undo histrories.
They will have the disadvantage that sleepmode will suck empty their
batteries, especially when you have a lot of RAM installed. Also this
is over the time lowering the life expectancy of your accu set.
Sometimes I only use sleep mode because I dont want to loose the
changes that I have made in TM (code debugging most of the time)...
If Historie would be cached, I then have one reason less to worry
about shutting down completely or not.
Id be happy if more programs could support such a behaviour, it is
convenient and will save at least some resources and energy.
Thanks & sincere
Dennis