Coldfusion For Mac



Browse

ColdFusion Sublime Text Package

Hi, my name is Dagogo Altraide and I create and narrate all the videos on here. This channel aims to let you experience the cutting edge of the world around. Coldfusion.tmbundle on which the syntax highlighting is based. Vscode-cfml, sublimetext-cfml, sublimetext-coldfusion and Ortus Solutions as inspiration for some of the features and CFML parser regular expressions. ColdFusion cfml, and script-based CFCs syntax highlighting. (see tmLanguage files) Auto inserts closing hash # (see Default (platform).sublime-keymap) Provides completions that match just after typing an opening angle bracket (see cfmlcompletions.py) Auto Complete ColdFusion Tags and Attributes (opt. Cf7, cf8, cf9 & cf10).

Installs

  • Total52K
  • Win45K
  • Mac6K
  • Linux1K
Oct 26Oct 25Oct 24Oct 23Oct 22Oct 21Oct 20Oct 19Oct 18Oct 17Oct 16Oct 15Oct 14Oct 13Oct 12Oct 11Oct 10Oct 9Oct 8Oct 7Oct 6Oct 5Oct 4Oct 3Oct 2Oct 1Sep 30Sep 29Sep 28Sep 27Sep 26Sep 25Sep 24Sep 23Sep 22Sep 21Sep 20Sep 19Sep 18Sep 17Sep 16Sep 15Sep 14Sep 13Sep 12
Windows010102221022322002010000000001120111104212200
Mac000000000000000000000000000000000000000000000
Linux000000000000000000000000000000000000000000000

Readme

Source
raw.​githubusercontent.​com

This package is no longer maintained.

Please use jcberquist's excellent package: https://github.com/jcberquist/sublimetext-cfml

Sublime Text 3

The development branch contains a rewrite of the ColdFusion plugin.The only installation method is via Git.

  • CFLIB Command is not currently working.
  • Tag Operator Completions is not yet implemented
  • CFScript component method completions is not yet implemented
  • Only CF10 Dictionary is imported.

Coldfusion Mach Ii

What's New

  • Added Tag Operator completions for cfscript (10/21/12)
  • Added CFScript component method completions (6/28/12)
  • Added “auto_close_cfml”, “auto_indent_on_close” settings (6/25/12)
  • Added Tag Attribute completions (6/24/12)
  • Added Command ColdFusion: Insert CFlib UDF (6/2/12)

Features

  • ColdFusion cfml, and script-based CFCs syntax highlighting. (see tmLanguage files)
  • Auto inserts closing hash # (see Default (platform).sublime-keymap)
  • Provides completions that match just after typing an opening angle bracket (see cfml_completions.py)
  • Auto Complete ColdFusion Tags and Attributes (opt. cf7, cf8, cf9 & cf10)
  • ColdFusion specific key bindings (see Default (platform).sublime-keymap)

Installation

Coldfusion Format Datetime

The recommended method of installation is via Package Control.

Package Control

  • Follow instructions on https://packagecontrol.io/installation
  • Install using Package Control: Install > ColdFusion package

Using Git

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to ColdFusion
  • Copy the folder to your Sublime Text 2 Packages directory

Key bindings

Some packages will override key bindings. If you have problems with a specific key shortcut,you can add it to your User - Key Bindings file Preferences > Key Bindings - User

You can also use sublime.log_commands(True) in the console (ctrl+~) to output key presses and their corresponding command to the console pane.

+##SELECTION#Ctrl++O<cfoutput>SELECTION</cfoutput>
Ctrl++#<cfoutput>#SELECTION#</cfoutput>Ctrl+Alt+A<cfabort />
Ctrl+Alt+D<cfdump var='#SELECTION#'>Alt++R<cfscript>SELECTION</cfscript>
Ctrl++/block comment (cfml/cfscript) Ctrl+Alt++/javadoc comment
Alt+terminates statement (cfscript)Ctrl++=<cfset SELECTION />

Many more key bindings are available via Sublime Preferences > Key Bindings - Default

Completions and Snippets

Although, this package includes CFScript completions (.sublime-completions) and ColdFusion tag completions (API-injected), it's recommended that you create your own custom snippets using code that fits your particular coding style.To create a new snippet select Tools > New Snippet... from the Sublime Text menu.Use <scope>text.html.cfm - string</scope> for ColdFusion markup snippets and <scope>source.cfscript - string</scope> for CFScript snippets.

Completions in order of priority are:* Snippets* API-injected completions* .sublime-completions files* words in the current buffer

The following list contains snippets repositories made available by ColdFusion community members:

To install snippets just put the .sublime-snippet files in your Packages/User folder or sub-folder (to get to your Packages/User folder select Preferences > Browse Packages... from the Sublime Text 2 menu).

Custom Themes

The following themes optimized for ColdFusion are made available by ColdFusion community members and can be installed with Package Control (http://wbond.net/sublime_packages/community)

If you'd like to customize your favorite theme for ColdFusion support, you can use the entity.name.tag.cf scope in your tmTheme file.For example the following definition will use the color #C87551 for all ColdFusion tags:

You can use Ctrl+Alt++P to get the scope name at the cursor position for more theme customizing .

Development Branch

To help test the development branch you can install it by dowloading the zip and copying the contents to the Packages/ColdFusion folder.

Alternatively, you can use git to install the ColdFusion package as mentioned above and switch to the development tracking branch using:

Additional Packages

Mac

Some additional packages you might want to check out - they are all available through Package Control http://wbond.net/sublime_packages/community

  • http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/ (highly recommended)
  • https://github.com/BoundInCode/AutoFileName (provides file auto-complete)
  • https://github.com/weslly/ColorPicker (choose a color and get the hex code)
  • https://github.com/xobb1t/Sublime-AdvancedNewFile (create new files faster)
  • https://github.com/kemayo/sublime-text-2-git (git commands)
  • https://github.com/facelessuser/ExportHtml (provides printing)
  • https://github.com/dz0ny/LiveReload-sublimetext2 (live reload browser)
  • https://github.com/bgreenlee/sublime-github (github gists and more)
  • https://github.com/virtix/sublime-text-2-mxunit (mxunit testing)
  • https://github.com/seancoyne/farcry-sublimetext (farcry snippets)
Coldfusion macromedia

These packages require manual installation

  • https://github.com/adampresley/sublime-cf-js-log-finder (debug output finder)
  • https://github.com/timsayshey/Sublime-Text-CFWheels (cfwheels plugin)
  • https://github.com/DominicWatson/SublimeText2CfQuickDocsLauncher (cfml documentation)

License

Copyright © 2012

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.