Home
Menus
Tools
Finder
Preferences
Localization
Licence agreement
 
InSite Constructor home
Raycone home
 

Menus

The File menu

  • New - creates a new document
  • Open - opens a document
  • Save - saves the document
  • Save as - saves the document as a different file
  • Save all - saves all open documents
  • Close - closes the current document
  • Close all - closes all documents
  • Help - displays this documentation
  • About - displays the About window
  • Exit - closes the program

The Edit menu

  • Undo - undoes the last action (unlimited undo)
  • Redo - redoes the last action (unlimited redo)
  • Cut - cuts the current selection and puts it in the clipboard
  • Copy - copies the current selection into the clipboard
  • Paste - pastes the contents of the clipboard at the current selection
  • Select all - selects the whole document
  • Indent - indents the current line
  • Unindent - unindents the current line
  • Autoindent - enables/disables autoindentation of lines
  • Identify document doctype - InSite Constructor identifies the mark-up language used in a page by the <!DOCTYPE> tag that should be at the beginning of every HTML, DHTML or XHTML page. Based on that it offers tags, attributes and possible values in the drop-down menus as you type and also in the Tag inspector. The mark-up language identification takes place when the page is loaded. If you change the doctype of a page you need to identify the document's doctype manually (This will probably also be automatic in a future version but for now this should do.) The "HTML 4" and "XHTML 1" buttons in the toolbar identify the new document doctype automatically.
  • Preview - opens the page in your preferred browser
  • Preferences - program preferences

The Search menu

  • Find - displays Finder window
  • Find again - repeats the last find action
  • Replace - replaces the current selection with the "replace" string (set in the Finder)
  • Replace & Find - replaces the current selection with the "replace" string (set in the Finder) and finds the next occurance of the "find" string
  • Replace all - replaces all occurances of the "find" string with the "replace" string (set in the Finder)

The Tags menu

  • Anchor - inserts HyperText link
  • Image - inserts an image
  • Bold - inserts bold text
  • Italic - inserts italic text
  • Paragraph - inserts a new paragraph
  • Break line - inserts a break-line tag <BR>
  • Nonbreakable space - inserts a nonbreakable space character
  • Table row - inserts a table row tag <TR>
  • Table data - inserts a table data tag <TD>
  • Font size+1 - inserts a <FONT> tag with size +1
  • Font size-1 - inserts a <FONT> tag with size -1
  • List item - inserts a list item tag <LI>
  • Heading 1 - inserts a heading 1 tag <H1>
  • Heading 2 - inserts a heading 2 tag <H2>
  • Heading 3 - inserts a heading 3 tag <H3>
  • Heading 4 - inserts a heading 4 tag <H4>
  • Heading 5 - inserts a heading 5 tag <H5>
  • Heading 6 - inserts a heading 6 tag <H6>
  • Start tag <> - inserts start tag - the <> characters
  • End tag </> - inserts end tag - the </> characters

The Tools menu

  • Table wizard - opens the Table wizard. Using Table wizard you can insert a table by setting the number of rows, columns, cellspacing, cellpadding and border.
  • Check HTML - checks the current document's HTML. You can open and close the error/warning box by clicking the yellow tab. Double-clicking a warning or error message moves the cursor to the tag that caused the message. The validator is developed by WWW Consortium. It is not our product. The positioning is not acurate after several warnings or errors so fix them first and then check it again.
  • Convert special characters - converts all special characters (HTML entities) in the current selection or in the whole document to their respective HTML codes. This action cannot be undone.