
(note the trailing dot), which Windows Explorer will automatically rename to. editorconfig file within Windows Explorer, you need to create a file named. Properties from matching EditorConfig sections are applied in the order they were read, so properties in closer files take precedence.įor Windows Users: To create an. editorconfig files will stop if the root filepath is reached or an EditorConfig file with root=true is found.ĮditorConfig files are read top to bottom and the most recent rules found take precedence. editorconfig in the directory of the opened file and in every parent directory. When opening a file, EditorConfig plugins look for a file named. indent_style = space indent_size = 2Ĭheck the Wiki for some real-world examples of projects using EditorConfig files. end_of_line = lf insert_final_newline = true # Matches multiple files with brace expansion notation Place your cursor into a tag, then hit “Command+Shift+B” to find the matching tag and highlight the text in between.Root = true # Unix-style newlines with a newline ending every file Download the Select Balanced (HT|X)ML Tags.tmMacro (I just saved the link as a.

There’s nothing like quickly being able to find the matching tag to make your development go faster. Finally, the one thing I still miss about EditPad (Notepad++) is HTML Tag matching. Now any subsequent files you open using Cyberduck will be added as tabs in the current TextMate project. ” to open the entire directory as a project. ” to go up one directory and then type “mate. This will open a terminal window at the temporary location where the file you are editing is. Once the file is open, type ctrl+shift+o. Open up any file in TextMate by double-clicking it. Connect to your web server via Cyberduck. Also, under Browser, tick the “Double click opens file in external editor” checkbox. Fire up Cyberduck and in the preferences under Editor, make sure external editor is set to TextMate. It’s a straightforward set of text instructions that worked great for me, but I figured I could spruce it up with screenshots and my own tweaks so all my friends could use it too.

Then last week I stumbled upon a tutorial involving Cyberduck and Textmate and using the two in concert to accomplish exactly what I’d been using EditPad Pro for on Windows. TextMate is my favorite code editor in OSX, but it’s missing the FTP tool.

I got used to the tool, but could never find a good equivalent for the Mac. With EditPad Pro, you can ftp to your production web server, list all of the files and easily edit any of them in place (code highlighting and all). I’ve been using EditPad Pro for web development on a Windows PC because it has an integrated FTP tool.
