Zachary Yedidia
781a2dd826
Add flake8 linter, postinit and preinit
...
Closes #1768
2020-07-13 13:28:26 -04:00
Zachary Yedidia
a45591a24d
Read paste option in screen init
...
Fixes #1767
2020-07-10 12:26:15 -04:00
Zachary Yedidia
a52dbb2142
Fix swift linting problem
2020-07-09 18:08:14 -04:00
Zachary Yedidia
41a27cc58a
Update linter to include eslint
...
Ref #1766
2020-07-09 18:04:40 -04:00
Zachary Yedidia
3d387732c4
Update linter documentation
...
Ref #1766
2020-07-09 17:58:42 -04:00
Zachary Yedidia
04f281bf1d
Name svg micro.svg in tarballs
...
Ref #1765
2020-07-09 13:29:48 -04:00
Zachary Yedidia
2caff00ce1
Add micro icon and desktop file to release zips
...
Closes #1765
2020-07-09 13:26:12 -04:00
Ján Priner
ddc887f6e4
Highlight multicharacter escape sequences in C and C++ string literals ( #1761 )
2020-07-08 00:17:48 -04:00
Ján Priner
51444765f4
Update micro.desktop ( #1759 )
2020-07-06 17:55:13 -04:00
Zachary Yedidia
767918d2d1
fix
2020-07-06 17:32:41 +00:00
Zachary Yedidia
984b6d4e6a
Rename deb file in scripts
2020-07-06 17:30:49 +00:00
Zachary Yedidia
4184bc19e0
Improve deb package
2020-07-06 17:25:30 +00:00
Zachary Yedidia
0d81e68f86
Chmod
2020-07-06 03:21:13 +00:00
Zachary Yedidia
8316bce6eb
Update script
2020-07-06 03:19:47 +00:00
Zachary Yedidia
f1318f28ea
Merge
2020-07-06 03:14:06 +00:00
Zachary Yedidia
0283155305
Improve packaging
...
Slight improvements to the man page, and the man page is now
provided in prebuilt binary tarballs. Also a .deb file is now
provided as an asset along with prebuilt binary tarballs.
2020-07-06 03:13:02 +00:00
Zachary Yedidia
cd0a9b6a60
Update nightly release scripts
2020-07-05 17:12:06 -04:00
Zachary Yedidia
621e4e9e4d
Slight performance improvement
2020-07-05 15:54:00 -04:00
Zachary Yedidia
806525c3da
Improve comment plugin
...
When commenting a selection, the plugin won't just toggle each
line individually but will only uncomment the block if it is all
comments.
The comment plugin also now takes into account any number of spaces
between the comment character and the text. For example '//comment' will
be uncommented properly, as well as '// comment'.
Fixes #1758
2020-07-05 15:48:49 -04:00
Zachary Yedidia
102ae04a16
Improve multicursor clipboard
...
Ref #1721
2020-07-05 01:12:35 -04:00
Zachary Yedidia
037c3c993f
Add clipboard support for multicursors
...
Fixes #1721
2020-07-04 21:26:36 -04:00
Zachary Yedidia
d8596919a6
Fix reading clipboard internally for OSC52
2020-07-04 20:54:27 -04:00
Zachary Yedidia
cf86f6848f
Don't set fastdirty base if modified
2020-07-04 20:09:44 -04:00
Zachary Yedidia
aeb5563df0
Update runtime
2020-07-04 20:06:37 -04:00
Zachary Yedidia
a3eacb785f
Merge
2020-07-04 20:01:02 -04:00
Zachary Yedidia
f143418267
Add support for copy-paste via OSC 52
...
Ref #1754
2020-07-04 20:00:39 -04:00
Jim Tittsler
9003462e76
Fix README ToC link ( #1757 )
2020-07-04 19:47:10 -04:00
Zachary Yedidia
67355337b3
Fix escape not exiting prompt
2020-07-03 22:12:58 -04:00
Zachary Yedidia
32c8517a90
Rebind escape to clear info and deselect
2020-07-03 21:02:16 -04:00
Zachary Yedidia
b793e9bb92
Use tcell's CanDisplay instead of Go's IsPrint
...
Fixes #1755
2020-07-02 17:57:50 -04:00
Zachary Yedidia
977290d77b
Improve php string highlighting
...
Fixes #1753
2020-07-01 23:38:47 -04:00
Zachary Yedidia
2c4035aa65
Update clipboard verification
...
Ref #1752
2020-07-01 01:24:06 -04:00
Utkarsh Gupta
b748d0c383
Drop unnecessary Ftoa and FtoaWithDigits function ( #1751 )
...
Fixes : #1749
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
2020-06-30 13:19:27 -04:00
Zachary Yedidia
b8fbbf5c83
Only lock event handling
2020-06-28 16:34:01 -04:00
Zachary Yedidia
253281ae5e
Add a lock for plugins to use if using async code
...
Ref #1539
2020-06-28 16:29:32 -04:00
Zachary Yedidia
f5c6f66c8f
Fix path escaping on Windows
...
Windows does not allow ':' in a path, but for some reason previous
versions still worked, except the file for storing buffer info
(which had a ':' in the name) was not viewable except by opening
it with micro.
Ref #1736
2020-06-27 17:59:28 -04:00
Zachary Yedidia
3da0415ef1
Merge
2020-06-27 17:55:39 -04:00
Zachary Yedidia
be4d186a46
Close file properly in clean and update makefile
2020-06-27 17:55:01 -04:00
Ryan Westlund
e946d9eddf
Improve Haskell syntax highlighting ( #1745 )
2020-06-26 17:53:43 -04:00
Zachary Yedidia
60846f549c
Update plugin documentation
2020-06-24 17:24:45 -04:00
Zachary Yedidia
5f62f550f3
Add more functions to customize status bar
...
Adds `status.lines`, `status.vcol`, `status.bytes`, `status.size`,
and exposes some functions from go-humanize to plugins.
Ref #1727
2020-06-24 17:19:42 -04:00
Zachary Yedidia
db1df05017
Support month and day names in crontab syntax
...
Ref #1739
2020-06-24 16:33:22 -04:00
Zachary Yedidia
05cbc310f3
Use boundaries in cron syntax rules
...
Fixes #1739
2020-06-24 16:00:56 -04:00
Zachary Yedidia
3ddb2ee316
Add Search function to BufPane
2020-06-23 18:47:42 -04:00
Zachary Yedidia
a749786830
Update readme
...
Ref #1741
2020-06-23 17:37:58 -04:00
Zachary Yedidia
687e4bdc25
Don't delete user settings if a parse error occurs
2020-06-23 17:29:20 -04:00
Zachary Yedidia
37c754c7c7
Treat CRLF as LF when inserting text
...
In effect, pasting text with \r\n will remove the \r character and
delegate whether or not the file will be saved with CRLF or LF line
endings to the `fileformat` option.
Ref #1742
2020-06-23 17:17:22 -04:00
Zachary Yedidia
9cc7c9be2d
Fix backup call in test
2020-06-22 18:20:01 -04:00
Zachary Yedidia
a8332fd316
Improve backup system
...
This commit introduces several improvements to the backup system.
* Backups are made every 8 seconds for buffers that have been modified
since the last backup.
* The `permbackup` option allows users to specify that backups should
be kept permanently.
* `The backupdir` option allows users to store backups in a custom
directory.
Fixes #1641
Fixes #1536
Ref #1539 (removes possibility of race condition for backups)
2020-06-22 17:54:56 -04:00
Zachary Yedidia
c5136820c4
Don't use make in travis script
2020-06-20 20:39:20 -04:00