Skip to content

Instantly share code, notes, and snippets.

@BigfootN
Created August 31, 2015 21:22
Show Gist options
  • Save BigfootN/5e4b9907d70aa67de255 to your computer and use it in GitHub Desktop.
Save BigfootN/5e4b9907d70aa67de255 to your computer and use it in GitHub Desktop.

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Mon Aug 31 2015 23:07:34 GMT+0200 (CEST).


Platform: linux

Versions

Atom Version: 1.0.9

Atom Beautify Version: 0.28.11

Original file to be beautified

Original File Path: /home/scriptor/Documents/Prog/popup/popup.cpp

Original File Grammar: C++

Original File Language: C++

Original File Contents:

#include <gtk/gtk.h>
#include "music.hpp"
#include "window.hpp"

using namespace std;

//---------------
// GTK FUNCTIONS
//---------------

//int main (int argc, char** argv)
int main(int argc, char* argv[])
{
    //GtkApplication* app;
        int status;
    struct mpd_connection* connec = NULL;
    struct mpd_song* song = NULL;
    //FILE* cover_art = NULL;

    connec = mpd_localhost();
    song = get_song(connec);

    save_song_coverart(song);

    mpd_connection_free(connec);
    mpd_song_free(song);

    init_x11_serv();

    /*app = gtk_application_new("org.gtk.example", G_APPLICATION_FLAGS_NONE);
       g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
       status = g_application_run(G_APPLICATION(app), argc, argv);
       g_object_unref(app);*/

    return status;
}

Beautification options

Editor Options: Options from Atom Editor settings

{
    "_default": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_with_tabs": false
    }
}

Config Options: Options from Atom Beautify package settings

{
    "c": {
        "configPath": "/home/scriptor/.uncrustify/c/uncrustify.cfg"
    },
    "cpp": {
        "configPath": "/home/scriptor/.uncrustify/c/uncrustify.cfg"
    },
    "arduino": {
        "configPath": ""
    },
    "cs": {
        "configPath": ""
    },
    "css": {
        "indent_size": 4,
        "indent_char": " ",
        "selector_separator_newline": false,
        "newline_between_rules": false,
        "preserve_newlines": false,
        "wrap_line_length": 0,
        "indent_comments": true,
        "force_indentation": false,
        "convert_quotes": "none",
        "align_assignments": false
    },
    "d": {
        "configPath": ""
    },
    "gherkin": {
        "indent_size": 4,
        "indent_char": " "
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": ""
    },
    "html": {
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u"
        ],
        "end_with_newline": false
    },
    "java": {
        "configPath": ""
    },
    "js": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false
    },
    "objectivec": {
        "configPath": ""
    },
    "pawn": {
        "configPath": ""
    },
    "perl": {
        "perltidy_profile": ""
    },
    "php": {
        "cs_fixer_path": "",
        "fixers": "",
        "level": ""
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 4,
        "ignore": [
            "E24"
        ]
    },
    "ruby": {
        "indent_size": 4,
        "indent_char": " "
    },
    "rust": {
        "rustfmt_path": ""
    },
    "sql": {
        "indent_size": 4,
        "keywords": "upper",
        "identifiers": "lower"
    },
    "vala": {
        "configPath": ""
    }
}

Home Options: Options from /home/scriptor/.jsbeautifyrc

{
    "_default": {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    }
}

EditorConfig Options: Options from EditorConfig file

{
    "_default": {}
}

Project Options: Options from .jsbeautifyrc files starting from directory /home/scriptor/Documents/Prog/popup and going up to root

[
    {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    },
    {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    },
    {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    },
    {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    },
    {
        "c": {
            "language_c_beautify_on_save": "true"
        },
        "cpp": {
            "language_cpp_beautify_on_save": "true"
        }
    }
]

Final Options: Final combined options that are used

{
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false,
    "c": {
        "language_c_beautify_on_save": "true"
    },
    "cpp": {
        "language_cpp_beautify_on_save": "true"
    }
}

Package Settings: The raw package settings options

{
    "c_configPath": "/home/scriptor/.uncrustify/c/uncrustify.cfg",
    "_analyticsUserId": "1685edbb-6e00-48c1-b158-a32757bc5acf",
    "cpp_configPath": "/home/scriptor/.uncrustify/c/uncrustify.cfg",
    "analytics": true,
    "_loggerLevel": "warn",
    "beautifyEntireFileOnSave": true,
    "muteUnsupportedLanguageErrors": false,
    "muteAllErrors": false,
    "arduino_configPath": "",
    "cs_configPath": "",
    "css_indent_size": 4,
    "css_indent_char": " ",
    "css_selector_separator_newline": false,
    "css_newline_between_rules": false,
    "css_preserve_newlines": false,
    "css_wrap_line_length": 0,
    "css_indent_comments": true,
    "css_force_indentation": false,
    "css_convert_quotes": "none",
    "css_align_assignments": false,
    "d_configPath": "",
    "gherkin_indent_size": 4,
    "gherkin_indent_char": " ",
    "fortran_emacs_path": "",
    "fortran_emacs_script_path": "",
    "html_indent_inner_html": false,
    "html_indent_size": 4,
    "html_indent_char": " ",
    "html_brace_style": "collapse",
    "html_indent_scripts": "normal",
    "html_wrap_line_length": 250,
    "html_wrap_attributes": "auto",
    "html_wrap_attributes_indent_size": 4,
    "html_preserve_newlines": true,
    "html_max_preserve_newlines": 10,
    "html_unformatted": [
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u"
    ],
    "html_end_with_newline": false,
    "java_configPath": "",
    "js_indent_size": 4,
    "js_indent_char": " ",
    "js_indent_level": 0,
    "js_indent_with_tabs": false,
    "js_preserve_newlines": true,
    "js_max_preserve_newlines": 10,
    "js_space_in_paren": false,
    "js_jslint_happy": false,
    "js_space_after_anon_function": false,
    "js_brace_style": "collapse",
    "js_break_chained_methods": false,
    "js_keep_array_indentation": false,
    "js_keep_function_indentation": false,
    "js_space_before_conditional": true,
    "js_eval_code": false,
    "js_unescape_strings": false,
    "js_wrap_line_length": 0,
    "js_end_with_newline": false,
    "objectivec_configPath": "",
    "pawn_configPath": "",
    "perl_perltidy_profile": "",
    "php_cs_fixer_path": "",
    "php_fixers": "",
    "php_level": "",
    "python_max_line_length": 79,
    "python_indent_size": 4,
    "python_ignore": [
        "E24"
    ],
    "ruby_indent_size": 4,
    "ruby_indent_char": " ",
    "rust_rustfmt_path": "",
    "sql_indent_size": 4,
    "sql_keywords": "upper",
    "sql_identifiers": "lower",
    "vala_configPath": "",
    "language_arduino_disabled": false,
    "language_arduino_default_beautifier": "Uncrustify",
    "language_arduino_beautify_on_save": false,
    "language_cs_disabled": false,
    "language_cs_default_beautifier": "Uncrustify",
    "language_cs_beautify_on_save": false,
    "language_c_disabled": false,
    "language_c_default_beautifier": "Uncrustify",
    "language_c_beautify_on_save": false,
    "language_coffeescript_disabled": false,
    "language_coffeescript_default_beautifier": "coffee-fmt",
    "language_coffeescript_beautify_on_save": false,
    "language_cpp_disabled": false,
    "language_cpp_default_beautifier": "Uncrustify",
    "language_cpp_beautify_on_save": false,
    "language_css_disabled": false,
    "language_css_default_beautifier": "JS Beautify",
    "language_css_beautify_on_save": false,
    "language_csv_disabled": false,
    "language_csv_default_beautifier": "Pretty Diff",
    "language_csv_beautify_on_save": false,
    "language_d_disabled": false,
    "language_d_default_beautifier": "Uncrustify",
    "language_d_beautify_on_save": false,
    "language_ejs_disabled": false,
    "language_ejs_default_beautifier": "Pretty Diff",
    "language_ejs_beautify_on_save": false,
    "language_erb_disabled": false,
    "language_erb_default_beautifier": "Pretty Diff",
    "language_erb_beautify_on_save": false,
    "language_gherkin_disabled": false,
    "language_gherkin_default_beautifier": "Gherkin formatter",
    "language_gherkin_beautify_on_save": false,
    "language_go_disabled": false,
    "language_go_default_beautifier": "gofmt",
    "language_go_beautify_on_save": false,
    "language_fortran_disabled": false,
    "language_fortran_default_beautifier": "Fortran Beautifier",
    "language_fortran_beautify_on_save": false,
    "language_handlebars_disabled": false,
    "language_handlebars_default_beautifier": "JS Beautify",
    "language_handlebars_beautify_on_save": false,
    "language_html_disabled": false,
    "language_html_default_beautifier": "JS Beautify",
    "language_html_beautify_on_save": false,
    "language_java_disabled": false,
    "language_java_default_beautifier": "Uncrustify",
    "language_java_beautify_on_save": false,
    "language_js_disabled": false,
    "language_js_default_beautifier": "JS Beautify",
    "language_js_beautify_on_save": false,
    "language_json_disabled": false,
    "language_json_default_beautifier": "JS Beautify",
    "language_json_beautify_on_save": false,
    "language_jsx_disabled": false,
    "language_jsx_default_beautifier": "Pretty Diff",
    "language_jsx_beautify_on_save": false,
    "language_less_disabled": false,
    "language_less_default_beautifier": "Pretty Diff",
    "language_less_beautify_on_save": false,
    "language_markdown_disabled": false,
    "language_markdown_default_beautifier": "Tidy Markdown",
    "language_markdown_beautify_on_save": false,
    "language_marko_disabled": false,
    "language_marko_default_beautifier": "JS Beautify",
    "language_marko_beautify_on_save": false,
    "language_mustache_disabled": false,
    "language_mustache_default_beautifier": "JS Beautify",
    "language_mustache_beautify_on_save": false,
    "language_objectivec_disabled": false,
    "language_objectivec_default_beautifier": "Uncrustify",
    "language_objectivec_beautify_on_save": false,
    "language_pawn_disabled": false,
    "language_pawn_default_beautifier": "Uncrustify",
    "language_pawn_beautify_on_save": false,
    "language_perl_disabled": false,
    "language_perl_default_beautifier": "Perltidy",
    "language_perl_beautify_on_save": false,
    "language_php_disabled": false,
    "language_php_default_beautifier": "PHP-CS-Fixer",
    "language_php_beautify_on_save": false,
    "language_puppet_disabled": false,
    "language_puppet_default_beautifier": "puppet-lint",
    "language_puppet_beautify_on_save": false,
    "language_python_disabled": false,
    "language_python_default_beautifier": "autopep8",
    "language_python_beautify_on_save": false,
    "language_ruby_disabled": false,
    "language_ruby_default_beautifier": "Rubocop",
    "language_ruby_beautify_on_save": false,
    "language_rust_disabled": false,
    "language_rust_default_beautifier": "rustfmt",
    "language_rust_beautify_on_save": false,
    "language_sass_disabled": false,
    "language_sass_default_beautifier": "Pretty Diff",
    "language_sass_beautify_on_save": false,
    "language_scss_disabled": false,
    "language_scss_default_beautifier": "Pretty Diff",
    "language_scss_beautify_on_save": false,
    "language_spacebars_disabled": false,
    "language_spacebars_default_beautifier": "Pretty Diff",
    "language_spacebars_beautify_on_save": false,
    "language_sql_disabled": false,
    "language_sql_default_beautifier": "sqlformat",
    "language_sql_beautify_on_save": false,
    "language_svg_disabled": false,
    "language_svg_default_beautifier": "Pretty Diff",
    "language_svg_beautify_on_save": false,
    "language_swig_disabled": false,
    "language_swig_default_beautifier": "Pretty Diff",
    "language_swig_beautify_on_save": false,
    "language_tss_disabled": false,
    "language_tss_default_beautifier": "Pretty Diff",
    "language_tss_beautify_on_save": false,
    "language_twig_disabled": false,
    "language_twig_default_beautifier": "Pretty Diff",
    "language_twig_beautify_on_save": false,
    "language_typescript_disabled": false,
    "language_typescript_default_beautifier": "TypeScript Formatter",
    "language_typescript_beautify_on_save": false,
    "language_vala_disabled": false,
    "language_vala_default_beautifier": "Uncrustify",
    "language_vala_beautify_on_save": false,
    "language_visualforce_disabled": false,
    "language_visualforce_default_beautifier": "Pretty Diff",
    "language_visualforce_beautify_on_save": false,
    "language_xml_disabled": false,
    "language_xml_default_beautifier": "Pretty Diff",
    "language_xml_beautify_on_save": false
}

Results

Beautified File Contents:

#include <gtk/gtk.h>
#include "music.hpp"
#include "window.hpp"

using namespace std;

//---------------
// GTK FUNCTIONS
//---------------

//int main (int argc, char** argv)
int main(int argc, char* argv[])
{
    //GtkApplication* app;
    int status;
    struct mpd_connection* connec = NULL;
    struct mpd_song* song = NULL;
    //FILE* cover_art = NULL;

    connec = mpd_localhost();
    song = get_song(connec);

    save_song_coverart(song);

    mpd_connection_free(connec);
    mpd_song_free(song);

    init_x11_serv();

    /*app = gtk_application_new("org.gtk.example", G_APPLICATION_FLAGS_NONE);
       g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
       status = g_application_run(G_APPLICATION(app), argc, argv);
       g_object_unref(app);*/

    return status;
}

Logs:

2015-08-31T21:07:34.723Z - info: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] beautify #include <gtk/gtk.h>
#include "music.hpp"
#include "window.hpp"

using namespace std;

//---------------
// GTK FUNCTIONS
//---------------

//int main (int argc, char** argv)
int main(int argc, char* argv[])
{
    //GtkApplication* app;
        int status;
    struct mpd_connection* connec = NULL;
    struct mpd_song* song = NULL;
    //FILE* cover_art = NULL;

    connec = mpd_localhost();
    song = get_song(connec);

    save_song_coverart(song);

    mpd_connection_free(connec);
    mpd_song_free(song);

    init_x11_serv();

    /*app = gtk_application_new("org.gtk.example", G_APPLICATION_FLAGS_NONE);
       g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
       status = g_application_run(G_APPLICATION(app), argc, argv);
       g_object_unref(app);*/

    return status;
} [ { _default: { indent_size: 4, indent_char: ' ', indent_with_tabs: false } },
  { c: { configPath: '/home/scriptor/.uncrustify/c/uncrustify.cfg' },
    cpp: { configPath: '/home/scriptor/.uncrustify/c/uncrustify.cfg' },
    arduino: { configPath: '' },
    cs: { configPath: '' },
    css: 
     { indent_size: 4,
       indent_char: ' ',
       selector_separator_newline: false,
       newline_between_rules: false,
       preserve_newlines: false,
       wrap_line_length: 0,
       indent_comments: true,
       force_indentation: false,
       convert_quotes: 'none',
       align_assignments: false },
    d: { configPath: '' },
    gherkin: { indent_size: 4, indent_char: ' ' },
    fortran: { emacs_path: '', emacs_script_path: '' },
    html: 
     { indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false },
    java: { configPath: '' },
    js: 
     { indent_size: 4,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false },
    objectivec: { configPath: '' },
    pawn: { configPath: '' },
    perl: { perltidy_profile: '' },
    php: { cs_fixer_path: '', fixers: '', level: '' },
    python: { max_line_length: 79, indent_size: 4, ignore: [Object] },
    ruby: { indent_size: 4, indent_char: ' ' },
    rust: { rustfmt_path: '' },
    sql: { indent_size: 4, keywords: 'upper', identifiers: 'lower' },
    vala: { configPath: '' } },
  { _default: { c: [Object], cpp: [Object] } },
  { _default: {} },
  { c: { language_c_beautify_on_save: 'true' },
    cpp: { language_cpp_beautify_on_save: 'true' } },
  { c: { language_c_beautify_on_save: 'true' },
    cpp: { language_cpp_beautify_on_save: 'true' } },
  { c: { language_c_beautify_on_save: 'true' },
    cpp: { language_cpp_beautify_on_save: 'true' } },
  { c: { language_c_beautify_on_save: 'true' },
    cpp: { language_cpp_beautify_on_save: 'true' } },
  { c: { language_c_beautify_on_save: 'true' },
    cpp: { language_cpp_beautify_on_save: 'true' } } ] C++ /home/scriptor/Documents/Prog/popup/popup.cpp undefined
2015-08-31T21:07:34.723Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee]  indent_size=4, indent_char= , indent_with_tabs=false, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=4, indent_char= , rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, , language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] [ { name: 'C++',
    namespace: 'cpp',
    grammars: [ 'C++' ],
    extensions: [ 'h', 'hh', 'cc', 'cpp', 'cxx', 'C', 'c++', 'hpp', 'hxx', 'h++' ],
    options: { configPath: [Object] },
    beautifiers: [ 'Uncrustify' ] } ] 'C++' 'cpp'
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] Language C++ supported
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] getOptions selections [ 'cpp' ] indent_size=4, indent_char= , indent_with_tabs=false, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=4, indent_char= , rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, , language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=4, indent_char= , indent_with_tabs=false
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp undefined
2015-08-31T21:07:34.724Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp indent_size=4, indent_char= , indent_with_tabs=false
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=4, indent_char= , rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp undefined
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true 
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp undefined
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.725Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options cpp language_cpp_beautify_on_save=true
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] C++ name=C++, namespace=cpp, grammars=[C++], extensions=[h, hh, cc, cpp, cxx, C, c++, hpp, hxx, h++], title=C++ - Config Path, type=string, default=, description=Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify), beautifiers=[Uncrustify], beautifiers=[Uncrustify]
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options indent_size=4, indent_char= , indent_with_tabs=false, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.726Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] beautifiers silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, languages=[C, C++, C#, Objective-C, D, Pawn, Vala, Java, Arduino]
2015-08-31T21:07:34.727Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] C++ /home/scriptor/Documents/Prog/popup/popup.cpp { indent_size: 4,
  indent_char: ' ',
  indent_with_tabs: false,
  configPath: '/home/scriptor/.uncrustify/c/uncrustify.cfg',
  c: { language_c_beautify_on_save: 'true' },
  cpp: { language_cpp_beautify_on_save: 'true' },
  language_cpp_beautify_on_save: 'true' } indent_size=4, indent_char= , indent_with_tabs=false, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=/home/scriptor/.uncrustify/c/uncrustify.cfg, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=4, indent_char= , rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, , language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true, language_c_beautify_on_save=true, language_cpp_beautify_on_save=true
2015-08-31T21:07:34.727Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/index.coffee] beautifier Uncrustify silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, languages=[C, C++, C#, Objective-C, D, Pawn, Vala, Java, Arduino]
2015-08-31T21:07:34.732Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] tempFile input null path=/tmp/input115731-6877-1ipql2i, fd=61
2015-08-31T21:07:34.733Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] tempFile output null path=/tmp/output115731-6877-1c8t9ez, fd=62
2015-08-31T21:07:34.734Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] exeName, args: uncrustify 0=-c, 1=/home/scriptor/.uncrustify/c/uncrustify.cfg, 2=-f, 3=/tmp/input115731-6877-1ipql2i, 4=-o, 5=/tmp/output115731-6877-1c8t9ez, 6=-l, 7=CPP
2015-08-31T21:07:34.763Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] exePath, env: /usr/bin/uncrustify XDG_VTNR=1, XDG_SESSION_ID=c2, PANEL_FIFO=/tmp/panel-fifo, ANDROID_HOME=/opt/android-sdk, GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1, SHELL=/bin/bash, ANDROID_SWT=/usr/share/java, GTK_MODULES=canberra-gtk-module, ATOM_HOME=/home/scriptor/.atom, XDG_SESSION_CLASS=user, USER=scriptor, CLUTTER_BACKEND=x11, XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1, XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0, SSH_AUTH_SOCK=/run/user/1000/keyring/ssh, SESSION_MANAGER=local/Script-Arch:@/tmp/.ICE-unix/620,unix/Script-Arch:/tmp/.ICE-unix/620, MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins, GOOGLE_API_KEY=AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q, DESKTOP_SESSION=cinnamon, PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl, MAIL=/var/spool/mail/scriptor, HG=/usr/bin/hg, XDG_SESSION_TYPE=x11, PWD=/home/scriptor, LANG=fr_FR.UTF-8, NODE_PATH=/usr/share/atom/resources/app.asar/exports, CHROME_DESKTOP=Atom.desktop, NODE_ENV=production, SSH_ASKPASS=/usr/bin/ksshaskpass, XDG_SEAT=seat0, HOME=/home/scriptor, SHLVL=2, GNOME_DESKTOP_SESSION_ID=this-is-deprecated, LOGNAME=scriptor, XDG_SESSION_DESKTOP=, DBUS_SESSION_BUS_ADDRESS=unix:abstract, DISPLAY=:0, XDG_RUNTIME_DIR=/run/user/1000, XDG_CURRENT_DESKTOP=X-Cinnamon, PYTHON=python2, XAUTHORITY=/home/scriptor/.Xauthority, _=/usr/bin/env
2015-08-31T21:07:34.763Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] spawn /usr/bin/uncrustify 0=-c, 1=/home/scriptor/.uncrustify/c/uncrustify.cfg, 2=-f, 3=/tmp/input115731-6877-1ipql2i, 4=-o, 5=/tmp/output115731-6877-1c8t9ez, 6=-l, 7=CPP
2015-08-31T21:07:34.774Z - debug: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] spawn done 0 Parsing: /tmp/input115731-6877-1ipql2i as language CPP
 
2015-08-31T21:07:34.775Z - verbose: [/home/scriptor/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] spawn result 0  Parsing: /tmp/input115731-6877-1ipql2i as language CPP


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment