]> git.lizzy.rs Git - micro.git/log
micro.git
7 years agoRemove duplicate PKGBUILD filetype
Zachary Yedidia [Fri, 9 Sep 2016 16:41:56 +0000 (12:41 -0400)]
Remove duplicate PKGBUILD filetype

7 years agoMerge
Zachary Yedidia [Fri, 9 Sep 2016 16:32:05 +0000 (12:32 -0400)]
Merge

7 years agoUse shell.micro for PKGBUILD files
Zachary Yedidia [Fri, 9 Sep 2016 16:31:44 +0000 (12:31 -0400)]
Use shell.micro for PKGBUILD files

Fixes #345

7 years agoMerge pull request #344 from apjanke/doco-tweaks
Zachary Yedidia [Fri, 9 Sep 2016 11:43:15 +0000 (07:43 -0400)]
Merge pull request #344 from apjanke/doco-tweaks

doco: grammar and formatting tweaks

7 years agodoco: grammar and formatting tweaks
Andrew Janke [Fri, 9 Sep 2016 04:07:58 +0000 (00:07 -0400)]
doco: grammar and formatting tweaks

7 years agoMerge pull request #341 from boombuler/bug297
Zachary Yedidia [Thu, 8 Sep 2016 21:31:45 +0000 (17:31 -0400)]
Merge pull request #341 from boombuler/bug297

fixes #297

7 years agoResize tabs more often
Zachary Yedidia [Thu, 8 Sep 2016 21:30:41 +0000 (17:30 -0400)]
Resize tabs more often

Fixes #343

7 years agoAdd SaveAs action and command
Zachary Yedidia [Thu, 8 Sep 2016 18:13:46 +0000 (14:13 -0400)]
Add SaveAs action and command

Fixes #340

You can bind the action `SaveAs` and if you provide an argument to
the `save` command it will save as. For example `> save test.txt`.

7 years agofixes #297
Florian Sundermann [Thu, 8 Sep 2016 11:47:13 +0000 (13:47 +0200)]
fixes #297

use a buffered channel to queue events.
otherwise those events might get lost.

7 years agoMerge pull request #338 from akkatracker/patch-1
Zachary Yedidia [Thu, 8 Sep 2016 11:22:03 +0000 (07:22 -0400)]
Merge pull request #338 from akkatracker/patch-1

its --> it's in actions.go comment

7 years agoits --> it's in actions.go comment
Matthew Brener [Thu, 8 Sep 2016 06:14:04 +0000 (16:14 +1000)]
its --> it's in actions.go comment

7 years agoUpdate readme
Zachary Yedidia [Thu, 8 Sep 2016 00:28:18 +0000 (20:28 -0400)]
Update readme

7 years agoAdd colorcolumn option
Zachary Yedidia [Wed, 7 Sep 2016 21:17:51 +0000 (17:17 -0400)]
Add colorcolumn option

Fixes #333

For example: `> set colorcolumn 80`.

7 years agoMerge branch 'to-miz-master'
Zachary Yedidia [Wed, 7 Sep 2016 20:57:58 +0000 (16:57 -0400)]
Merge branch 'to-miz-master'

7 years agoMerge branch 'master' of https://github.com/to-miz/micro into to-miz-master
Zachary Yedidia [Wed, 7 Sep 2016 20:57:42 +0000 (16:57 -0400)]
Merge branch 'master' of https://github.com/to-miz/micro into to-miz-master

7 years agoMerge pull request #332 from nueh/master
Zachary Yedidia [Wed, 7 Sep 2016 16:10:24 +0000 (12:10 -0400)]
Merge pull request #332 from nueh/master

Consider all multi-byte characters a "wordchar", fixes #329

7 years agoMissed the test for the last commit, now fixed
Niklas Hennigs [Wed, 7 Sep 2016 15:48:26 +0000 (17:48 +0200)]
Missed the test for the last commit, now fixed

7 years agoThis fixes zyedidia/micro#329
Niklas Hennigs [Wed, 7 Sep 2016 15:29:38 +0000 (17:29 +0200)]
This fixes zyedidia/micro#329
Now all multi-byte characters are considered a wordchar

7 years agoCheck colorschemes from ~/.config/micro/colorschemes
Zachary Yedidia [Wed, 7 Sep 2016 11:25:42 +0000 (07:25 -0400)]
Check colorschemes from ~/.config/micro/colorschemes

Fixes #331

7 years agoUpdate readme v1.0.3
Zachary Yedidia [Wed, 7 Sep 2016 00:33:39 +0000 (20:33 -0400)]
Update readme

7 years agoUpdate readme
Zachary Yedidia [Wed, 7 Sep 2016 00:32:21 +0000 (20:32 -0400)]
Update readme

7 years agoAdd Open command for view
Zachary Yedidia [Tue, 6 Sep 2016 23:58:34 +0000 (19:58 -0400)]
Add Open command for view

7 years agoMerge
Zachary Yedidia [Tue, 6 Sep 2016 23:30:28 +0000 (19:30 -0400)]
Merge

7 years agoHave HandleShellCommand return the stdout
Zachary Yedidia [Tue, 6 Sep 2016 23:27:57 +0000 (19:27 -0400)]
Have HandleShellCommand return the stdout

HandleShellCommand will now return the stdout as a string and
it also takes an additional flag indicating whether it should
wait before closing the shell and returning to the editor.

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 agofixed inserting runes that require ctrl+alt
to-miz [Mon, 5 Sep 2016 14:03:05 +0000 (16:03 +0200)]
fixed inserting runes that require ctrl+alt

we check wheter an input is a binding first, only if it is not a binding
do we insert the rune regardless of modifiers

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