Recent Changes - Search:

Home Pages Pidgin   Azarennya (S|N) Mac Textanium Reference ToDo Food Local Edit

Local: Hide

Language: Hide

Fantasy: Hide

SciFi: Hide

Film: Hide

Music: Hide

REALbasic: Hide

ResourcesGarageUniversityWebRingForums:REALElfDataPlugins and Code:BKeeneyDeclareSubEinhugurJoeRestrepoTempelmannZAZ

Coding: Hide

Forums:PowWebPHPWebmasterCodingWalkersPerlIntroMonksPHPJavaScriptToolboxUnobtrusiveJavaScriptJavaScriptCompressorRegularExpressions (test)JSLintSQLCocoaCocoaBuilderCocoaDevCocoaLabAppleScriptBBSUserlandFaqintoshFileMakerFileMakerTipsFileMakerWorldFileMakerPlugins

Science: Hide

History: Hide

1421

News/Politics: Hide

Cults/Crime: Hide

ClambakeInfidels

Miscellaneous: Hide

Text

Rethink the whole text thing. Text should be saved in a text file that can be read in a text editor.

Suppose you don't have any presentation software except the text editor. How do you filter? Well, you'd have to just search for a phrase and then keep hitting "Find Next."

Install EmEditor onto the tablet and play with its macro functionality. It should be possible to write a macro that displays a subset of a file, based on input.

  • To move cursor to next line:
    • document.selection.LineDown();
    • document.selection.LineDown(false, 2);
      // Go down two lines without extending selection
  • Current selection is: text = document.selection.Text;
Edit - History - Print - Recent Changes - Search
Page last modified on February 07, 2008, at 11:49 AM