News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

svn property: executable * in our document

Started by ollydbg, August 30, 2015, 02:30:48 PM

Previous topic - Next topic

ollydbg

After commit 10436, I see that the tex file don't have EOL, while adding the "native" to EOL, I notice the file has "executable:*" property, what does it means?
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

This was an awful mess with the SVN types. Looks like on the initial commit something went wrong (maybe TeX docs are interpreted as binary due to their content with special characters or alike...?!).

Nevermind - cleaned up now.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]