Блог пользователя Monkey_D_Luffy_1999

Автор Monkey_D_Luffy_1999, 10 лет назад, По-английски

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

  • Проголосовать: нравится
  • +7
  • Проголосовать: не нравится

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +12 Проголосовать: не нравится

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

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

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

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +2 Проголосовать: не нравится

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!