Monkey_D_Luffy_1999's blog

By Monkey_D_Luffy_1999, 8 years ago, In English

Hi everyone! Could you help me to find where can I make a default source and open it in Codeblocks? Thanks.

| Write comment?
»
8 years ago, # |
  Vote: I like it +12 Vote: I do not like it

Go to Settings -> Editor -> Default Code and enter the source you want.

»
8 years ago, # |
  Vote: I like it +6 Vote: I do not like it

It doesn't work for main.cpp file, when you're creating new project. Only for new file in the existing project.

»
8 years ago, # |
  Vote: I like it +2 Vote: I do not like it

If you want to change default code of main.cpp when you create new project in CodeBlocks then here is my way (I tested on Windows):
- Go to Program Files/CodeBlocks/share/CodeBlocks/templates/wizard/console/cpp.
- You'll see file main.cpp, what you need is just edit content of this file to your default code.
Hope this will help you!

  • »
    »
    7 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    i did it but when i am creating a new file with CTRL+SHIFT+N , it happens to be blank file

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      You can use code abbreviation. Go to codeblocks->setting -> Abbreviation. Then create a new keyword and paste your default code and save it. Then every time you open a new file .....save it. Then write the keyword you created.then press ctrl+j. Your default code will appear... ;D

      • »
        »
        »
        »
        6 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Thanks that was really helpful. I am now using it. I guess most people don't know about it.

        • »
          »
          »
          »
          »
          6 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          do you know how to do this in sublime text editor???

          • »
            »
            »
            »
            »
            »
            6 years ago, # ^ |
              Vote: I like it +1 Vote: I do not like it

            Sorry, I don't use sublime.

          • »
            »
            »
            »
            »
            »
            6 years ago, # ^ |
              Vote: I like it +1 Vote: I do not like it

            u can use a default template in sublime.

          • »
            »
            »
            »
            »
            »
            6 years ago, # ^ |
              Vote: I like it +1 Vote: I do not like it

            A simple google search leads to this and it works.

            • »
              »
              »
              »
              »
              »
              »
              6 years ago, # ^ |
                Vote: I like it +1 Vote: I do not like it

              Thnks!! its working :)

      • »
        »
        »
        »
        6 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        I could not find Abbreviation in setting. Where is it?

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    It says that I don't have permission from owner to change it.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      (on windows 10) right click on the file then select properties -> security -> Edit -> Add -> type the username in the box and click on check names. then click OK -> Apply and then you can close the windows