]> git.lizzy.rs Git - micro.git/log
micro.git
7 years agoMerge pull request #325 from techtonik/patch-1
Zachary Yedidia [Tue, 6 Sep 2016 20:02:45 +0000 (16:02 -0400)]
Merge pull request #325 from techtonik/patch-1

Fix CanClose comment after API change

7 years agoFix CanClose comment after API change
anatoly techtonik [Tue, 6 Sep 2016 19:51:13 +0000 (22:51 +0300)]
Fix CanClose comment after API change

Follow up to 966dac97f84b36

7 years agoAdd issue template
Zachary Yedidia [Tue, 6 Sep 2016 15:24:55 +0000 (11:24 -0400)]
Add issue template

7 years agoMerge branch 'boombuler-params'
Zachary Yedidia [Tue, 6 Sep 2016 14:59:46 +0000 (10:59 -0400)]
Merge branch 'boombuler-params'

7 years agoMerge branch 'params' of https://github.com/boombuler/micro into boombuler-params
Zachary Yedidia [Tue, 6 Sep 2016 14:59:30 +0000 (10:59 -0400)]
Merge branch 'params' of https://github.com/boombuler/micro into boombuler-params

7 years agoAdd support for macros
Zachary Yedidia [Tue, 6 Sep 2016 14:43:45 +0000 (10:43 -0400)]
Add support for macros

Closes #270

CtrlU to toggle recording and CtrlJ to playback.
You can also rebind using the "ToggleMacro" and "PlayMacro"
actions.

Note that recursive macros are not yet supported.

7 years agoMake unsaved changes prompt more clear
Zachary Yedidia [Tue, 6 Sep 2016 14:06:36 +0000 (10:06 -0400)]
Make unsaved changes prompt more clear

Fixes #301

7 years agoMerge pull request #323 from zonuexe/php-keywords
Zachary Yedidia [Tue, 6 Sep 2016 11:24:22 +0000 (07:24 -0400)]
Merge pull request #323 from zonuexe/php-keywords

Add PHP Keywords

7 years agoAdd PHP Keywords
USAMI Kenta [Tue, 6 Sep 2016 09:25:08 +0000 (18:25 +0900)]
Add PHP Keywords

- trait (PHP 5.5)
- iterable (PHP 7.1)
- void (PHP 7.1)

see https://github.com/ejmr/php-mode/pull/317

7 years agoMerge pull request #318 from elopio/update_runtime
Zachary Yedidia [Mon, 5 Sep 2016 20:12:26 +0000 (16:12 -0400)]
Merge pull request #318 from elopio/update_runtime

Update runtime

7 years agoUpdate runtime
Leo Arias [Mon, 5 Sep 2016 18:31:36 +0000 (18:31 +0000)]
Update runtime

closes #317

7 years agoMerge pull request #315 from boombuler/pascal
Zachary Yedidia [Mon, 5 Sep 2016 16:10:56 +0000 (12:10 -0400)]
Merge pull request #315 from boombuler/pascal

added pascal syntax

7 years agoadded pascal syntax
boombuler [Mon, 5 Sep 2016 15:53:49 +0000 (17:53 +0200)]
added pascal syntax

7 years agoMerge
Zachary Yedidia [Mon, 5 Sep 2016 15:38:16 +0000 (11:38 -0400)]
Merge

7 years agoMerge branch 'primary-clipboard'
Zachary Yedidia [Mon, 5 Sep 2016 15:37:49 +0000 (11:37 -0400)]
Merge branch 'primary-clipboard'

7 years agoMerge pull request #314 from mame98/master
Zachary Yedidia [Mon, 5 Sep 2016 14:50:00 +0000 (10:50 -0400)]
Merge pull request #314 from mame98/master

Added some SCSS keywords for the css/scss highlighting

7 years agoAdded some SCSS keywords for the css/scss highlighting
Marius Messerschmidt [Mon, 5 Sep 2016 14:41:32 +0000 (16:41 +0200)]
Added some SCSS keywords for the css/scss highlighting

Signed-off-by: Marius Messerschmidt <marius.messerschmidt@googlemail.com>
7 years agoUpdate runtime
Zachary Yedidia [Mon, 5 Sep 2016 14:30:08 +0000 (10:30 -0400)]
Update runtime

7 years agoMerge pull request #283 from boombuler/autocompleteplugin
Zachary Yedidia [Mon, 5 Sep 2016 14:29:51 +0000 (10:29 -0400)]
Merge pull request #283 from boombuler/autocompleteplugin

Autocomplete for plugins

7 years agoUpdate readme
Zachary Yedidia [Mon, 5 Sep 2016 14:29:15 +0000 (10:29 -0400)]
Update readme

7 years agoMerge pull request #313 from adrianvoica/master
Zachary Yedidia [Mon, 5 Sep 2016 14:28:36 +0000 (10:28 -0400)]
Merge pull request #313 from adrianvoica/master

Updates to TypeScript dictionary.

7 years agoUpdates to TypeScript dictionary.
Adrian Voica [Mon, 5 Sep 2016 14:18:41 +0000 (17:18 +0300)]
Updates to TypeScript dictionary.

7 years agoMerge pull request #311 from adrianvoica/master
Zachary Yedidia [Mon, 5 Sep 2016 14:09:24 +0000 (10:09 -0400)]
Merge pull request #311 from adrianvoica/master

Added TypeScript syntax highlighting file.

7 years agoAdded TypeScript syntax highlighting file.
Adrian Voica [Mon, 5 Sep 2016 14:01:37 +0000 (17:01 +0300)]
Added TypeScript syntax highlighting file.

7 years agoFix some issues with mouse selection copying
Zachary Yedidia [Mon, 5 Sep 2016 12:36:30 +0000 (08:36 -0400)]
Fix some issues with mouse selection copying

7 years agoDeselect for CursorStart
Zachary Yedidia [Mon, 5 Sep 2016 12:25:49 +0000 (08:25 -0400)]
Deselect for CursorStart

Fixes #308

7 years agoFix recursive function
Zachary Yedidia [Mon, 5 Sep 2016 01:28:40 +0000 (21:28 -0400)]
Fix recursive function

7 years agoCopy to primary clipboard for any change in selection
Zachary Yedidia [Mon, 5 Sep 2016 01:19:14 +0000 (21:19 -0400)]
Copy to primary clipboard for any change in selection

7 years agoMerge
Zachary Yedidia [Sun, 4 Sep 2016 22:27:16 +0000 (18:27 -0400)]
Merge

7 years agoFix YesNoPrompt bug
Zachary Yedidia [Sun, 4 Sep 2016 22:27:11 +0000 (18:27 -0400)]
Fix YesNoPrompt bug

7 years agoMerge pull request #304 from techtonik/windate
Zachary Yedidia [Sun, 4 Sep 2016 19:17:27 +0000 (15:17 -0400)]
Merge pull request #304 from techtonik/windate

Windows-compatible Makefile

7 years agoGet build date on Windows without Python
anatoly techtonik [Sun, 4 Sep 2016 19:07:07 +0000 (22:07 +0300)]
Get build date on Windows without Python

7 years agoMinor cleanup v1.0.2
Zachary Yedidia [Sun, 4 Sep 2016 16:57:09 +0000 (12:57 -0400)]
Minor cleanup

See #300

7 years agoMerge
Zachary Yedidia [Sun, 4 Sep 2016 16:51:00 +0000 (12:51 -0400)]
Merge

7 years agoDon't allow setting invalid colorschemes
Zachary Yedidia [Sun, 4 Sep 2016 16:50:13 +0000 (12:50 -0400)]
Don't allow setting invalid colorschemes

Fixes #303

7 years agoLet Go choose binary name and extension
anatoly techtonik [Sun, 4 Sep 2016 16:38:50 +0000 (19:38 +0300)]
Let Go choose binary name and extension

This creates micro.exe on Windows

7 years agoUse Python to get date in cross-platform way
anatoly techtonik [Sun, 4 Sep 2016 16:20:55 +0000 (19:20 +0300)]
Use Python to get date in cross-platform way

I was able to build micro with Mozilla's pymake on Windows

7 years agoUpdate runtime
Zachary Yedidia [Sun, 4 Sep 2016 15:36:25 +0000 (11:36 -0400)]
Update runtime

7 years agoMerge
Zachary Yedidia [Sun, 4 Sep 2016 15:20:18 +0000 (11:20 -0400)]
Merge

7 years agoFix cursor problem in LetterPrompt
Zachary Yedidia [Sun, 4 Sep 2016 15:19:53 +0000 (11:19 -0400)]
Fix cursor problem in LetterPrompt

Fixes #300

7 years agoMerge pull request #299 from skovsgaard/add-lfe
Zachary Yedidia [Sun, 4 Sep 2016 15:02:41 +0000 (11:02 -0400)]
Merge pull request #299 from skovsgaard/add-lfe

Add an LFE syntax file

7 years agoMerge pull request #302 from tanuck/align-tabs-with-spaces
Zachary Yedidia [Sun, 4 Sep 2016 14:58:12 +0000 (10:58 -0400)]
Merge pull request #302 from tanuck/align-tabs-with-spaces

Correct the number of spaces in a tab

7 years agoCorrect the number of spaces to add when a tab is inserted at an offset cursor.
James Tancock [Sun, 4 Sep 2016 14:50:39 +0000 (15:50 +0100)]
Correct the number of spaces to add when a tab is inserted at an offset cursor.

Fixes #268

7 years agoAdd newline to end of settings.json
Zachary Yedidia [Sun, 4 Sep 2016 14:10:57 +0000 (10:10 -0400)]
Add newline to end of settings.json

Fixes #296

7 years agoMerge pull request #298 from boombuler/bug269
Zachary Yedidia [Sun, 4 Sep 2016 13:44:05 +0000 (09:44 -0400)]
Merge pull request #298 from boombuler/bug269

exit conditional replace if no match is left

7 years agoAdd an LFE syntax file
skovsgaard [Sun, 4 Sep 2016 09:11:30 +0000 (11:11 +0200)]
Add an LFE syntax file

7 years agoexit conditional replace if no match is left
boombuler [Sun, 4 Sep 2016 07:29:26 +0000 (09:29 +0200)]
exit conditional replace if no match is left

7 years agoMerge pull request #286 from boombuler/bug269
Zachary Yedidia [Sat, 3 Sep 2016 17:45:43 +0000 (13:45 -0400)]
Merge pull request #286 from boombuler/bug269

fixes conditional replace

7 years agoMerge pull request #282 from boombuler/windows
Zachary Yedidia [Sat, 3 Sep 2016 17:45:19 +0000 (13:45 -0400)]
Merge pull request #282 from boombuler/windows

File autocomplete should now work on windows

7 years agoAdd default bindings for CtrlHome and CtrlEnd
Zachary Yedidia [Sat, 3 Sep 2016 17:37:16 +0000 (13:37 -0400)]
Add default bindings for CtrlHome and CtrlEnd

Fixes #280

7 years agoFix various infobar bugs
Zachary Yedidia [Sat, 3 Sep 2016 17:28:48 +0000 (13:28 -0400)]
Fix various infobar bugs

Fixes #294
Fixes #295

7 years agoMerge
Zachary Yedidia [Sat, 3 Sep 2016 17:00:23 +0000 (13:00 -0400)]
Merge

7 years agoUpdate conf.micro syntax file
Zachary Yedidia [Sat, 3 Sep 2016 17:00:05 +0000 (13:00 -0400)]
Update conf.micro syntax file

Fixes #290

7 years agoMerge pull request #292 from devoncarew/fix_typo
Zachary Yedidia [Sat, 3 Sep 2016 16:53:47 +0000 (12:53 -0400)]
Merge pull request #292 from devoncarew/fix_typo

fix a typo

7 years agoMerge pull request #293 from devoncarew/add_dart
Zachary Yedidia [Sat, 3 Sep 2016 16:53:39 +0000 (12:53 -0400)]
Merge pull request #293 from devoncarew/add_dart

add dart syntax highlighting

7 years agoadd dart syntax highlighting
Devon Carew [Sat, 3 Sep 2016 16:16:52 +0000 (09:16 -0700)]
add dart syntax highlighting

7 years agofix a typo
Devon Carew [Sat, 3 Sep 2016 16:16:08 +0000 (09:16 -0700)]
fix a typo

7 years agoAllow overwriting options with flags
Zachary Yedidia [Sat, 3 Sep 2016 15:26:01 +0000 (11:26 -0400)]
Allow overwriting options with flags

Fixes #258

Also related to #233, this commit also changes how +LINE,COL works. Now it is
micro -startpos LINE,COL file.

7 years agofixes conditional replace
boombuler [Sat, 3 Sep 2016 10:34:57 +0000 (12:34 +0200)]
fixes conditional replace

before this, conditional replace always replaces the first found
occurence of the match not the currenly selected.
Might also fix #269

7 years agoremoved obsolete replace command preparations
boombuler [Sat, 3 Sep 2016 10:13:25 +0000 (12:13 +0200)]
removed obsolete replace command preparations

7 years agouse build-in functions to quote / unquote
boombuler [Sat, 3 Sep 2016 10:02:49 +0000 (12:02 +0200)]
use build-in functions to quote / unquote

7 years agoremoved old code
boombuler [Sat, 3 Sep 2016 06:18:47 +0000 (08:18 +0200)]
removed old code

7 years agokeep trailing space at commandline
boombuler [Sat, 3 Sep 2016 06:16:18 +0000 (08:16 +0200)]
keep trailing space at commandline

7 years agoupdated plugin help
boombuler [Fri, 2 Sep 2016 17:50:19 +0000 (19:50 +0200)]
updated plugin help

7 years agoallow plugins to register autocomplete functions
boombuler [Fri, 2 Sep 2016 17:41:13 +0000 (19:41 +0200)]
allow plugins to register autocomplete functions

7 years agoMerge
Zachary Yedidia [Fri, 2 Sep 2016 15:12:36 +0000 (11:12 -0400)]
Merge

7 years agoUse json5 for config files
Zachary Yedidia [Fri, 2 Sep 2016 00:17:42 +0000 (20:17 -0400)]
Use json5 for config files

7 years agoMerge pull request #281 from onodera-punpun/patch-1
Zachary Yedidia [Fri, 2 Sep 2016 14:53:55 +0000 (10:53 -0400)]
Merge pull request #281 from onodera-punpun/patch-1

sh.micro: Add some linux config files that use sh.

7 years agosh.micro: Add some linux config files that use sh.
Camille [Fri, 2 Sep 2016 14:49:19 +0000 (16:49 +0200)]
sh.micro: Add some linux config files that use sh.

7 years agoCopy to primary clipboard on mouse selection
Zachary Yedidia [Fri, 2 Sep 2016 14:44:32 +0000 (10:44 -0400)]
Copy to primary clipboard on mouse selection

7 years agoAdd support for primary clipboard
Zachary Yedidia [Fri, 2 Sep 2016 13:40:08 +0000 (09:40 -0400)]
Add support for primary clipboard

7 years agoallow command parameters to be quoted
Florian Sundermann [Fri, 2 Sep 2016 11:14:31 +0000 (13:14 +0200)]
allow command parameters to be quoted

this way FileCompletions could contain space runes without
breaking the parameter.

7 years agoFile autocomplete should now work on windows
Florian Sundermann [Fri, 2 Sep 2016 06:49:54 +0000 (08:49 +0200)]
File autocomplete should now work on windows

7 years agoMerge pull request #271 from teryanik/master
Zachary Yedidia [Fri, 2 Sep 2016 00:23:53 +0000 (20:23 -0400)]
Merge pull request #271 from teryanik/master

Improvement highlight php syntax

7 years agoMerge pull request #272 from thecotne/master
Zachary Yedidia [Fri, 2 Sep 2016 00:23:38 +0000 (20:23 -0400)]
Merge pull request #272 from thecotne/master

improve json.micro

7 years agoimprove json.micro
cotne nazarashvili [Thu, 1 Sep 2016 23:59:36 +0000 (03:59 +0400)]
improve json.micro

7 years agoimprovement highlight php syntax
teryanik [Thu, 1 Sep 2016 19:24:31 +0000 (22:24 +0300)]
improvement highlight php syntax

7 years agoFix typo in readme
Zachary Yedidia [Thu, 1 Sep 2016 16:09:49 +0000 (12:09 -0400)]
Fix typo in readme

7 years agoUpdate readme
Zachary Yedidia [Thu, 1 Sep 2016 16:08:46 +0000 (12:08 -0400)]
Update readme

7 years agoFix help links in readme
Zachary Yedidia [Thu, 1 Sep 2016 00:05:35 +0000 (20:05 -0400)]
Fix help links in readme

7 years agoUpdate readme
Zachary Yedidia [Thu, 1 Sep 2016 00:04:24 +0000 (20:04 -0400)]
Update readme

7 years agoMerge pull request #233 from schollz/master
Zachary Yedidia [Wed, 31 Aug 2016 20:39:30 +0000 (16:39 -0400)]
Merge pull request #233 from schollz/master

Flag to start at specified line/column number (#224)

7 years agoMerge
Zachary Yedidia [Wed, 31 Aug 2016 18:22:19 +0000 (14:22 -0400)]
Merge

7 years agoAdd "bubblegum" light colorscheme
Zachary Yedidia [Wed, 31 Aug 2016 18:21:46 +0000 (14:21 -0400)]
Add "bubblegum" light colorscheme

Closes #255

7 years agoMerge pull request #263 from dtakahas/fix-help-typos
Zachary Yedidia [Wed, 31 Aug 2016 18:08:38 +0000 (14:08 -0400)]
Merge pull request #263 from dtakahas/fix-help-typos

Fix a couple typos in help files

7 years agoFix a couple typos in help files
Dave Takahashi [Wed, 31 Aug 2016 18:01:30 +0000 (11:01 -0700)]
Fix a couple typos in help files

7 years agoAdd colorscheme support for gentoo-ebuild
Zachary Yedidia [Wed, 31 Aug 2016 16:12:23 +0000 (12:12 -0400)]
Add colorscheme support for gentoo-ebuild

See #229

7 years agoMerge
Zachary Yedidia [Wed, 31 Aug 2016 16:00:28 +0000 (12:00 -0400)]
Merge

7 years agoAdd colorscheme support for yaml
Zachary Yedidia [Wed, 31 Aug 2016 15:59:43 +0000 (11:59 -0400)]
Add colorscheme support for yaml

See #229

7 years agoFix prompts not displaying because of infobar
Zachary Yedidia [Wed, 31 Aug 2016 15:52:59 +0000 (11:52 -0400)]
Fix prompts not displaying because of infobar

7 years agoMerge
Zachary Yedidia [Wed, 31 Aug 2016 15:16:58 +0000 (11:16 -0400)]
Merge

7 years agoAdd infobar option to disable the message line
Zachary Yedidia [Wed, 31 Aug 2016 15:16:22 +0000 (11:16 -0400)]
Add infobar option to disable the message line

Fixes #257

7 years agoMerge pull request #259 from handicraftsman/master
Zachary Yedidia [Wed, 31 Aug 2016 14:53:14 +0000 (10:53 -0400)]
Merge pull request #259 from handicraftsman/master

ASM & Micro fix

7 years agoFixed Micro & ASM syntax files
Nickolay [Wed, 31 Aug 2016 14:50:09 +0000 (17:50 +0300)]
Fixed Micro & ASM syntax files

7 years agoUse text from the paste event, not the clipboard
Zachary Yedidia [Wed, 31 Aug 2016 14:47:31 +0000 (10:47 -0400)]
Use text from the paste event, not the clipboard

Closes #93

7 years agoMerge pull request #1 from zyedidia/master
Nickolay [Wed, 31 Aug 2016 14:41:53 +0000 (17:41 +0300)]
Merge pull request #1 from zyedidia/master

Sync repos for updating ASM syntax

7 years agoSwitched to +LINE,COL
Zack Scholl [Wed, 31 Aug 2016 14:10:54 +0000 (10:10 -0400)]
Switched to +LINE,COL

Previously the flag was parsed for `-cursor LINE,COL`

However, emacs and nano both us `+LINE,COL` and this also makes
it easier to ignore the `+` as a filename.

7 years agoMerge
Zachary Yedidia [Wed, 31 Aug 2016 12:51:44 +0000 (08:51 -0400)]
Merge

7 years agoUnselect for cursor movement actions
Zachary Yedidia [Wed, 31 Aug 2016 12:51:24 +0000 (08:51 -0400)]
Unselect for cursor movement actions

Fixes #250

7 years agoMerge pull request #253 from xDShot/patch-1
Zachary Yedidia [Wed, 31 Aug 2016 12:36:54 +0000 (08:36 -0400)]
Merge pull request #253 from xDShot/patch-1

Update ini.micro