User Tools

Site Tools


misc:komodo_edit_for_web_development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:komodo_edit_for_web_development [2013/11/04 08:39] – [Komodo Edit for Web Development] mithatmisc:komodo_edit_for_web_development [2014/02/05 19:27] (current) mithat
Line 60: Line 60:
 <WRAP center round important 60%> <WRAP center round important 60%>
 Komodo Edit configurations don't appear to be imported when you install a new point release. This means you will have to repeat most of what follows when doing version upgrades. Komodo Edit configurations don't appear to be imported when you install a new point release. This means you will have to repeat most of what follows when doing version upgrades.
 +
 +You might be able to copy/paste a chunk of the config files from the old to the new config directroy, but this is untested.
 </WRAP> </WRAP>
    
Line 72: Line 74:
   * Emmet [todo]   * Emmet [todo]
   * Side By Side Diff [todo]   * Side By Side Diff [todo]
- 
-While you are at it, you might want to disable all the extensions that aren't relevant to your needs. 
  
 Go through the list of **plugins** and disable anything that was automatically picked up from Firefox but isn't relevant to Komodo Edit. Go through the list of **plugins** and disable anything that was automatically picked up from Firefox but isn't relevant to Komodo Edit.
 +
 +While you are at it, you might want to disable all the extensions that aren't relevant to your needs as well.
  
 ==== Add a file manager handler ==== ==== Add a file manager handler ====
Line 88: Line 90:
 <code bash>$ cd {a-directory-on-your-PATH} <code bash>$ cd {a-directory-on-your-PATH}
 $ ln -s /usr/bin/thunar nautilus</code> $ ln -s /usr/bin/thunar nautilus</code>
 +
 ==== Configure syntax checking ==== ==== Configure syntax checking ====
 From the main menu's //Edit > Prederences...//, select Syntax checking and tweak the settings for CSS, HTML5. and JavaScript as desired: From the main menu's //Edit > Prederences...//, select Syntax checking and tweak the settings for CSS, HTML5. and JavaScript as desired:
Line 212: Line 215:
  
 ==== Options and Extras ==== ==== Options and Extras ====
 +=== Increase line spacing ===
 +You can add a macro that runs on every file open event to increase the spacing betweens lines. This is documented [[http://community.activestate.com/forum/setting-line-height-code-editor|here]] and [| http://lorib.me/code/set-line-height-komodo/[here]].
 +
 === Validator.nu === === Validator.nu ===
 [[http://validator.nu/|Validator.nu]] provides a Web-based HTML validation service. It's similar to the classic [[http://validator.w3.org/misc:|W3C Validator]], but it also has a convenient Python script to call the service from the command line. (Similar scripts for the W3C Validator exist, but they are third-party and likely to fall out of sync, etc.) It can be used as an alternative to or sanity check against the html5lib that Komodo Edit uses. ((The backend code and command-line script are both FOSS, but the configuration used here relies on the instance running at http://validator.nu/ and is therefore [[wp>software as a service]].)) [[http://validator.nu/|Validator.nu]] provides a Web-based HTML validation service. It's similar to the classic [[http://validator.w3.org/misc:|W3C Validator]], but it also has a convenient Python script to call the service from the command line. (Similar scripts for the W3C Validator exist, but they are third-party and likely to fall out of sync, etc.) It can be used as an alternative to or sanity check against the html5lib that Komodo Edit uses. ((The backend code and command-line script are both FOSS, but the configuration used here relies on the instance running at http://validator.nu/ and is therefore [[wp>software as a service]].))
misc/komodo_edit_for_web_development.1383554371.txt.gz · Last modified: 2013/11/04 08:39 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki