mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
indentation.
This commit is contained in:
parent
d6eb399569
commit
29b8b000e5
1 changed files with 5 additions and 4 deletions
|
@ -25,10 +25,11 @@ public class CTagsCmd {
|
|||
BufferedReader stdout;
|
||||
|
||||
String[] args = {"ctags", "--excmd=pattern", "--format=2",
|
||||
"--if0=yes", "--sort=no", "--extra=q",
|
||||
"--fields=aiKlmnsz", "--line-directives=yes",
|
||||
"--sort=no", "--kind-long", "--c-types=cdefgmnpstuvx",
|
||||
"-f", "-", filename};
|
||||
"--if0=yes", "--sort=no", "--extra=q",
|
||||
"--fields=aiKlmnsz", "--line-directives=yes",
|
||||
"--sort=no", "--kind-long",
|
||||
"--c-types=cdefgmnpstuvx",
|
||||
"-f", "-", filename};
|
||||
|
||||
//Process ctags = Runtime.getRuntime().exec(args);
|
||||
Process ctags = ProcessFactory.getFactory().exec(args);
|
||||
|
|
Loading…
Add table
Reference in a new issue