Skip to main content

Sublime Text

Sublime Text  is a quite Good editor and alternative of Dreamweaver. Practicing in dreamweaver is very bad practice as you just need to drag and drop all the elements so you will not come to know the actual coding. But in Sublime Text You will have coding hints in place of drag and drop feature.


You can have Syntax of Following:

[box type="shadow" ]<pre>

  • Action Sctipt

  • Apple Sctipt

  • ASP

  • Batch File

  • C

  • C#

  • C++

  • Clojure

  • CSS

  • D

  • Diff

  • Erlang

  • Go

  • Graphviz(Dot)

  • Groovy

  • Haskell

  • HTML

  • Java

  • JavaScript

  • LaTex

  • Lisp

  • Lua

  • Makefile

  • Markdown

  • MATLAB

  • Objective-C

  • OCaml

  • Perl

  • PHP

  • Plain Text

  • Python

  • R

  • Rails

  • Regular Expression

  • reStructured Text

  • Ruby

  • Scala

  • Shell Script

  • SQL

  • TCL

  • Textile

  • XML

  • XSL

YAML</pre> [/box]

You can correct your syntax and you also can have hints of the code.

This editor works well in Windows, Lixux and also in MAC-OS.

You also can open a whole project and see file hierarchy so that you can have faster file referencing as you have the exact place of the file you need to reference. You can drag images and file to copy to the project and drop in the side bar of the editor.

You also can open multiple files in tabs.

You have the no of each line so that if compiler shows some errors you can go to the exact line.

You can change the look and color scheme of the software. You also can create bookmarks to your code and navigate all bookmarks.

It also supports Zen Coding.

It also have a Disadvantage over the notepad ++ that it cannot run the project. But it is not a huge disadvantage, as the is has a great plus point of hints of the coding.

Looking at all the aspects every programmer must at least give a try to Text lime.

You can download Sublime Text2 Editor from the following link:

www.sublimetext.com

Comments

  1. What precisely webpage web hosting websites do i need to create a webpage regarding?

    ReplyDelete
  2. I am not getting your question. Kindly explain what actually you want to ask for.

    ReplyDelete

Post a Comment

Popular posts from this blog

Facebook Login In PHP

As we all know Time is Money. When there's a long form on your site for registration you could sometimes lose your visitors. To make this registration step a success, adding a small social login button to your site may cut down lot of burden on visitors side and will help you in getting more attention on your data rather than wasting time on the lengthy registration process. By doing so visitor will be glad to see that you care for their precious time.   What do you think will there be anyone in this small world who is not having a Facebook account? According to recent stats 1 in every 13 person in this world is using facebook.

USB Boot Procedure

Simple step-by-step solution to create a bootable usb in cmd: 1)   Take a pen drive of more than 4gb . 2)   Now the most important step is to open cmd from start->search program and files->type cmd . 3)   Now in the new window, type diskpart and hit enter. 4)   Type the command list disk . Now, note the disk which have size identical to that of your pen drive. eg. disk 1. 5)   Type the command select disk 1 . 6)   Then type clean and hit enter. 7)   Just type create partition primary and press enter. 8)  Then run the command list partition . 9)  Type select partition 1 and hit enter. 10) Format it using the command format fs=ntfs . 11) Type the commands active , assign and exit in sequence. Now just copy all the files from Boot-able disc of  windows 7 to the pen drive and your pen drive is ready to be used as a boot-able device.