Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Editor Tweaks plugin

(1/7) > >>

dmoore:
What is it?
* Temporarily change Word wrap, Line numbers, Tab and EOL handling settings per editor.
* Disables insert key

Uses
* Opened a text file that doesn't use doesn't use newlines in paragraphs? Solution: switch on word wrap without interfering with other open editors
* On windows working with windows sources, but opened a source file with unix newlines? Solution use the EOL tweaks to get the behavior you need for that file without interfering with your other editors.


Source code:
svn checkout http://svn.berlios.de/svnroot/repos/cbilplugin/branches/EditorTweaks

Binaries:
attached

Todo:
1. Use the main menu instead of the popup menu.
2. Implement "Strip Trailing Blanks Now"
3. Make disabling of insert key optional

Screenshot attached
win32 plugin binary attached (built against Nov 2009 nightly build)

The plugin is now one of the contrib plugins in the offical Code::Blocks repository (and has additional features)

[attachment deleted by admin]

dmoore:

--- Quote from: dmoore on December 09, 2009, 10:58:23 pm ---1. Use the main menu instead of the popup menu.

--- End quote ---

Done.

dmoore:
added fold/unfold above level
added win32 plugin binary (see first post)

blueshake:
@dmoore
can you change the output path,so I don't need to copy the output to the cb relatived folder by myself but use cmd. :D

dmoore:
as in ../../../devel/share/codeblocks/plugins/LIBNAME? I guess so.

Right now it defaults to building a cbplugin (which is the C::B plugin template default). so maybe I'll just add a second target to handle this case.

Navigation

[0] Message Index

[#] Next page

Go to full version