primeminister / BB-Sublime-snippets

Backbase sublime snippets, like gadget namespace tags and jstl/core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbase specific Sublime snippets

Backbase sublime snippets like gadget namespace tags and jstl/core. There are two snippet bundles with their own tab completion short code.

Usage:

Put them in your Sublime Text application support folder: ~/Library/Application Support/Sublime Text 2/Packages/User

Then in your editor you have two tab completion shortcodes. One for every snippet bundle:

  • type in 'g:' and hit <tab>
    • g:include
    • g:model
    • g:preferences
    • g:preference
    • g:enumeration preference
  • type in 'c:' and hit <tab>
    • c:out
    • c:if
    • c:foreach
    • c:set

Want to expand or found some bugs?

Please fork the repo and send me a pull request with some comments.

Thanks!

License

Copyright 2013 Backbase B.V.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Backbase sublime snippets, like gadget namespace tags and jstl/core