Commit Graph

  • 418720f6df add python3 syntax highlighting (detect from header) Saeed Rasooli 2016-10-28 20:55:29 +03:30
  • 80bd2694d6 fixes in python (2.7) syntax file, and rename to python2.micro constants: sort by name, and __file__, remove __import__ functions: add next, help, __import__ separate types (like int and str) from builtin functions separate and comment out methods/attrs of standard library (why hightlight?) comment out NonSenseTypes like IntType, they are never used in code magic methods: add __dict__ exec and map are functions, not keyword remove trailing spaces Saeed Rasooli 2016-10-28 20:54:25 +03:30
  • f6b7aaebbd Improvement: FindFileType: header regex should be prior to file extention Saeed Rasooli 2016-10-13 01:52:10 +03:30
  • 74610b8cd7 Fix problem with calculation Bottomline Zachary Yedidia 2016-10-26 12:29:23 -04:00
  • 7492ab4de2 Add 'plugin available' command Zachary Yedidia 2016-10-24 19:02:13 -04:00
  • c04a4ba604 Minor update v1.1.2 Zachary Yedidia 2016-10-24 08:03:00 -04:00
  • 63ccbc1ebd Add eofnewline option Zachary Yedidia 2016-10-23 18:37:29 -04:00
  • ee553b7830 Add reload command Zachary Yedidia 2016-10-21 11:51:36 -04:00
  • 97fc52093f Add website to readme Zachary Yedidia 2016-10-21 10:57:37 -04:00
  • 49397039e0 Update runtime Zachary Yedidia 2016-10-19 10:34:09 -04:00
  • efe1ab5db6 Merge pull request #425 from adrianvoica/master Zachary Yedidia 2016-10-19 07:26:49 -04:00
  • daeffdc81b Merge pull request #423 from ulrichSchreiner/master Zachary Yedidia 2016-10-19 07:26:36 -04:00
  • 30083c4d0f Merge pull request #424 from ulrichSchreiner/yaml-highlighter Zachary Yedidia 2016-10-19 07:26:23 -04:00
  • 56e616d5bf Updated TypeScript with all the reserved words and new types Adrian Voica 2016-10-19 11:54:49 +03:00
  • 112da0b8c6 highlight yaml dicts as types Ulrich Schreiner 2016-10-19 09:35:03 +02:00
  • 163a3993bd add additional Dockerfile keywords Ulrich Schreiner 2016-10-19 06:34:50 +02:00
  • 1b9bb31dd6 Cleanup and add more comments Zachary Yedidia 2016-10-18 11:12:28 -04:00
  • 8db3b22411 Merge Zachary Yedidia 2016-10-18 08:58:31 -04:00
  • 4aae5ca451 Fix dockerfile syntax file Zachary Yedidia 2016-10-18 08:58:09 -04:00
  • d3a3b7a8cd Merge pull request #417 from jncraton/outdent-line Zachary Yedidia 2016-10-16 09:55:24 -04:00
  • cc9342df9d Added OutdentLine action Jon Craton 2016-10-15 12:47:15 -04:00
  • fe0dce0960 Added IndentString method on Buffer (#415) Jon Craton 2016-10-15 10:09:20 -04:00
  • 766f836952 Merge pull request #416 from jncraton/duplicate-selection Zachary Yedidia 2016-10-15 10:09:08 -04:00
  • 78b0aac5ec DuplicateLine now duplicates the current selection if there is text selected Jon Craton 2016-10-14 22:22:48 -04:00
  • 690627a338 Refactored IndentSelection and OutdentSelection to remove duplicate code (#414) Jon Craton 2016-10-14 16:52:55 -04:00
  • 25ced4c075 Merge pull request #412 from ilius/pr04.keybindings_help_fixes Zachary Yedidia 2016-10-14 07:37:45 -04:00
  • 771b5333aa Merge pull request #411 from zenlc2000/master Zachary Yedidia 2016-10-14 07:35:19 -04:00
  • ae72608c5d Bugfix: keybindings.md: fix bad json syntax, due to #407 Saeed Rasooli 2016-10-14 04:00:05 +03:30
  • 2e778a2a8e update keybindings.md due to PR #409 Saeed Rasooli 2016-10-14 03:44:47 +03:30
  • bc9e811797 Reworded first sentence to make it clearer. zenlc2000 2016-10-13 23:10:37 -06:00
  • 4db7f33eaf More fixes to search and replace Zachary Yedidia 2016-10-13 20:47:33 -04:00
  • d3c5e3ab47 Improvements for softwrap mouse support Zachary Yedidia 2016-10-13 17:09:15 -04:00
  • b13c6c4892 Fix problem with regexes in search and replace Zachary Yedidia 2016-10-13 14:59:57 -04:00
  • c50dda244b Fix mouse support with soft wrap Zachary Yedidia 2016-10-13 14:26:45 -04:00
  • 3fdc2ca0da Always use the selection as search term when using quick search Zachary Yedidia 2016-10-13 12:12:55 -04:00
  • 6b7ca3c559 Merge pull request #409 from ilius/pr02.improve_search_escape Zachary Yedidia 2016-10-13 12:10:11 -04:00
  • 5c2a2b1b7e Fix problem with horizontal scrolling Zachary Yedidia 2016-10-12 22:05:24 -04:00
  • 69e45f9a4f Fix problem causing hsplits not to display Zachary Yedidia 2016-10-12 22:03:16 -04:00
  • 127ebc15b9 Improvement: improve Search behaviour, and Escape key behaviour Saeed Rasooli 2016-10-12 11:41:45 +03:30
  • ea1de18326 Add docs Zachary Yedidia 2016-10-12 16:34:34 -04:00
  • edd25c68ee Fix glitch with bottomline when softwrap is disabled Zachary Yedidia 2016-10-12 16:30:32 -04:00
  • e30a4139e6 Add softwrap Zachary Yedidia 2016-10-12 16:24:00 -04:00
  • 546acfd21d Fixes in last PR: MoveLinesUp and MoveLinesDown (#408) Saeed Rasooli 2016-10-12 19:08:44 +03:30
  • d27690b8c6 Merge Zachary Yedidia 2016-10-12 14:47:40 +00:00
  • adc56e60fc Use build-date.go in cross compilation script Zachary Yedidia 2016-10-12 14:47:29 +00:00
  • 266ce5c43b Merge pull request #407 from ilius/pr01.move_up_down Zachary Yedidia 2016-10-12 09:51:30 -04:00
  • 0bf07eadcc Improvement: move MoveLinesUp and MoveLinesDown to Buffer enables Undo/Redo with EventHandler, #407 Saeed Rasooli 2016-10-12 08:14:49 +03:30
  • e4386d9398 add help for MoveLinesUp and MoveLinesDown Saeed Rasooli 2016-10-12 01:04:28 +03:30
  • c1dd403ab9 Feature: add MoveLinesUp (Alt + Up) and MoveLinesDown (Alt + Down) actions Saeed Rasooli 2016-10-11 23:05:41 +03:30
  • 0e4f700527 Update installation instructions Zachary Yedidia 2016-10-11 18:21:06 -04:00
  • a48c991958 Return 0.0.0-unknown version if building without a git repo Zachary Yedidia 2016-10-11 15:25:39 -04:00
  • cbc250b7d0 Improve Makefile Zachary Yedidia 2016-10-11 11:07:53 -04:00
  • b27ef219a0 Update readme installation instructions Zachary Yedidia 2016-10-11 09:34:49 -04:00
  • d163637fa8 Update docs Zachary Yedidia 2016-10-11 09:13:03 -04:00
  • 905d4d7020 Make monokai the default colorscheme Zachary Yedidia 2016-10-11 09:09:56 -04:00
  • f85dd77036 Merge Zachary Yedidia 2016-10-10 21:44:48 -04:00
  • 8f5f8ffdd6 Fix tabstop sizing with mix of tabs and spaces Zachary Yedidia 2016-10-10 21:44:16 -04:00
  • b09093f78c Merge v1.1.1 Zachary Yedidia 2016-10-10 18:40:48 -04:00
  • 104699e500 Use default foreground for empty indent chars Zachary Yedidia 2016-10-10 18:40:21 -04:00
  • 38bf8c0225 Temporary fix for plugin panic Zachary Yedidia 2016-10-07 20:34:03 -04:00
  • 6acda994e4 Update docs and readme v1.1.0 Zachary Yedidia 2016-10-06 20:36:37 -04:00
  • e563211790 Make linter a default plugin once again Zachary Yedidia 2016-10-06 20:28:10 -04:00
  • 6a5879cc15 Improve binary size by stripping more aggressively Zachary Yedidia 2016-10-06 17:45:28 -04:00
  • aa624d86e6 Move linter and go plugins to their own repos Zachary Yedidia 2016-10-06 17:18:53 -04:00
  • c410b7b2ce Improve plugin manager error feedback Zachary Yedidia 2016-10-06 13:39:57 -04:00
  • 79f1539486 Merge pull request #396 from boombuler/help Zachary Yedidia 2016-10-06 07:22:25 -04:00
  • d7b7cc954a updated plugin help Florian Sundermann 2016-10-06 08:24:39 +02:00
  • 1914a5b5ff Update readme Zachary Yedidia 2016-10-05 18:28:08 -04:00
  • 921b828afb Add some documentation about plugin manager Zachary Yedidia 2016-10-05 18:26:41 -04:00
  • d3d35bd9ff Add more descriptive error messages for plugin installation failures Zachary Yedidia 2016-10-05 18:00:05 -04:00
  • 76a328a062 Use official plugin channel Zachary Yedidia 2016-10-05 17:57:03 -04:00
  • fb90e169cb Only allow one package per repository Zachary Yedidia 2016-10-05 17:52:39 -04:00
  • a1a307d858 Merge pull request #378 from boombuler/pm Zachary Yedidia 2016-10-05 17:51:22 -04:00
  • 3733e7e223 Add 'Unsplit' action and VSplit and HSplit actions Zachary Yedidia 2016-10-04 11:08:32 -04:00
  • 3e8a587aa3 changed json5 repo boombuler 2016-10-02 07:57:39 +02:00
  • 8f2f1f8c1d skip core dependencies if micro was build with an unknown version. boombuler 2016-10-01 09:28:48 +02:00
  • a940ce3036 allow user to set plugin channels / repos in settings.json boombuler 2016-10-01 08:37:04 +02:00
  • d7da72a720 fix plugin zips which contain a root directory boombuler 2016-10-01 08:05:05 +02:00
  • b54853140a new command plugin list boombuler 2016-10-01 07:37:20 +02:00
  • 8ad2179423 Merge remote-tracking branch 'zyedidia/master' into pm boombuler 2016-10-01 07:20:21 +02:00
  • 3037d72bcb Fix more tabnum issues Zachary Yedidia 2016-09-30 07:29:24 -04:00
  • 7d16e97b95 Switch to my fork of json5 Zachary Yedidia 2016-09-29 18:43:10 -04:00
  • 0293b774f3 Fix SplitTree tab index Zachary Yedidia 2016-09-29 14:23:25 -04:00
  • 32cd94b88f Minor optimization to tabsize fix Zachary Yedidia 2016-09-28 18:08:06 -04:00
  • 5e5dd78b7c Merge pull request #387 from boombuler/bug379 Zachary Yedidia 2016-09-28 18:06:18 -04:00
  • 1c5c741e87 Make sure /Users/zachary/gocode/bin exists before putting binary there Zachary Yedidia 2016-09-28 17:59:40 -04:00
  • 095e6993a8 Merge pull request #389 from dsnet/master Zachary Yedidia 2016-09-28 17:57:43 -04:00
  • 7c3425a012 fix offset calculation for column ruler Joe Tsai 2016-09-28 13:40:48 -07:00
  • bc724bf781 fixes #379 (second try) boombuler 2016-09-28 21:54:34 +02:00
  • 13144d4b57 Merge pull request #386 from zyedidia/revert-382-bug379 Zachary Yedidia 2016-09-28 14:07:29 -04:00
  • 97bdb15bd6 Revert "fixes #379" Zachary Yedidia 2016-09-28 14:07:17 -04:00
  • fb69ecdc9b Add 'autosave' option Zachary Yedidia 2016-09-28 13:07:05 -04:00
  • 1fe1c3eabb improved plugin search boombuler 2016-09-28 18:31:05 +02:00
  • 191fd5e495 Merge pull request #382 from boombuler/bug379 Zachary Yedidia 2016-09-28 12:30:01 -04:00
  • 8aa017bfda autocomplete plugin commands boombuler 2016-09-28 18:15:39 +02:00
  • 9ea947c808 improved logging boombuler 2016-09-28 18:00:12 +02:00
  • 2a7a55eca4 better plugin search boombuler 2016-09-28 17:55:44 +02:00
  • 759c00098b Merge remote-tracking branch 'zyedidia/master' into pm boombuler 2016-09-28 17:36:37 +02:00
  • cce36624dc PM should not install already installed plugins. Florian Sundermann 2016-09-28 16:34:28 +02:00
  • 4664850186 Merge pull request #384 from boombuler/logview Zachary Yedidia 2016-09-28 10:24:30 -04:00