News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Plugin "Autoreadonly" release version.

Started by nanyu, February 23, 2009, 05:09:22 PM

Previous topic - Next topic

nanyu

name: AutoReadonly

description:

   Provide a function for set a opened file read-only access automatical or manually.

   We offten open  sources file which is  a file of STL or BOOST or WX  just for "read" but "modify" it. This plug can help we set those files into "read-only" status auto.

install :
    you can download the bin file (just for windows):
    http://www.d2school.com/codeblocks/download/AutoReadonly.cbplugin (edit: strip the bin file)

    main menu : "Plugin -> Plugin manager..."  new install for AutoReadonly.cbplugin

soruce:
windows : http://www.d2school.com/codeblocks/download/CBPlug_AutoReadonly-src(090225).7z  (edit: update to 090225)
unix : http://forums.next.codeblocks.org/index.php?action=dlattach;topic=9588.0;attach=3138

setting :
    main menu "Settings -> Editor ... "  "Autoreadonly"
--------------------------------------------------------------------------

code::blocks svn 5456
windows xp
mingw-gcc 3.45

--------------------------------------------------------------------------
attachments is the Screenshot.


[attachment deleted by admin]

ollydbg

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.

JGM


Max


Just a very minor bug....

You wrote "igonre" instead of "ignore" in the settings

Max

nanyu

#4
Quote from: MaxGaspa on February 24, 2009, 09:17:49 PM

You wrote "igonre" instead of "ignore" in the settings
Max

Thanks you, Max! 

In fact , my English is very poor... I wish someonewho speak English as a native  language can help me.
(edit : I have fixed the bug, thanks again)

MortenMacFly

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]

Jenna