mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Genio: improved description formatting
The additional spaces after the "*" of the bullet item messes up the justifying of the text.
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
SUMMARY="The Haiku IDE"
|
||||
DESCRIPTION="Genio is a native and fully functional IDE for the Haiku.
|
||||
Some of the features of the Genio IDE are:
|
||||
* LSP Server support (autocompletion, signature help, go to definition/implementation/declaration, quick fix, format, rename)
|
||||
* Multi-project browser
|
||||
* Class outline
|
||||
* Integrated source control with GIT (including opening a remote project)
|
||||
* Links to file and build errors in Build Log and Console I/O
|
||||
* Build on save / Save on build
|
||||
* User templates for quickly creating new files and projects
|
||||
* Rich editor with many features, like syntax highlighting
|
||||
* Full screen and Focus mode"
|
||||
* LSP Server support (autocompletion, signature help, go to definition / implementation / \
|
||||
declaration, quick fix, format, rename)
|
||||
* Multi-project browser
|
||||
* Class outline
|
||||
* Integrated source control with GIT (including opening a remote project)
|
||||
* Links to file and build errors in Build Log and Console I/O
|
||||
* Build on save / Save on build
|
||||
* User templates for quickly creating new files and projects
|
||||
* Rich editor with many features, like syntax highlighting
|
||||
* Full screen and Focus mode"
|
||||
HOMEPAGE="https://github.com/Genio-The-Haiku-IDE/Genio/releases"
|
||||
COPYRIGHT="2022-2024 The Genio Team"
|
||||
LICENSE="BSD (3-clause)
|
||||
MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/Genio-The-Haiku-IDE/Genio/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="64cb18b552a6336e22903b6fc659253bf1ad02831fb2bc4dd892e7e65023465c"
|
||||
SOURCE_FILENAME="Genio-v$portVersion.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user