
[X] Check for multiple instances at program startup.

[ ] Process command line parameters.

[ ] Recent files menu.

[X] Find dialog.

[X] Replace dialog.

[ ] Find in files. 

[X] Toolbar dropdown option for opening template files.

[ ] Re-enable menu option and write code for "Spaces to Tabs" option.

[ ] DragDrop files open into application.

[ ] Logic and code to track timestamp of files in order to prompt user to "reload file" should it change outside of the editor.

[ ] Syntax keyword highlighting. 
    [ ] Investigate mixed case keywords.
    [ ] Maybe include a subpage in "Environment Options" to allow user to add/edit the list.
    [ ] WinAPI keyword list.

[ ] Codetips

[ ] F1 Help for WinFBE and WinAPI help files.

[ ] Implement code for Sub/Function Declaration menu option.

[ ] Implement code for Last Position menu option.

[X] Goto Line menu option.

[ ] Implement Project code and logic. This is a very large topic and will be saved until all other issues resolved.

[X] Code for selecting compiler through top menu or by clicking the statusbar panel.

[X] Build and Execute.

[X] Compile.

[ ] Run Executable.

[ ] Localization.

[ ] Print option.

[ ] Icons in menus. Not a priority but would be nice to have.

[ ] Rightclick popup menu for TopTabControl tabs.

[ ] Rightclick popup menu for Scintilla editing windows.

