-
Notifications
You must be signed in to change notification settings - Fork 0
For SWEN-262. A text editor that allows creation and editing of HTML files. Able to check the form of a file based on markup structure. Edit multiple files simultaneously with tabs in a simple Java application.
sithstalker340/SWEN-262-HTML-Editor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
READ ME Version 2.1 Team C - Braxton Frederick, Andrew Vogler, Arron Reed, Adam Audycki SWEN 262-01 11/5/14 HTML Editor: A text editor that allows creation and editing of HTML files. Able to check the form of a file based on markup structure. Edit multiple files simultaneously with tabs in a simple Java application. Requirements: Runs with a .JAR executable file through a start.bat. Run: Download rel2project.zip. Unzip the zip file and open the folder. To run the program, double left click on the start.bat file. Functionality: To open a new file, left click "File" in the menu bar and select "New" (or use the ctrl+n hotkey). To save an open file, click "File" and select "Save" (or use ctrl+s). To save a file in a new location, click "File" and select "Save As" (or ctrl+e), and provide a new filename (including file extension). To close the current file, click the "x" on the file tab. To close the program, click "File" and select "Exit" (or ctrl+q). If there is unsaved work, a prompt appears informing you. To proceed, select yes (to continue without saving) or no (to cancel closing the tab). To toggle off the WordWrap functionality (default: on), click on "Edit" in the menu bar, and click "Word Wrap" (or use ctrl+w). Select again to toggle back on. To insert an HTML tag, select one of the HTML construct buttons above the buffer. For the three lists, a prompt appears asking how many list elements to create. For the table, a prompt appears asking for row and column amounts. To view a list of the URLs in the buffer, click "View" and select "Link View" (or ctrl+l), and then choose a sort method. It will update if a new link is added via button, but not if it's added by typing. To view the images in the buffer, click "View" and select "Preview Images" (or ctrl+i), and then choose an image to bring up. To 'Pretty Print' the tags in the buffer, click on "View" and select "Tag Layout" (or ctrl+t), and the tags will be separated into a bracket style layout with the start and end tags on separate lines and the content on the line between. Folder Structure: src - main folder Documents - contains design, presentation, listing, vclog, and buildlog start.bat - runs the program with necessary settings editor.jar - runnable jar of the program
About
For SWEN-262. A text editor that allows creation and editing of HTML files. Able to check the form of a file based on markup structure. Edit multiple files simultaneously with tabs in a simple Java application.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published