Cullen Programming

JAVA Scan and Change Facility


Design Notes, Known Problems and Limitations


Design Notes

Search Argument will accomodate leading, embedded and trailing space characters.



General Limitations

Search Pathname combo-box will hold a "memory" of last 8 pathnames used.
Search logic will accomodate a memory stack of 1000 subdirectory names.
Text editor is designed to accomodate text files of less then 10000 lines only. Garbled view may presented when editting non-text files.

After using the STOP button, you must wait until the currently file being scanned completestext files of less then 10000 lines only. before program cycle ends.



Known General Problems

None.



Environmental Space for pre-WinXP systems.

Environmental Space is virtual storage set aside for accommodating global variables used by various operating system tasks and applications. If running Windows/98 you may want to insure that you have a sufficient amount of this storage allocated on your machine. You can easily increase the your machine's default to 4K bytes by adding the following line to your CONFIG.SYS file:

SHELL=C:COMMAND.COM /E:4096 /P

This will give you 4096 bytes of Environmental Space.

Now either run AUTOEXEC.BAT, or reboot, and your environment is ready.


[Return to Index]

[Return to Cullen Programming Home Page]