-
Updated
Aug 28, 2020
code-editor
Here are 180 public repositories matching this topic...
-
Updated
Aug 27, 2020 - PHP
-
Updated
May 5, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Java
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
- There is no need to explicitly call
deleteon widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below:
class Widget: public QObject-
Updated
Feb 10, 2018 - Haskell
-
Updated
Apr 22, 2020 - Go
-
Updated
Aug 4, 2020 - TypeScript
-
Updated
Jul 27, 2020 - JavaScript
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Feb 3, 2018 - Kotlin
I can edit a file from my GitHub repo, but when I try to save it, the API call fails with a 404 like:
Error: 404 error making request put https://api.github.com/repos/knary/knary.github.io/contents/knary.github.io/knary.github.io/index.html: "Not Found"
Reproducible with Gists:
Error: 404 error making request patch https://api.github.com/gists/c01e264c436dc77d1e5ed343cec5d830: "Not Found"
-
Updated
Aug 17, 2020 - C#
-
Updated
Jul 27, 2020 - C
-
Updated
Dec 18, 2015 - JavaScript
-
Updated
Sep 7, 2018 - HTML
-
Updated
Aug 26, 2020 - Kotlin
-
Updated
Aug 11, 2020 - C++
-
Updated
Jan 11, 2017 - Objective-C
-
Updated
Aug 12, 2020 - C++
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jul 31, 2020 - Vue
-
Updated
Feb 22, 2019 - Vala
-
Updated
Aug 26, 2020 - Java
Improve this page
Add a description, image, and links to the code-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-editor topic, visit your repo's landing page and select "manage topics."


I can't find any details on AutoComplete, the difference between Basic and Live, how to add new AutoComplete rules, etc. I'm not clear if this is part of brace or something done externally. Can anyone point me in the right direction?