Menu

Tree [2a7879] default tip /
 History

Read Only access


File Date Author Commit
 DockingFeature 2010-03-24 carl carl [5a02c8] initial commit
 .hgignore 2010-03-25 carl carl [c7899a] ignore list
 .hgtags 2010-04-16 carl carl [81771a] version
 Notepad_plus_msgs.h 2010-03-24 carl carl [5a02c8] initial commit
 NppPluginDemo.cpp 2010-03-24 carl carl [5a02c8] initial commit
 NppPluginTemplate.vcproj 2010-03-25 carl carl [0ad7b6] license, readme; separated out my functions int...
 NppTabsToSpaces.rc 2010-04-16 carl carl [0832ba] fixed lines with only a line feed and no carria...
 NppTabsToSpaces.sln 2010-03-24 carl carl [5a02c8] initial commit
 PluginDefinition.cpp 2010-03-25 carl carl [0ad7b6] license, readme; separated out my functions int...
 PluginDefinition.h 2010-03-24 carl carl [5a02c8] initial commit
 PluginInterface.h 2010-03-24 carl carl [5a02c8] initial commit
 Scintilla.h 2010-03-24 carl carl [5a02c8] initial commit
 license.txt 2010-03-25 carl carl [0ad7b6] license, readme; separated out my functions int...
 menuCmdID.h 2010-03-24 carl carl [5a02c8] initial commit
 no_ms_shit.vsprops 2010-03-24 carl carl [5a02c8] initial commit
 readme.txt 2010-04-16 carl carl [2a7879] readme
 resource.h 2010-03-24 carl carl [5a02c8] initial commit
 tabstospaces.cpp 2010-04-16 carl carl [0832ba] fixed lines with only a line feed and no carria...

Read Me

CLR Tabs To Spaces Notepad++ Plugin
===================================

Thank you for downloading and installing the CLR Tabs To Spaces
Notepad++ Plugin.


Installation
============

1. Exit Notepad++ if it's already running.
2. Copy CLRTabsToSpaces.dll to the \Program Files\Notepad++\plugins
   folder.
3. Run Notepad++.


Commands
========

Convert Tabs To Spaces
----------------------

The Convert Tabs To Spaces command will convert all of the tabs in
the current file to spaces. The current tab width setting will be
used.


About CLR Tabs To Spaces
------------------------

The About CLR Tabs To Spaces command will display the plugin version
number and information.


Change Log
==========

1.1
---
Fixed: lines with only a line feed were goofing up the next line.

1.0
---
Added: convert tabs to spaces command
Added: about clr tabs to spaces command


License
=======

CLR Tabs To Spaces Notepad++ Plugin is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.

CLR Tabs To Spaces Notepad++ Plugin is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Copyright (C) 2010 Carl L. Roth. All rights reserved.

Carl L. Roth
PO Box 745, St. Joseph, IL 61873 USA
tabstospaces@clrsoftware.com
www.clrsoftware.com