Well, I have spoken to a number of friends and even family members who program, and they said that they would preffer the advantage of just having to program into one single document, and use the FIND option to locate certain parts of code, instead of going through an entire library of files and folders to locate a single file.
So say if you write this:
Code:
<zeb::"ZebulonPro.akx">
<openAs::HTML>
<zeb::BODY>
<!--HTMLBox-->
<!--70 LINES OF HTML-->
<!--EndHTMLBox-->
<end::BODY>
<end::HTML>
<!--BREAK-->
<openAs::CSS>
<zeb::BODY>
<!--CSSBox-->
<!--40 LINES OF CSS-->
<!--EndCSSBox-->
<end::BODY>
<end::HTML>
And you want to find inside the HTMLBox, "<div name="division1">", you would just use the FIND option (CTRL+F) and find that snippet of code.
Anyway, thanks for the feedback guys! =)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum