05-20-2011, 08:56 PM
(This post was last modified: 05-20-2011, 09:05 PM by AceInfinity.)
Part 2
Features:
Virus Scan:
Direct Download: http://download1000.mediafire.com/1a84xk...B+v2.5.exe
If you want it in any other colors until I get a settings.ini associated with my application then I can send you one with your default requests if you PM me.
Thanks
Credits: Infinity (2011)
Since my characters ran out for my previous post my post got cut off. Thanks KoBE though lol I hope others will enjoy this as well after all the work that went into it so far.
Features:
- Custom GUI
- Shortcut hotkeys
- Editor background/foreground color choice
- Menubar
- File: A selection of file handling options as well as a menu item to close the application
- New (Ctrl + N): Starts a new document, if there's any unsaved data in the editor at this point it will prompt you if you want to save or not
- Open (Ctrl + O): Will open a new file to edit
- Save (Ctrl + S): Will save over a pre-existing file if you have previously saved a file. (Disabled if there is no existing file)
- Save As (Ctrl + Alt + S): Saves the text as a new file, even if it has been saved onto a pre-existing version of the same file or not
- Exit (ESC): Exits the application
- New (Ctrl + N): Starts a new document, if there's any unsaved data in the editor at this point it will prompt you if you want to save or not
- Edit: A list of editing controls for the editor
- Undo (Ctrl + Z): Undoes the previous operation for a modification to the content in the editor
- Redo (Ctrl + X): Redoes an operation that was previously undone
- Cut: Same as the delete key or the backspace key with a selection of text
- Copy (Ctrl + C): Copies out a selection of text
- Paste (Ctrl + V): Pastes the most recent text in the clipboard
- Select All (Ctrl + A): Selects all of the content/text within the editor
- Selection: Different selection options for selected text in the editor
- To Uppercase Changes the selected text to all uppercase
- To Lowercase: Changes the selected text to all lowercase
- Reverse Text: Reverses the string of the selected text in the editor's control
- To Uppercase Changes the selected text to all uppercase
- Find (Ctrl + F): Pulls up a find form for finding or replacing certain text in the editor. (Stays above all windows for easy access)
- Goto Cursor Position: If you have enough text for the editor to display a vertical scroll bar, and you have your cursor on a set location in the editor, no matter where you the scrollbar is located, it will scroll to the location of your cursor's location (I-beam)
- Current Date/Time (F5 Function Key): Adds the current date and time within the text editor at the location of your cursor. If any text is selected, this function will replace that selected text with the current system date and time
- Clear All (Ctrl + Del): This function will delete all of the text within the editor. It's a shortcut to selecting all of the text and using "cut," or by selecting all of the text and pressing the delete key or the backspace key.
- Undo (Ctrl + Z): Undoes the previous operation for a modification to the content in the editor
- View: A list of view controls for the editor
- Always on Top: Makes sure that the editor is displayed above all other windows for easy access to view or modify the file even though another windows form gets focus
- Word Wrap: Disables the horizontal scrollbar from showing in the editor by making the sides of the editor the margins for the text content. (Default sets this option to on when the application first starts)
- Zoom Factor: This is a set of options that will tell you how to use the zoom function in the editor, and also reverts the zoom settings back to the default zoom scale
- Default Settings: Reverts all custom zoom settings back to the defaults
- Zoom Help: Displays a message box showing you how you can use the mouse wheel to control the zoom scale for the text display in the editor
- Default Settings: Reverts all custom zoom settings back to the defaults
- Always on Top: Makes sure that the editor is displayed above all other windows for easy access to view or modify the file even though another windows form gets focus
- Format: A list of formatting options for the editor itself
- Font: Displays a font dialog to change the current font and font size and attributes
- Color Options: A few color options for some extra eye candy
- Text: Changes or sets the current text/font color for the text in the editor, and also the form title's text color
- Background: Changes or sets the current background color for the editor itself
- Text: Changes or sets the current text/font color for the text in the editor, and also the form title's text color
- Allow Drag Drop: Allows files to be opened into the editor by dragging and dropping them onto the editor itself. (Default sets this option to on when the application first starts)
- Tab Configuration (Ctrl + T): Displays a new form window with settings to change the number of spaces each tab contains when the event of the tab key is pressed within the editor. (Minimum: 2, and Maximum: 9 spaces)
- Font: Displays a font dialog to change the current font and font size and attributes
- Help: A few extra options i've added in for a link to the homepage of SupportForums
- Visit SupportForums: Opens the SupportForums main page
- Infinity Homepage: Displays my profile/username page on SupportForums
- Visit SupportForums: Opens the SupportForums main page
- File: A selection of file handling options as well as a menu item to close the application
- Status bar
- Word Wrap label: Shows whether word wrap is enabled or disabled
- Line count for cursor position (I-beam)
- Column count for cursor position (I-beam)
- Length:
- Displays the length of the entire editors contents/text when no selection is available
- Displays the length of the selected text when a selected portion of text is available
- Displays the length of the entire editors contents/text when no selection is available
- Word Wrap label: Shows whether word wrap is enabled or disabled
- Custom Context Menu
- Undo
- Redo
- Cut
- Copy
- Paste
- Find
- Goto Cursor Position
- Zoom Factor
- Default Settings
- Zoom Help
- Default Settings
- Selection
- To Uppercase
- To Lowercase
- Reverse Text
- To Uppercase
- Current Date/Time
- Undo
- Zoom functionality (Ctrl + MouseWheel)
- Custom Tab Spacing Configuration (Ctrl + T)
- Resizable Form
- Find (In Detail):
- Preview:
- Find Next: Looks through all of the text within the editor from the selection and down. Once it reaches the end of the document it will prompt you if you want to look through the document from the top once again
- Replace: This function will replace the selected text in the editor with the text in the "Replace Text" textbox. Nothing else needs to be filled in to use this option
- Replace All: This function will replace all of the text it finds within the document matching the text in the textbox of "Find Text" with the text in the textbox of "Replace Text"
Note: For searching text and replace options, the checkboxes that show "Match Whole word" and "Case Sensitive" may be used to refine the search or the replace option into more detail specific operations.
- Goto Line: You have to enter in a line number first, and after pressing the button it will move your cursor (I-beam) to the specified line number. If the line number is greater than the highest line number available in the editor it will prompt you with a message and return you to the end of the document instead
- Remove: Whether the "Empty Line" or the "Duplicate Line" checkboxes are checked will determine what the button removes. These operations cannot be undone and you'll be prompted with a confirmation message box upon pressing the button. Please note that a message box will also be displayed when the "Duplicate Line" option is checked, because this is a case sensitive function. The line must match the exact casing of the previous line in order for it to be identified as a duplicate line. This operation will remove all duplicates and keep only one of the duplicate lines in the editor.
Note: When the Find form loses it's focus and another window becomes active, it will turn to a transparent state allowing you to see through it to the main editor in case the window is over top of a certain part of the text you want to see.
- Cancel: Will exit the find form window with no operations executed
- Preview:
- Tab Settings (In Detail):
- Preview:
- Set Value: This button will set the value of the number of spaces each {TAB} occupies in relation to the number displayed in the numeric listbox to the left. This number may be changed from a range of 2, to 9. If a higher number than 9 is set, it will revert back to a maximum of 9 instead.
- Use Default: This function will revert the tab spacing back to a default of 4 individual spaces per {TAB} keypress
- Preview:
Virus Scan:
Direct Download: http://download1000.mediafire.com/1a84xk...B+v2.5.exe
If you want it in any other colors until I get a settings.ini associated with my application then I can send you one with your default requests if you PM me.
Thanks
Credits: Infinity (2011)
Since my characters ran out for my previous post my post got cut off. Thanks KoBE though lol I hope others will enjoy this as well after all the work that went into it so far.