-
In this line:
} else if (tr2 > tr1)&(tr2 > tr3)) {
is it really necessary to check tr2>tr1? We already know that tr1 is not the largest, so its either tr2 or tr3. I think just the (tr2 > tr3) is sufficient.
-Jay.
2009-07-25 03:31:41 UTC in mjbWorld
-
Ah, but there are many separate "projects" that are being developed that won't be sharing a single Menu.txt. I would like to make sure that anytime someone starts a new "project", the default Menu.txt has the default corporate statement. However, I can see cases where the default statement may not be applicable and the developer chooses to force it back to blank.
I think...
2009-05-27 04:04:16 UTC in Natural Docs
-
Is there a way to set up a default footer? I think everyone in our group would generally want to use the same footer, but I don't want to remove the ability to suppress the footer altogether if that is appropriate.
Thanks.
-Jay.
2009-05-26 16:49:13 UTC in Natural Docs
-
Is there any way to exclude subdirectories from being processed by NaturalDocs? For example, we put our unit tests underneath the modules they go with, but we don't want NaturalDocs to pick up all that unit test code.
Thanks.
-Jay.
2009-05-15 03:18:46 UTC in Natural Docs
-
Configured with: ./configure --prefix=/usr/local/sde/TclTk-2008-11-26 --disable-nls --enable-load --enable-shared
Compiled with gcc-4.3.2
When running "make test", there are failures. See attached file. When using the same configuration to build on a Solaris 10 box, all the tests pass.
2008-11-26 19:45:48 UTC in Tcl
-
Red Hat Linux 9, fully patched.
2005-12-28 19:45:37 UTC in Galleon TiVo Media Server
-
I'm getting lots of errors in my log.txt. I have the weather, movies, photos, podcasts, and ToGo applets running. This is a snippet from the logs:
08:27:27,747 ERROR [Thread-537] Tools - java.net.SocketException: Too many open files: /weather/local/80004
08:27:27,748 ERROR [Thread-538] Tools - java.lang.NullPointerException
08:27:27,749 ERROR [Thread-537] Tools - Invalid internet image...
2005-12-27 15:41:26 UTC in Galleon TiVo Media Server
-
I hope this web form doesn't totally hose the formatting. If it does, I can resend it directly to you.
An interesting side effect to the new prototype aligments is how it aligns the "const" modifier in C.
Currently the prototype arguments are broken into three columns, with the first column in light gray. For example (using 2 spaces to delineate columns for clarity here)...
2004-12-05 00:29:45 UTC in Natural Docs
-
That works great. Thanks!
So is this what's in your development area? In other words, can I expect the next update to include this, or should a keep a patch file around?
-Jay.
2004-12-04 22:56:03 UTC in Natural Docs
-
I have a list of C macros that look something like this:
** Macros: Blah Blah Macros
**
** A set of macros for blah blah
**
** MACRO1 - what it does
** BF2AB(a11, a12, ..., a33) - DCM for blah blah
** MACRO3 - what this does
The BF2AB macro gets indexed as ",a33), BF2AB(a11,a12,". The "..." seems to be causing...
2004-12-04 19:58:05 UTC in Natural Docs