ctags icon indicating copy to clipboard operation
ctags copied to clipboard

A mix of ctags and anjuta-tags for the perfect C++ ctags

Results 10 ctags issues
Sort by recently updated
recently updated
newest added

With Apple migrating to ARM over three years ago, most softwares are provided with native ARM builds these days. This no longer necessitates Rosetta and the overhead it carries. The...

### Describe the problem ``` ➜ blink arduino-cli compile --fqbn arduino:avr:mega Used platform Version Path arduino:avr 1.8.6 /home/trify/.arduino15/packages/arduino/hardware/avr/1.8.6 Error during build: fork/exec /home/trify/.arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags: no such file or directory ➜ blink...

Previously `#line` tags were not correctly parsed if they contained escaped chars like `\"` ``` $ cat /tmp/test.cpp # 1 "/home/megabug/Workspace/arduino-cli/internal/integrationtest/testdata/PathWith\"Quotes/Sketch/Sketch.ino" void setup() { foo(); } void loop() {} void...

As you already know I am packaging arduino for arch and I want to get rid of the shipped ctags binary. I tried to link to the upstream ctags, but...

Looks like If I wanted to rebuild this and bundle it into Arduino.app, I'd need to package it into `arduino-builder-macosx-1.4.3.tar.bz2`, along with arduino-builder and some other tools -- but I...

I am quite sure this also applies to this software: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742605 https://git.archlinux.org/svntogit/packages.git/tree/trunk/CVE-2014-7204.patch?h=packages/ctags Context: I try to package arduino builder independent from arduino. Using pure ctags does not work because the...

Hello! Is abc8fca7499f44c725122881cd380a88c37abe0e considered 5.8-arduino11? I noticed that the version got bumped in arduino/arduino-builder, but no new release/tag was cut from this repository.

Compiling the following sketch for Arduino Due (or ESP8266, for that matter) leads to an error. ``` c++ #include void setup() { test(); } void loop() {} void test() {}...