All Projects → kswedberg → Jquery Tmbundle

kswedberg / Jquery Tmbundle

TextMate bundle for jQuery

Labels

Projects that are alternatives of or similar to Jquery Tmbundle

Zek
Generate a Go struct from XML.
Stars: ✭ 451 (-21.15%)
Mutual labels:  xml
Log4rs
A highly configurable logging framework for Rust
Stars: ✭ 483 (-15.56%)
Mutual labels:  xml
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Stars: ✭ 5,545 (+869.41%)
Mutual labels:  xml
Wiremock
A tool for mocking HTTP services
Stars: ✭ 4,790 (+737.41%)
Mutual labels:  xml
Quick Xml
Rust high performance xml reader and writer
Stars: ✭ 480 (-16.08%)
Mutual labels:  xml
Tokenizer
A small library for converting tokenized PHP source code into XML (and potentially other formats)
Stars: ✭ 4,770 (+733.92%)
Mutual labels:  xml
Veditorkit
Lightweight and Powerful Editor Kit
Stars: ✭ 441 (-22.9%)
Mutual labels:  xml
Xstream
Serialize Java objects to XML and back again.
Stars: ✭ 569 (-0.52%)
Mutual labels:  xml
Corexlsx
Excel spreadsheet (XLSX) format parser written in pure Swift
Stars: ✭ 481 (-15.91%)
Mutual labels:  xml
Basex
BaseX Main Repository.
Stars: ✭ 515 (-9.97%)
Mutual labels:  xml
Soapengine
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
Stars: ✭ 468 (-18.18%)
Mutual labels:  xml
Iguana
universal serialization engine
Stars: ✭ 481 (-15.91%)
Mutual labels:  xml
Markupkit
Declarative UI for iOS and tvOS
Stars: ✭ 508 (-11.19%)
Mutual labels:  xml
Xmlcoder
Easy XML parsing using Codable protocols in Swift
Stars: ✭ 460 (-19.58%)
Mutual labels:  xml
Servicestack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Stars: ✭ 4,976 (+769.93%)
Mutual labels:  xml
Node Xml2js
XML to JavaScript object converter.
Stars: ✭ 4,402 (+669.58%)
Mutual labels:  xml
Untangle
Converts XML to Python objects
Stars: ✭ 499 (-12.76%)
Mutual labels:  xml
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+413.64%)
Mutual labels:  xml
Libexpat
🌿 Expat library: Fast streaming XML parser written in C; in the process of migrating from SourceForge to GitHub
Stars: ✭ 549 (-4.02%)
Mutual labels:  xml
Matchtagalways
A Vim plugin that always highlights the enclosing html/xml tags
Stars: ✭ 513 (-10.31%)
Mutual labels:  xml

jQuery Bundle for TextMate Project status

This is a TextMate bundle to help with jQuery functions.

Authors

  • Karl Swedberg
  • Jonathan Chaffer

License

This bundle is dual-licensed under MIT and GPL licenses (just like jQuery).

Use it, change it, fork it, sell it. Do what you will, but please leave the author attribution.

Installation

You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. (This requires 2.0+)

Manual Installation

The quickest way to install the bundle is via the command line. If you have Git installed, you'll probably want to install with Git. With or without, you can simply copy and paste each line one by one into the Terminal instructions ( lifted from drnic ):

Install with Git

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/kswedberg/jquery-tmbundle.git "JavaScript jQuery.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/kswedberg/jquery-tmbundle/tarball/master
tar zxf kswedberg-jquery-tmbundle*.tar.gz
rm kswedberg-jquery-tmbundle*.tar.gz
mv kswedberg-jquery-tmbundle* "JavaScript jQuery.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Download

If you'd like to avoid the command line altogether, you can download the bundle and install it:

  1. download the zip from http://github.com/kswedberg/jquery-tmbundle/zipball/master
  2. find the zip file on your local machine and double-click to unzip it
  3. change the file name from kswedberg-jquery-tmbundle-really_long_alpha_numeric_sequence to JavaScript jQuery.tmbundle (with a dot rather than a hyphen).
  4. double-click the JavaScript jQuery.tmbundle file
  5. open TextMate and select the following menu item: Bundles > Bundle Editor > Reload Bundles
  6. show the Bundle Editor (Bundles > Bundle Editor > Show Bundle Editor)
  7. scroll through the list of bundles to confirm that the bundle has been properly installed

Other Stuff

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].