Update online doxygen doc. |
|
More...
|
over 13 years ago
|
Update the doc of editorconfig_parse(). |
|
More...
|
over 13 years ago
|
If editorconfig_parse() returns an unknown error code, print "Unknown error." in the executable. |
|
More...
|
over 13 years ago
|
editorconfig_parse()'s return value can't be -1. Eliminate related code in src/bin/main.c |
|
More...
|
over 13 years ago
|
Return the macro in editorconfig_parse() and use macro to tell what the error is in src/bin/main.c, instead of the absolute number. |
|
More...
|
over 13 years ago
|
editorconfig_parse()'s negative return values are defined as macros. |
|
More...
|
over 13 years ago
|
Apply EditorConfig settings when a buffer is activated, not when a file is newly opened. |
|
More...
|
over 13 years ago
|
Make the unicode version and ansi version both available. |
|
More...
|
over 13 years ago
|
Fix explanation of supported properties in README |
|
More...
|
over 13 years ago
|
Rename all *.h to *.hpp. |
|
More...
|
over 13 years ago
|
Move editorconfig.vim to plugin/editorconfig.vim |
|
More...
|
over 13 years ago
|
Add a command to reload EditorConfig settings. |
|
More...
|
over 13 years ago
|
Remove a weird character in src/menuCmdID.h to suppress warning C4819 for MSVC. |
|
More...
|
over 13 years ago
|
Define _CRT_SECURE_NO_WARNINGS on command line to suppress warning C4996 for MSVC |
|
More...
|
over 13 years ago
|
Add license headers for every CMakeLists.txt |
|
More...
|
over 13 years ago
|
Merge changes. |
|
More...
|
over 13 years ago
|
Use a better way to replace compiler command line argument "/MD" with "/MT", without any warning. |
|
More...
|
over 13 years ago
|
Rename COPYING to COPYING.txt. |
|
More...
|
over 13 years ago
|
Change the license file from GPLv3 to GPLv2. |
|
More...
|
over 13 years ago
|
Note supported EditorConfig properties in README |
|
More...
|
over 13 years ago
|
Modify the header of several source files to explicitly indicate that these source files are part of EditorConfig plugin for Notepad++ |
|
More...
|
over 13 years ago
|
Continue to remove a mistyped #include <string.h> |
|
More...
|
over 13 years ago
|
Removed several mistyped #include <string.h> |
|
More...
|
over 13 years ago
|
Add EditorConfig Team copyright notice. |
|
More...
|
over 13 years ago
|
Update the installation instruction again. |
|
More...
|
over 13 years ago
|
Update the source instruction. |
|
More...
|
over 13 years ago
|
Add README.md. |
|
More...
|
over 13 years ago
|
Note supported EditorConfig properties to README |
|
More...
|
over 13 years ago
|
Add back the Copyright notice of Don HO |
|
More...
|
over 13 years ago
|
Add GPL license file |
|
More...
|
over 13 years ago
|