]> git.lizzy.rs Git - micro.git/log
micro.git
2 years agoplugins.md: update link to the internal documentation (#2191)
Dmitry Maluka [Wed, 18 Aug 2021 19:35:49 +0000 (21:35 +0200)]
plugins.md: update link to the internal documentation (#2191)

godoc.org now redirects to pkg.go.dev and it's not obvious how to locate
the internal packages documentation at https://pkg.go.dev/github.com/zyedidia/micro

2 years agoUpdate runtime
Zachary Yedidia [Wed, 18 Aug 2021 05:09:53 +0000 (01:09 -0400)]
Update runtime

2 years agoMerge
Zachary Yedidia [Wed, 18 Aug 2021 05:08:58 +0000 (01:08 -0400)]
Merge

2 years agoAdd rust clippy linter and go vet linter
Zachary Yedidia [Wed, 18 Aug 2021 05:08:54 +0000 (01:08 -0400)]
Add rust clippy linter and go vet linter

2 years agoMake yes/no prompts case-insensitive (#2182)
john-batch [Sat, 14 Aug 2021 03:56:26 +0000 (05:56 +0200)]
Make yes/no prompts case-insensitive (#2182)

2 years agoMerge branch 'pyfisch-patch-3' v2.0.10
Zachary Yedidia [Sat, 7 Aug 2021 00:45:12 +0000 (20:45 -0400)]
Merge branch 'pyfisch-patch-3'

2 years agoMerge branch 'patch-3' of https://github.com/pyfisch/micro into pyfisch-patch-3
Zachary Yedidia [Sat, 7 Aug 2021 00:44:57 +0000 (20:44 -0400)]
Merge branch 'patch-3' of https://github.com/pyfisch/micro into pyfisch-patch-3

2 years agoHighlight racket files as lisp (#1931)
riley [Sat, 7 Aug 2021 00:38:22 +0000 (20:38 -0400)]
Highlight racket files as lisp (#1931)

Add syntax highlighting for [racket](racket-lang.org), a (variant of scheme which is a) variant of lisp which uses the .rkt extension.

2 years agoUpdate v.yaml (#1925)
AAAA [Sat, 7 Aug 2021 00:37:42 +0000 (19:37 -0500)]
Update v.yaml (#1925)

Improvements:
 - Use proper scope names for better colorization
 - Better regex to detect binary, octal, decimal and hexadecimal numbers
 - Extend some definitions based on the Vlang docs

Co-authored-by: AAAA <dev@onerbs.com>
2 years agoFixes for syntax and docs
Zachary Yedidia [Tue, 3 Aug 2021 04:07:14 +0000 (00:07 -0400)]
Fixes for syntax and docs

Fixes #2163
Ref #2173

2 years agoDocument that "bubblegum" is a light theme (#2153)
Andrey Nering [Tue, 3 Aug 2021 01:13:05 +0000 (22:13 -0300)]
Document that "bubblegum" is a light theme (#2153)

2 years agoMerge
Zachary Yedidia [Tue, 3 Aug 2021 01:06:28 +0000 (21:06 -0400)]
Merge

2 years agoAllow aborting while opening a file with backup
Zachary Yedidia [Tue, 3 Aug 2021 01:05:22 +0000 (21:05 -0400)]
Allow aborting while opening a file with backup

Also fixes an issue where the abort prompt consumes interrupt signals.

Fixes #2151

2 years agoMore precise filename detection for shell scripts
pyfisch [Wed, 21 Jul 2021 19:44:32 +0000 (21:44 +0200)]
More precise filename detection for shell scripts

Make the regular expression much more precise:

* match literal dots instead of any char (match rc.conf but not rcXconf)
* match special filenames exactly (match PKGBUILD but not myPKGBUILD.something)

Run build-all to update internal/config/runtime.go

closes #2163

2 years agoUpdate rust syntax: don't highlight lifetimes (#2164)
pyfisch [Wed, 21 Jul 2021 19:02:28 +0000 (21:02 +0200)]
Update rust syntax: don't highlight lifetimes (#2164)

Work-around rust lifetimes and character literals both using single quotes.

2 years agoUpdate rust syntax: char literal (#2162)
pyfisch [Wed, 21 Jul 2021 16:37:41 +0000 (18:37 +0200)]
Update rust syntax: char literal (#2162)

Highlight character literals started with a single quote (').
Importantly this ensures correct highlighting for the character literal '"'.
Limitation: rust char literals contain exactly one character, however this isn't checked by the highlighter.

Closes #2160

2 years agoFix name collision on linter name (swiftc) (#2158)
Ali Kefia [Sun, 18 Jul 2021 22:30:52 +0000 (00:30 +0200)]
Fix name collision on linter name (swiftc) (#2158)

2 years agoShellcheck as a new shell linter + runtime.go out of git control (#2157)
Ali Kefia [Fri, 16 Jul 2021 19:01:50 +0000 (21:01 +0200)]
Shellcheck as a new shell linter + runtime.go out of git control (#2157)

* shellcheck as a new shell linter + runtime.go out of git control

* keep runtime.go and keep both shfmt and shellcheck since we can remove from custom conf

2 years agoAdd alcritty and foot to the list of OSC 52 supporting terminals (#2154)
Rylee [Wed, 14 Jul 2021 03:37:48 +0000 (13:37 +1000)]
Add alcritty and foot to the list of OSC 52 supporting terminals (#2154)

2 years agoSearch the last match on line when search back (#2156)
Ali Kefia [Wed, 14 Jul 2021 03:37:22 +0000 (05:37 +0200)]
Search the last match on line when search back (#2156)

2 years agoAdd default binding for FindLiteral
Zachary Yedidia [Mon, 5 Jul 2021 00:00:49 +0000 (20:00 -0400)]
Add default binding for FindLiteral

2 years agoMerge
Zachary Yedidia [Thu, 17 Jun 2021 21:11:35 +0000 (17:11 -0400)]
Merge

2 years agoUpdate zyedidia/pty from upstream
Zachary Yedidia [Thu, 17 Jun 2021 21:10:59 +0000 (17:10 -0400)]
Update zyedidia/pty from upstream

Fixes #2138

2 years agoAdd nix language syntax (#2024)
vandervoortj [Tue, 15 Jun 2021 21:56:31 +0000 (17:56 -0400)]
Add nix language syntax (#2024)

* Create nix.yaml

Add nix language syntax

* Add nix-linter

2 years agoFix typo in tutorial.md (#2130)
Kethan [Sun, 13 Jun 2021 03:52:08 +0000 (20:52 -0700)]
Fix typo in tutorial.md (#2130)

2 years agofind: select prefilled text (#2127)
Dmitry Maluka [Wed, 9 Jun 2021 21:04:11 +0000 (23:04 +0200)]
find: select prefilled text (#2127)

The new feature of prefilling the search bar with the selected text (added
in 3d0b5db) has an annoying side effect: if we do have some text selected
but we want to search for some other pattern, not the selected text,
then we have to manually delete the prefilled text before we can start
entering our wanted search pattern.

A simple solution is to select the prefilled text, so that we can replace it
with our pattern right away just by typing, without any additional keystrokes.

2 years agoAdd desktop-id to Appstream Metainfo (#2122)
Balló György [Sun, 6 Jun 2021 21:53:33 +0000 (23:53 +0200)]
Add desktop-id to Appstream Metainfo (#2122)

It's needed for tools like appstream-generator to detect the associated desktop file.

2 years agofind: prefill with selection (#2115)
Ali Kefia [Wed, 2 Jun 2021 20:04:31 +0000 (22:04 +0200)]
find: prefill with selection (#2115)

* find: prefill with selection

* keep search func - could be used in plugins

2 years agoImprove linter performance (#2083)
Jeff Zhao [Tue, 1 Jun 2021 23:34:10 +0000 (19:34 -0400)]
Improve linter performance (#2083)

Only compute args if we are actually going to use it

2 years agoAdd highlighting for user-defined types (#2107)
Rosetta H&S [Tue, 1 Jun 2021 23:33:40 +0000 (07:33 +0800)]
Add highlighting for user-defined types  (#2107)

* Added highlighting for user-defined types

Provides automatic highlighting of user-defined types ending with either "_t" or "_T", as is seen in editors such as Nano, or within GitHub itself.

* Update cpp.yaml

2 years agoDont take # as comment when preceded by backslash (#2112)
Héctor M. Monacci [Tue, 1 Jun 2021 23:33:06 +0000 (20:33 -0300)]
Dont take # as comment when preceded by backslash (#2112)

When escaped with a backslash (e.g., inside a regex) the numeral char, ```#```, shouldn't be interpreted as a beginning of comment.

2 years agoFix erlang comment syntax
Zachary Yedidia [Tue, 1 Jun 2021 00:26:32 +0000 (20:26 -0400)]
Fix erlang comment syntax

2 years agoUpdate tcell
Zachary Yedidia [Mon, 24 May 2021 05:43:11 +0000 (01:43 -0400)]
Update tcell

Fixes #2108

2 years agoWarn for readonly instead of setting option
Zachary Yedidia [Wed, 19 May 2021 18:58:00 +0000 (14:58 -0400)]
Warn for readonly instead of setting option

Fixes #2106

3 years agoUpdate tcell v2.0.9
Zachary Yedidia [Sun, 16 May 2021 20:35:47 +0000 (16:35 -0400)]
Update tcell

Fixes #2081

3 years agoMerge pull request #2076 from dmaluka/softwrap-improvement2
Zachary Yedidia [Wed, 12 May 2021 00:36:23 +0000 (20:36 -0400)]
Merge pull request #2076 from dmaluka/softwrap-improvement2

Softwrap improvements

3 years agoMerge
Zachary Yedidia [Wed, 21 Apr 2021 01:28:37 +0000 (21:28 -0400)]
Merge

3 years agoHandle SIGHUP properly
Zachary Yedidia [Wed, 21 Apr 2021 01:27:59 +0000 (21:27 -0400)]
Handle SIGHUP properly

Fixes #2085

Not the nicest solution but it will do for now.

3 years agoFix up X,Y values in BufView
Dmitry Maluka [Thu, 8 Apr 2021 23:48:58 +0000 (01:48 +0200)]
Fix up X,Y values in BufView

Let's return absolute X, Y values, rather than relative to the bufwindow.

3 years agoReplace BufWidth & BufHeight with BufView
Dmitry Maluka [Thu, 8 Apr 2021 21:32:00 +0000 (23:32 +0200)]
Replace BufWidth & BufHeight with BufView

BufView returns not only the buffer's width and height but also its
x,y position. It may be useful e.g. for checking if a mouse click was
on the actual buffer or ourside it, e.g. on the gutter.

3 years agoDon't highlight padding spaces in word wrapping
Dmitry Maluka [Wed, 17 Mar 2021 22:25:15 +0000 (23:25 +0100)]
Don't highlight padding spaces in word wrapping

Don't highlight space characters at the right edge which are used just
for padding after line break in word wrapping, i.e. don't correspond to
any real characters in the buffer.

This makes it look nicer e.g. when selecting word-wrapped text.

3 years agoImplement word wrapping
Dmitry Maluka [Wed, 17 Mar 2021 21:34:30 +0000 (22:34 +0100)]
Implement word wrapping

Fixes #264
Fixes #1644

3 years agoSimplify LocFromVisual implementation
Dmitry Maluka [Sun, 7 Mar 2021 13:56:00 +0000 (14:56 +0100)]
Simplify LocFromVisual implementation

Now that we have LocFromVLoc, we can radically simplify the code of LocFromVisual.
Less duplication, less potential bugs.

3 years agoImplement moving cursor up/down within a wrapped line
Dmitry Maluka [Sat, 6 Mar 2021 22:43:36 +0000 (23:43 +0100)]
Implement moving cursor up/down within a wrapped line

Modified behavior of CursorUp, CursorDown, CursorPageUp etc:
if softwrap is enabled, cursor moves by visual lines, not logical lines.

TODO: implement it also for Home and End keys: move cursor to the
visual start or end of a line. I haven't implemented it for now, because
I'm not sure what should be the behavior of StartOfTextToggle then
(considering that Home key is bound to StartOfTextToggle by default).

Fixes #1598

3 years agoAdd VLoc, VLocFromLoc and LocFromVLoc
Dmitry Maluka [Wed, 17 Mar 2021 20:16:52 +0000 (21:16 +0100)]
Add VLoc, VLocFromLoc and LocFromVLoc

VLoc allows any location in the buffer to be represented as a visual
location in the linewrapped buffer. In particular, this is useful
for implementing moving cursor up and down within a wrapped line.

3 years agoFix horizontal scrolling with a wide rune at the right edge of window
Dmitry Maluka [Wed, 3 Mar 2021 19:09:35 +0000 (20:09 +0100)]
Fix horizontal scrolling with a wide rune at the right edge of window

3 years agoFix displaying incomplete tab or wide rune at the right edge of window
Dmitry Maluka [Wed, 17 Mar 2021 19:13:25 +0000 (20:13 +0100)]
Fix displaying incomplete tab or wide rune at the right edge of window

Fix displaying tabs and wide runes which don't fit in the window.
Don't overwrite the vertical divider and the adjacent window.

- For tabs: display only as many of the tab's spaces as fit in the window.

- For wide runes: if a rune doesn't fit, don't display it in this line at all.
  If softwrap is on, display this rune in the next line.

Fixes #1979

3 years agoFix horizontal scrolling issue after toggling softwrap on/off
Dmitry Maluka [Wed, 3 Mar 2021 19:51:06 +0000 (20:51 +0100)]
Fix horizontal scrolling issue after toggling softwrap on/off

Fixes #645

3 years agoAdd BufWidth and BufHeight
Dmitry Maluka [Sat, 27 Feb 2021 16:37:15 +0000 (17:37 +0100)]
Add BufWidth and BufHeight

Fixes issue with the usage of a slightly incorrect buffer height value
(v.Height should be v.Height-1 if statusline is displayed).

Also, to avoid too many duplications, the code reorganized a little:
buffer display params (width, height, gutter offset and others) are
calculated in a single place.

3 years agoUpdate and rename perl6.yaml to raku.yaml (#1927)
Alex Tsantilis [Wed, 7 Apr 2021 20:21:19 +0000 (16:21 -0400)]
Update and rename perl6.yaml to raku.yaml (#1927)

The language has been renamed but still aims to support the old file extensions for a time.

3 years agoImprove patch file detection by adding a header rule. (#1942)
Laszlo Gombos [Wed, 7 Apr 2021 20:20:57 +0000 (16:20 -0400)]
Improve patch file detection by adding a header rule. (#1942)

3 years agoAdd buffer.WordAt (#2070)
Dmitry Maluka [Wed, 7 Apr 2021 20:20:39 +0000 (22:20 +0200)]
Add buffer.WordAt (#2070)

Add buffer.WordAt function returning the word around a given location
in the buffer. Useful for plugins.

3 years agoFix softwrap scrolling issues (#1981)
Dmitry Maluka [Wed, 7 Apr 2021 20:18:51 +0000 (22:18 +0200)]
Fix softwrap scrolling issues (#1981)

Softwrap implementation enhanced to fix various issues with scrolling,
centering, relocating etc.

The main idea is simple: work not with simple line numbers but
with (Line, Row) pairs, where Line is a line number in the buffer
and Row is a visual line (a row) number within this line.
The logic remains mostly the same, but simple arithmetic operations
on line numbers are replaced with corresponding operations on
(Line, Row) pairs.

Fixes #632, #1657

3 years agoMerge
Zachary Yedidia [Mon, 8 Mar 2021 18:11:08 +0000 (13:11 -0500)]
Merge

3 years agoUpdate runewidth version
Zachary Yedidia [Mon, 8 Mar 2021 18:10:52 +0000 (13:10 -0500)]
Update runewidth version

Fixes #1873

3 years agoUpdate snap badge
Zachary Yedidia [Sat, 6 Mar 2021 01:57:31 +0000 (20:57 -0500)]
Update snap badge

3 years agoMerge
Zachary Yedidia [Tue, 2 Mar 2021 22:16:54 +0000 (17:16 -0500)]
Merge

3 years agoFix noregex interactive replace
Zachary Yedidia [Tue, 2 Mar 2021 22:16:19 +0000 (17:16 -0500)]
Fix noregex interactive replace

Fixes #2052

3 years agoAdd ForceQuit action
Zachary Yedidia [Tue, 2 Mar 2021 02:55:49 +0000 (21:55 -0500)]
Add ForceQuit action

Closes #1039

3 years agoFix regressions in buffer settings initialization (#2035)
Dmitry Maluka [Mon, 22 Feb 2021 23:18:37 +0000 (00:18 +0100)]
Fix regressions in buffer settings initialization (#2035)

Fix regressions after ba98b55:

- Unable to override filetype autodetection by setting a specific filetype
  for specific files, i.e. this doesn't work:

    "*.h": {
        "filetype": "c++"
    },

- Unable to enable/disable syntax highlighting for specific files,
  i.e. this doesn't work:

    "*.c": {
        "syntax": false
    },

- "readonly" setting doesn't work (neither global nor per-filetype).

3 years agoRemove conf highlighting (too many conflicts)
Zachary Yedidia [Sat, 20 Feb 2021 19:27:58 +0000 (14:27 -0500)]
Remove conf highlighting (too many conflicts)

Fixes #2031

The conf highlighter interferes with many more specific highlighters and
doesn't provide much value on its own.

3 years agoFix #2030: warn for invalid pane type
Zachary Yedidia [Fri, 19 Feb 2021 00:02:23 +0000 (19:02 -0500)]
Fix #2030: warn for invalid pane type

3 years agoImprove C syntax highlighting (#2015)
relrelb [Thu, 18 Feb 2021 03:28:19 +0000 (05:28 +0200)]
Improve C syntax highlighting (#2015)

3 years agoAdd Gemini syntax file (#2016)
Nikolay Korotkiy [Thu, 18 Feb 2021 03:27:56 +0000 (06:27 +0300)]
Add Gemini syntax file (#2016)

3 years agoAdd .tsx support for Typescript syntax (#2021)
Sebastian Kolind Sørensen [Thu, 18 Feb 2021 03:27:45 +0000 (04:27 +0100)]
Add .tsx support for Typescript syntax (#2021)

* Update to look for tsx files also

* Shorten filename detection

3 years agodocs: update Arch Linux installation method (#2028)
ejose19 [Thu, 18 Feb 2021 03:27:13 +0000 (00:27 -0300)]
docs: update Arch Linux installation method (#2028)

3 years agoOnly initialize buffer settings once
Zachary Yedidia [Sun, 7 Feb 2021 18:14:40 +0000 (13:14 -0500)]
Only initialize buffer settings once

Ref #2009

3 years agogofmt
Zachary Yedidia [Thu, 28 Jan 2021 03:52:40 +0000 (22:52 -0500)]
gofmt

3 years agoMerge branch 'ilius-PR-find-on-type'
Zachary Yedidia [Wed, 27 Jan 2021 18:49:47 +0000 (13:49 -0500)]
Merge branch 'ilius-PR-find-on-type'

3 years agoRename to incsearch
Zachary Yedidia [Wed, 27 Jan 2021 18:49:38 +0000 (13:49 -0500)]
Rename to incsearch

3 years agoMerge branch 'PR-find-on-type' of https://github.com/ilius/micro into ilius-PR-find...
Zachary Yedidia [Wed, 27 Jan 2021 18:48:01 +0000 (13:48 -0500)]
Merge branch 'PR-find-on-type' of https://github.com/ilius/micro into ilius-PR-find-on-type

3 years agoFix some quality issues (#1914)
Siddhant N Trivedi [Sat, 9 Jan 2021 18:39:21 +0000 (00:09 +0530)]
Fix some quality issues (#1914)

* Add .deepsource.toml

* Fix unnecessary typecasting on `bytes.Buffer`

* Fix check for empty string

* Replace nested if block with else-if

* Replace nested if block with else-if

* Replaced string.Replace() with string.ReplaceAll where n<0

* Remove deepsource toml file

Signed-off-by: siddhant-deepsource <siddhant@deepsource.io>
Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
3 years agofix vue syntax highlight (#1982)
Peter Kramarik [Fri, 8 Jan 2021 22:06:49 +0000 (23:06 +0100)]
fix vue syntax highlight (#1982)

3 years agoAdded multiline strings to the Scala syntax highlighter (#1969)
Marduk Bolaños [Wed, 6 Jan 2021 00:59:28 +0000 (01:59 +0100)]
Added multiline strings to the Scala syntax highlighter (#1969)

In Scala multiline strings are constructed just like in Python

```
val message = """
This
is
a
message
"""

3 years agoFix non-working TryBindKey and UnbindKey (#1970)
Dmitry Maluka [Wed, 6 Jan 2021 00:37:49 +0000 (01:37 +0100)]
Fix non-working TryBindKey and UnbindKey (#1970)

Fixed regression: since merging keybindings branch, TryBindKey and
UnbindKey and accordingly "bind" and "unbind" commands don't work
(fail to unmarshal bindings.json).

This is just a quick fixup to make TryBindKey and UnbindKey work again.
They still work with "buffer" bindings only.

3 years agoadd settings option "findontype" to allow disabling search-on-type
Saeed Rasooli [Mon, 4 Jan 2021 06:59:45 +0000 (10:29 +0330)]
add settings option "findontype" to allow disabling search-on-type

3 years agoUpdate readme
Zachary Yedidia [Tue, 29 Dec 2020 19:13:54 +0000 (14:13 -0500)]
Update readme

3 years agoMerge branch 'a11ce-python-highlight-zero'
Zachary Yedidia [Sun, 27 Dec 2020 23:43:07 +0000 (18:43 -0500)]
Merge branch 'a11ce-python-highlight-zero'

3 years agoMerge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
Zachary Yedidia [Sun, 27 Dec 2020 23:42:53 +0000 (18:42 -0500)]
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce-python-highlight-zero

3 years agofix the missing break in JumpToMatchingBrace (#1960)
worldmaker [Sun, 27 Dec 2020 23:38:16 +0000 (07:38 +0800)]
fix the missing break in JumpToMatchingBrace (#1960)

In JumpToMatchingBrace, the loop should stop immediately after finding the matching bracket.
It causes multiple jumps in certain situations:
`(I  [  ]{  }) => (  I[  ]{  })`

3 years agoMerge
Zachary Yedidia [Sat, 26 Dec 2020 19:45:27 +0000 (14:45 -0500)]
Merge

3 years agoOnly use internal clipboard on error
Zachary Yedidia [Sat, 26 Dec 2020 19:45:22 +0000 (14:45 -0500)]
Only use internal clipboard on error

3 years agoDon't automatically disable readonly option (#1957)
Dmitry Maluka [Wed, 23 Dec 2020 20:21:20 +0000 (21:21 +0100)]
Don't automatically disable readonly option (#1957)

Fix the regression after 3b34a02: setting readonly option to true
in onBufferOpen lua callback doesn't work, since it is automatically
reset to false if write permission is not denied.

3 years agoFix potential file leaks (#1958)
Dmitry Maluka [Wed, 23 Dec 2020 20:21:01 +0000 (21:21 +0100)]
Fix potential file leaks (#1958)

3 years agoUpdate hlint format
Zachary Yedidia [Sun, 20 Dec 2020 21:53:18 +0000 (16:53 -0500)]
Update hlint format

3 years agoUpdate runtime
Zachary Yedidia [Sun, 20 Dec 2020 19:53:04 +0000 (14:53 -0500)]
Update runtime

3 years agoFix stat error detection
Zachary Yedidia [Sun, 20 Dec 2020 18:05:10 +0000 (13:05 -0500)]
Fix stat error detection

Fixes #1955

3 years agoAdd Dracula colorscheme to defaults
Zachary Yedidia [Sun, 20 Dec 2020 06:08:41 +0000 (01:08 -0500)]
Add Dracula colorscheme to defaults

See https://draculatheme.com/micro.

3 years agoDocument undocumented colorscheme groups (#1939)
Dmitry Maluka [Sun, 20 Dec 2020 05:35:57 +0000 (06:35 +0100)]
Document undocumented colorscheme groups (#1939)

3 years agoMerge
Zachary Yedidia [Fri, 18 Dec 2020 02:55:59 +0000 (21:55 -0500)]
Merge

3 years agoImprove file permission detection
Zachary Yedidia [Fri, 18 Dec 2020 02:54:18 +0000 (21:54 -0500)]
Improve file permission detection

Mark files as readonly automatically if write permission is denied.
Display errors when opening files (except for non-existence errors).

Fixes #1224

3 years agoRemove clipboard error message
Zachary Yedidia [Thu, 17 Dec 2020 02:35:07 +0000 (21:35 -0500)]
Remove clipboard error message

3 years agoHighlight 0 as a constant number in python3
a11ce [Tue, 15 Dec 2020 23:57:28 +0000 (18:57 -0500)]
Highlight 0 as a constant number in python3

3 years agoAdded a sentence to colors.md clarifying that the truecolor environment variable...
Alekhine51 [Wed, 9 Dec 2020 03:43:37 +0000 (22:43 -0500)]
Added a sentence to colors.md clarifying that the truecolor environment variable has to be created by the user. (#1928)

3 years agoMake more libraries available (#1917)
Carlos Henrique Guardão Gandarez [Sat, 21 Nov 2020 06:46:17 +0000 (03:46 -0300)]
Make more libraries available (#1917)

* Make more libraries available to plugin dvelopment

* Add Unzip function to util

3 years agoClear prompt before callback
Zachary Yedidia [Mon, 16 Nov 2020 19:07:22 +0000 (14:07 -0500)]
Clear prompt before callback

Ref #1913

3 years ago.sbt files also contain Scala code
Marduk Bolaños [Wed, 11 Nov 2020 08:58:10 +0000 (09:58 +0100)]
.sbt files also contain Scala code

The Scala Build Tool sbt uses Scala as configuration language.

3 years agoDisable fake cursor for Windows Terminal
Zachary Yedidia [Fri, 6 Nov 2020 18:43:40 +0000 (13:43 -0500)]
Disable fake cursor for Windows Terminal

Ref #1900

3 years agoFix internal string binding representation
Zachary Yedidia [Thu, 5 Nov 2020 20:52:25 +0000 (15:52 -0500)]
Fix internal string binding representation

3 years agoMerge
Zachary Yedidia [Thu, 5 Nov 2020 20:39:29 +0000 (15:39 -0500)]
Merge