Sublime Text 3 Ios

broken image


Terraria 1 5 ps4. Due to popular demand (mainly because Bilbo asked it), here are the steps to use SML in your Sublime Text 2, for windows

  1. Sublime Text 3 Installer
  2. Sublime Text 3 Install Package Control

Sublime Text 3.2.3211 Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance. Sublime Text 2 的快捷键还支持双重组合,譬如默认情况下,将选中的文字改成大写的热键是'Ctrl+K, Ctrl+U',意思是当你先按下 Ctrl+K 之后迅速再按 Ctrl+U 进行触发(只按下Ctrl+K是没有作用的),这样可以避免很多热键冲突,也可以更灵活更多选择地进行热键自定义。.

  1. Install sublime text 2 ( http://www.sublimetext.com/2 )
  2. Install st2 package control ( http://wbond.net/sublime_packages/package_control )
  3. Install st2 REPL
    1. Run Sublime Text 2 (if you haven't)
    2. From Tools>Command Palette, type 'Install Package' and click the filtered result ( Package Control: Install Package )
    3. Filter for sublimeREPL and click the filtered result

By now you have sublime text and REPL installed. Now for SML/NJ.

  1. Install smlnj (http://www.smlnj.org/)
  2. Go inside Sublime, fire up the Package Control (step 3.b) and filter for SML.
  3. Go to Preferences > Browse packages.
  4. Browse to the folder user inside the packages folder.
  5. Create a folder called SML
  6. Inside, create two files
    • Default.sublime-commands
    • Main.sublime-menu
Sublime text 3 install plugin

Sublime Text 3 Installer

Default.sublime-commands is as follows:

Open source programs. Ipad jailbreak program. Main.sublime-menu is as follows:

The red marked file should point to your sml executable. In windows you can put it to your path so you could run sml.bat from command line (and know where the file is). In mac/linux/*posix you could put it into your .profile/.bash_rc as path and call it or put the absolute path. Restart sublime and you will have syntax highlight.

In order to use sublime REPL you go to tools>sublime REPL> SML. If you have already a file loaded the file will be passed to the repl. Remember to reload the repl (close the tab, reopen) each time you need to change the code or add new features to your file, because of shadowing and text changes.

Sublime Text 3 Install Package Control

Thanks to: Carl Hinkle ( https://github.com/carlh ) for providing the initial config files to his gist ( https://gist.github.com/carlh ).





broken image