text-editor
Here are 992 public repositories matching this topic...
Executing :lhelpgrep sub-expression
and :lhelpgrep sub-match
shows that both terms are used in the docs. Since they seem to mean the same maybe it's better to only leave one to remove the possible confusion.
Vim: https://github.com/vim/vim-win32-installer/releases/download/v8.2.0330/gvim_8.2.0330_x86.zip
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
In the docs, it says to use useMemo for the editor instance passed to the <Slate>
component so it is "stable across renders". useMemo does not guarantee identity between renders (https:
-
Updated
Dec 30, 2019
Description of the problem or steps to reproduce
I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to
-
Updated
Apr 1, 2020 - TypeScript
https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand
Mozilla docs says:
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:
kakquote() {
printf "'"
printf "$*" | sed "s/'/''/g"
printf "'"
}
However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or
In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows:
[Vue warn]: You may have an infinite update loop in a component render function.
found in
---> <QuillEditor> at components/common/quillEditor.vue
<Pages/detail/Index.vue> at pages/deta
-
Updated
May 24, 2020 - PHP
I think some kind of interactive vistutor
would be greatly beneficial.
It could serve as a starting point or as a continuation for learning certain topics.
I realize that such a tutorial might include a bit of different topics, just to name a few obvious ones:
- regular expressions
- structural regular expressions
- vi commands
- sam commands
It feels to me inaccessible to people ne
See #65 for details.
-
Updated
Jun 13, 2020 - C
For instance in some places we use el.nodeType
which in our abstraction returns a string:
...
getNodeType() {
switch(this.el.nodeType) {
case window.Node.TEXT_NODE:
return "text"
case window.Node.ELEMENT_NODE:
return 'element'
case window.Node.DOCUMENT_NODE:
return 'document'
case window.Node.COMMENT_NODE:
return '
-
Updated
Jun 29, 2020 - Java
In config.yml
, only tab_width
and soft_tabs
can be configured per file extension. I would personally like to see line_length_guide
per-extension configurable as well, considering different languages' conventions, e.g. rustfmt's default line length is 100, whereas most others have a conventional max length of 80. This is somewhat related to the [project card](https://github.com/jmacdonald/a
Markdown linter
From #200 @agirorn.
It would be nice if Abricotine could verify links and show a red underline for links have not been defined and are invalid. Also, every link could be checked if it actually exists.
[NotDefinedLink] The link is referring to reference that is not defined.
[some website][NotDefinedLink] The link is referring to reference that is not defined.
[BrokenLink] T
Vue.js version and component version
vue
version2.6.11
vue-codemirror
version4.0.6
Steps to reproduce
- Make editor with model set:
<codemirror v-model="draft" />
- Initially set model:
draft: 'TO WHATEVER TEXT'
. - Open editor, press Ctrl + Z.
What is Expected?
Nothing must happen.
What is actually happening?
Conten
When i need to enter column mode in notepadqq i'm bound ctrl+shift then use the mouse to make the selection.
It would be great if it was possible, like in the original npp, to use the arrow keys without having to move the hands off the keyboard.
Great program, by the way!
You have a lot of 'providertags in
Manifest` as:
<provider
android:name="dev.dworks.apps.anexplorer.provider.NonMediaDocumentsProvider"
android:authorities="${applicationId}.nonmedia.documents"
android:exported="true"
android:grantUriPermissions="true"
android:permission="android.permission.MANAGE_DOCUMENT">
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Nov 17, 2019 - Go
Missing language
Please add VB/VBA to your language list.
e.g.
Why Can't I Bind to the Text Property?
See icsharpcode/AvalonEdit#150 (comment)
How-to Syntax-Highlight in Comment
See icsharpcode/AvalonEdit#171 (comment)
How-to Insert a New Line at Caret Position
See icsharpcode/AvalonEdit#193 (comment)
**Bin
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 26, 2020 - Clojure
-
Updated
Jun 24, 2020 - Common Lisp
Document graphs
How do I create a graph like the one described in the README? #tagged=climbing #since=30d #plot=done
. Maybe I am misunderstanding what it means.
Improve this page
Add a description, image, and links to the text-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-editor topic, visit your repo's landing page and select "manage topics."
nvim --version
: NVIM v0.5.0-23-gafd576ee9vim -u DEFAULTS
(version: ) behaves differently? yes$TERM
: xterm-256colorSteps to reproduce using
nvim -u NORC
Download:
[neovim_enc_bug.txt](https://github.com/neovim/n