Skip to content
#

gcc

Here are 793 public repositories matching this topic...

eine
eine commented Apr 9, 2020

Currently, the architecture of the CLI is based on (sub)commands and options. Commands are expected to be provided as the first argument, and do effectively decide which feature is to be used. OTOH, options provide parameters to the commands. However, there is no syntactical difference, as both commands and options start with -- or -i. As a result, we rely on properly formating --help and on

maikelvdh
maikelvdh commented May 23, 2020

In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.

For example a package manager would have the following paths in its cache:

~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader
s0cks5
s0cks5 commented Oct 19, 2020

This is the same issue as #28 , though written in English.

Background and foreground colors of brace characters change when approached by the caret, if the option "highlight matching braces/parenthesis" is ticked. When the caret leaves these characters, however, background returns to its original color, while foreground doesn't.

Illustrated with screenshots in #28 .

Improve this page

Add a description, image, and links to the gcc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gcc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.