Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 8 Go Editor Projects
-
Hey there! That looks like the text editor "micro". It's got a nice ncurses interface and indeed has a minimap feature that renders the text. You can check it out here: https://github.com/zyedidia/micro
-
gitpod
The developer platform for on-demand cloud development environments to create software faster and more securely.
Project mention: Mac users: is it best to just rent a linux server? | reddit.com/r/learnpython | 2023-05-18Worst case there are services like GitPod or GitHub CodeSpaces which offer you a development ready container where you can write and execute your code. You could also just run a Python 3.11/12 container on your machine and use VSCode's Container Plugin to develop in that locally.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: Solarized.nvim: Lua Port of solarzied.vim for Neovim! | reddit.com/r/neovim | 2023-05-12
yeah, looks like https://github.com/akiyosi/goneovim
-
esc = select the last "stuff" just typed
The fact you can create your own "buttons" that do basically anything is pretty nice, but you REALLY want a 3 button pointing device to use it. It also doesn't care about the programming language you use to create such a button, but you will work with the filesystem metaphor provided by Acme itself to get things done.
I find the mouse interface is extremely fast, and when you couple it with the power of the plumber in Plan 9, it's a reasonably good way to navigate around a complex workflow.
It's also a reasonably small environment in terms of lines of code. The Go version (Edwood) is pretty good too! https://github.com/rjkroege/edwood
-
orbiton
:cyclone: Config-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, viewing man pages and for quick edit-compile cycles when programming. Incl. syntax highlighting, jump-to-error, rainbow parentheses, macros, tab compl., cut/paste portals and a gdb front-end
Project mention: Orbiton: A slim configuration-free text editor for VT100 | news.ycombinator.com | 2023-04-03 -
Project mention: JVM port of randrew's layout - a simple/fast stacking box layout library for user interfaces. | reddit.com/r/java | 2022-09-10
I see. Well, I was thinking about making a sort of builder layout implementation to create GUI in DSL way. I've made one for my another project https://github.com/SpaiR/StrongDMM/blob/main/src/imguiext/widget/button.go . It's in Golang, yet compatible with common Dear ImGui API. I'll consider about your library, since, unlike Stack Layout, it can be used around imgui, not inside of it. And thus it's more extendable.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Project mention: Ask HN: What have you created that deserves a second chance on HN? | news.ycombinator.com | 2023-01-26
Go Editor related posts
- Does anyone know what program this is?
- What the status of Micro editor project?
- Solarized.nvim: Lua Port of solarzied.vim for Neovim!
- I took the plunge 6 months ago and haven't looked back, best decision ever
- Please release nano under less restrictive license so we can use it
- Orbiton: A slim configuration-free text editor for VT100
- Can I do dotnet (6+) webapi dev just using docker containers, and not installing any SDKs on my computer?
-
A note from our sponsor - SonarQube
www.sonarqube.org | 2 Jun 2023
Index
What are some of the best open-source Editor projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | micro-editor | 21,600 |
2 | gitpod | 10,797 |
3 | goneovim | 2,106 |
4 | edwood | 347 |
5 | orbiton | 287 |
6 | StrongDMM | 90 |
7 | kiss | 79 |
8 | gram | 10 |