Oh I see! Only now I got the "<" syntax. Sorry for my sloppy reading.
2012-04-05 12:46:45 PDT in Artistic Style
(the "*cpp *.h" from my command line was broken by the tracker)
2012-04-05 04:55:10 PDT in Artistic Style
I astyled the attached file "test.cpp" by this command line (from a batch file): astyle --options="astyle.conf" --recursive --suffix=none --formatted -v *.cpp *.h Here is the contents of the referred config file "astyle.conf": --style=kr --pad-header --unpad-paren --keep-one-line-blocks --keep-one-line-statements --indent-switches I don't observe astyle hanging...
2012-04-05 04:53:21 PDT in Artistic Style
Maybe a better description would be something like "Astyle hangs forever when encountering an empty struct" ...I'm using astyle under Windows for years and I never observed that it hangs.
2012-04-04 01:12:19 PDT in Artistic Style
I saw it crash once with line wrap enabled. I tried again with another file > 3000 lines no crash. But the map seems not to cope with large files. ...and... most of the times I observed an empty map after the procedure Ctrl+A Ctrl+C Ctrl+V.
2012-03-29 03:31:32 PDT in Notepad++
Workaround for the NppExec-Error(s) *: I just deleted the file Notepad++\plugins \NppExec.dll and the box is gone *) also the submenu [Plugins>NppExec] is broken: it shows nothing but menu separators.
2012-03-26 02:42:55 PDT in Notepad++
Regex is really GREAT now, but this MessageBox when starting is very annoying: "This version of NppExec requires Notepad++ ver. 5.1 or higher" - What does it mean? - Can I disable NppExec until this bug(?) is fixed?.
2012-03-26 02:02:13 PDT in Notepad++
> So I find this issue is invalid. This I'd like to take back. Considering that we are talking about source code formatting, managing these situations surely makes sense.
2012-03-21 01:19:45 PDT in Artistic Style
Statements with "return" or "throw" can be followed by a non-void expression, but this is fully evaluated first, then the control flow changes. In other words: There is no need for parentheses. Did you know about that? In contrast, "catch", "for", "if", "switch" and "while" require parentheses. So I find this issue is invalid.
2012-03-20 04:28:10 PDT in Artistic Style