Skip to content

Commit ac6b863

Browse files
committed
Docs: re-enable badges
- re-enable all badges, that were removed when the account was offline - minor tweaks to the documentation
1 parent 412c31d commit ac6b863

2 files changed

Lines changed: 19 additions & 16 deletions

File tree

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22

33
![CodePointer](codepointer.png)
44

5-
<!--![Build Status](https://github.com/diegoiast/CodePointer/actions/workflows/build.yml/badge.svg)
6-
![Clang Format](https://github.com/diegoiast/CodePointer/actions/workflows/clang-format.yml/badge.svg)
7-
![Code spell](https://github.com/diegoiast/CodePointer/actions/workflows/codespell.yml/badge.svg)
8-
![Activity](https://img.shields.io/github/commit-activity/m/diegoiast/CodePointer)
9-
![Open Issues](https://img.shields.io/github/issues-raw/diegoiast/CodePointer)
10-
-->
5+
![Build Status](https://github.com/codepointerapp/CodePointer/actions/workflows/build.yml/badge.svg)
6+
![Clang Format](https://github.com/codepointerapp/CodePointer/actions/workflows/clang-format.yml/badge.svg)
7+
![Code spell](https://github.com/codepointerapp/CodePointer/actions/workflows/codespell.yml/badge.svg)
8+
![Activity](https://img.shields.io/github/commit-activity/m/codepointerapp/CodePointer)
9+
![Open Issues](https://img.shields.io/github/issues-raw/codepointerapp/CodePointer)
1110

1211
CodePointer is an IDE for Rust, Go, C++ Python and more. Its focus is local development,
1312
not web development. Its currently on early development. There are releases for Windows
1413
(exe installer) and Linux (AppImage).
1514

16-
<!--[![Download latest stable version](https://img.shields.io/github/v/release/diegoiast/CodePointer)](https://github.com/diegoiast/CodePointer/releases/latest)
17-
[![Download testing version](https://img.shields.io/github/v/release/diegoiast/CodePointer?include_prereleases)](https://github.com/diegoiast/CodePointer/releases)
18-
![GitHub All Releases](https://img.shields.io/github/downloads/diegoiast/CodePointer/total)
19-
-->
15+
[![Download latest stable version](https://img.shields.io/github/v/release/codepointerapp/CodePointer)](https://github.com/codepointerapp/CodePointer/releases/latest)
16+
[![Download testing version](https://img.shields.io/github/v/release/codepointerapp/CodePointer?include_prereleases)](https://github.com/codepointerapp/CodePointer/releases)
17+
![GitHub All Releases](https://img.shields.io/github/downloads/codepointerapp/CodePointer/total)
18+
19+
Code mirror is available at https://gitlab.com/codepointer/codepointer
20+
Download mirror is available here: https://dappcdn.com/download/devtools/codepointer
2021

2122
Want to contribue? Look at [hack.md](hack.md) for guideance (TLDR:
22-
clone this repo, and `cmake -S build -B build; cmake --build build`, you will need a C++ compiler
23+
clone this repo, and `cmake -B build; cmake --build build`, you will need a C++ compiler
2324
, CMake and Qt installed). Keep commits readable, and rebase against main before
2425
you open a pull-request
2526

@@ -36,7 +37,7 @@ as an IDE (you can load projects, build them, and execute tehe main binary from
3637
the UI, but no debug capabilities yet, code completion is not ideal).
3738

3839

39-
* Basic editor working. Supports only UTF8. (need other? [request for it](https://gitlab.com/codepointer/codepointer))
40+
* Basic editor working. Supports only UTF8. (need other? [request for it](https://github.com/codepointerapp/codepointer/issues))
4041
* Can load/build projects: CMake, Meson, Go, Cargo
4142
* Preview for XML, JSON, SVG (!), Markdown
4243
* Binary/HEX editor

docs/release-2026-02-v0.1.1.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.0...v0.1.1-rc1
1+
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.0...v0.1.1-rc2
22

33
# February 2026 - release 0.1.1-rc1 - Instant Flavor
44

@@ -11,12 +11,14 @@ New months main new feature is a terminal dock (available by pressing
1111

1212
The global search got minor updates as well.
1313

14-
Mirror is available at https://gitlab.com/codepointer/codepointer .
14+
Code mirror is available at https://gitlab.com/codepointer/codepointer
15+
Download mirror is available here: https://dappcdn.com/download/devtools/codepointer
1516

1617
## Changelog
1718
* Search: close all - https://github.com/codepointerapp/codepointer/issues/157
1819
* Search: support for more search options - https://github.com/codepointerapp/codepointer/issues/158
1920
* Need a proper terminal - https://github.com/codepointerapp/codepointer/issues/159
2021
* Make the colors change when application is not active. - https://github.com/codepointerapp/codepointer/commit/1c49cecdf197352d7c95ce85b2f2da3d8d30ece8
21-
* Command Palette: mMoving to first item is not always possible - https://github.com/diegoiast/command-palette-widget/issues/5
22-
* Qutepart: Comment command does not work with multiple cursors - https://github.com/diegoiast/qutepart-cpp/issues/63
22+
* Command Palette: moving to first item is not always possible - https://github.com/diegoiast/command-palette-widget/issues/5
23+
* Qutepart: Comment command does not work with multiple cursors - https://github.com/diegoiast/qutepart-cpp/issues/63
24+
* qmdiSplitTabWidget: unmerge client when split looses focus

0 commit comments

Comments
 (0)