Hey all,
when writing JavaScript i do have reporting errors then, i wonder how to jump to thos errors and see any comment about them.
best,
Yvon
On 24. Mar 2007, at 14:26, Une Bévue wrote:
when writing JavaScript i do have reporting errors then, i wonder how to jump to thos errors and see any comment about them.
Where exactly are errors reported? I take it this is by using the JavaScript Tools bundle? I thought it had a clickable validation results window, though also a tool-tip for just showing them. You’d need to invoke the former action to click the errors.
Le 31 mars 07 à 16:43, Allan Odgaard a écrit :
Where exactly are errors reported?
within a tooltip
I take it this is by using the JavaScript Tools bundle? I thought it had a clickable validation results window, though also a tool- tip for just showing them. You’d need to invoke the former action to click the errors.
i've attempted validated like that however i get a Ruby error from the Tools bundle :
/Library/Application Support/TextMate/Bundles/JavaScript Tools.tmbundle/Support/bin/lint.rb:29: undefined method `+' for nil:NilClass (NoMethodError) from /Library/Application Support/ TextMate/Bundles/JavaScript Tools.tmbundle/Support/bin/lint.rb:27:in `map' from /Library/Application Support/TextMate/Bundles/JavaScript Tools.tmbundle/Support/bin/lint.rb:27 from /Library/Application Support/TextMate/Bundles/JavaScript Tools.tmbundle/Support/bin/ lint.rb:22:in `map' from /Library/Application Support/TextMate/ Bundles/JavaScript Tools.tmbundle/Support/bin/lint.rb:22
may be i don't have the latest version of "JavaScript Tools" i'll try to re(svn)sync asap.
best,
Yvon
Le 2 avr. 07 à 12:39, Une Bévue a écrit :
may be i don't have the latest version of "JavaScript Tools" i'll try to re(svn)sync asap.
i did it :
/Library/Application Support/TextMate/Bundles%> sudo svn up *.tmbundle Password: U CSS.tmbundle/Commands/Insert Color.plist U CSS.tmbundle/Preferences/Property Completions.tmPreferences A CSS.tmbundle/Snippets/Fixed Position Bottom 100% wide IE6.tmSnippet A CSS.tmbundle/Snippets/scrollbar.tmSnippet U CSS.tmbundle/info.plist U CSS.tmbundle/Syntaxes/CSS.plist Updated to revision 6937. Updated to revision 6937. Updated to revision 6937. Updated to revision 6. U JavaScript.tmbundle/Syntaxes/JavaScript.plist Updated to revision 6937. Updated to revision 6937. Updated to revision 6937. /Library/Application Support/TextMate/Bundles%> osascript -e 'tell app "TextMate" to reload bundles'
resulting in the same error :[
best,
Yvon