Git Product home page Git Product logo

Comments (9)

akof1314 avatar akof1314 commented on August 24, 2024

I tested was successful. Do you use the parameters (-S) see http://akof1314.github.io/CoolFormat/doc/Cpp.html

eg.

[SynTidy]
C++=""-A1-p-N-Y-k3-S""

from coolformat.

HybridRbt avatar HybridRbt commented on August 24, 2024

Yes I did. Otherwise it wouldn't be working in Quick Format command, right?
And this is my parameter list:
C++=""-A1-s4-C-S-fpH-N-Y-k3-y""

Did I form it correctly?

Thanks,
Jianfeng

On Mon, Mar 16, 2015 at 4:59 AM WuHuan [email protected] wrote:

I tested was successful. Do you use the parameters (-S) see
http://akof1314.github.io/CoolFormat/doc/Cpp.html

eg.

[SynTidy]
C++=""-A1-p-N-Y-k3-S""

Reply to this email directly or view it on GitHub
#11 (comment).

from coolformat.

akof1314 avatar akof1314 commented on August 24, 2024

Can you show some code that not working when used in "Selected format" command?

from coolformat.

HybridRbt avatar HybridRbt commented on August 24, 2024

I am sorry for not getting back to you in time. I was just applying the
command to the example you provided in your document. I have attached
several pictures to show you the config of my coolformat settings and the
format before/after the command was applied.

Thanks,
Jianfeng

On Tue, Mar 17, 2015 at 4:27 AM WuHuan [email protected] wrote:

Can you show some code that not working when used in "Selected format"
command?

Reply to this email directly or view it on GitHub
#11 (comment).

from coolformat.

akof1314 avatar akof1314 commented on August 24, 2024

I can not see the attached picture...
Can you show me at email kof1234##sina.com

from coolformat.

HybridRbt avatar HybridRbt commented on August 24, 2024

Sure, I will forward this email to your inbox at sina. Or if you prefer, I
can post them on github discuss form. Your call. :)

On Fri, Apr 24, 2015 at 8:52 AM WuHuan [email protected] wrote:

I can not see the attached picture...
Can you show me at email kof1234##sina.com

Reply to this email directly or view it on GitHub
#11 (comment).

from coolformat.

akof1314 avatar akof1314 commented on August 24, 2024

When you use "Selected format" command.
you should select function

void abc()
{
    switch(foo)
    {case 1:a += 1;
     break; case 2:
    {
            a += 2;
            break;
    }
    }
}

instead of

    switch(foo)
    {case 1:a += 1;
     break; case 2:
    {
            a += 2;
            break;
    }
    }

from coolformat.

HybridRbt avatar HybridRbt commented on August 24, 2024

Thanks for pointing that out! I have tried as you suggested, but it still
failed. I have attached the pictures.

WuHuan [email protected]于2015年4月24日周五 上午10:28写道:

When you use "Selected format" command.
you should select function

void abc()
{
switch(foo)
{case 1:a += 1;
break; case 2:
{
a += 2;
break;
}
}
}

instead of

switch(foo)
{case 1:a += 1;
 break; case 2:
{
        a += 2;
        break;
}
}


Reply to this email directly or view it on GitHub
#11 (comment).

from coolformat.

akof1314 avatar akof1314 commented on August 24, 2024

I tested was successful. I send you email

from coolformat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.