Cream 0.41 Download

fyxm network: our download portal - Softliste.de
Cream
        Bookmark and Share
  • Name:Cream
  • License:Freeware
  • Developer:digitect
  • Downloads:71
  • Rating:2 / 5
  • OS:Windows All
  • Size:5.9 MB
  • D.M.C.A. 
  • Download > 

Cream 0.41

Cream 0.41 Description:

Cream is a free text editor, a modern configuration of the powerful and famous Vim.

Vim is a powerful and full-featured text editor, the popular descendant of the 1976 Vi text editor.

But Vim has a steep learning curve. It was not primarily designed to be easy to use, favoring performance and technical flexibility instead. Because it is so different, learning to use Vim takes time.

Cream shapes Vim into an interface you probably already know (sometimes called Common User Access).

Whether you are writing emails or developing large software applications, Cream will save you time and will get you up and running quickly.

Cream 0.41 Features:

Basic Features

· Edits Microsoft, Unix and Apple format text documents.
· Supports editing of very large files, size is limited by diskspace.
· Encoding support for 38 varieties of 8-bit, 2-byte, and Unicode.
· A single editing mode. (Cream does not use Vim's modal editing unless turned on from the Preferences menu.)
· Tabbed document interface as seen in this screenshot.
· Have multiple documents open at a time (Alt+W, listed in the Window menu)
· User-selected font, window size/position and most other settings are retained and restored automatically.
· Each edited file retains its last view.
· Simple, intuitive keyboard shortcuts to move and select text. Arrow keys, Page Up/Down, Home and End keys move the cursor and adding the Shift key selects text.
· Standard and intuitive menus. All functionality is available through pull down menus which indicate available keyboard shortcuts.
· Syntax highlighting makes reading code easier for more than 350 programming languages, or can be turned off.
· Intuitive status line can be toggled off, however by default it indicates considerable information unobtrusively:
· Toolbar for commonly used actions can be turned off.
· Undo/Redo are unlimited (Ctrl+U and Ctrl+Y).
· Word wrap toggle (Ctrl+W).
· Automatic text indention as you type. Can be turned off.
· Print (Ctrl+P) will also prompt to print only the selected lines if a selection exists.
· Block indention or unindention (with selection, Tab and Shift+Tab).
· Show/Hide "invisible" characters like tabs, returns and trailing spaces (F4).
· Tile multiple open documents vertically or horizontally.
· Recently opened files list (in the File menu, Alt+F).
· Quick key to exit (Ctrl+F4).
· Preference option for Unix/X11-style middle mouse button behavior to paste the current selection.
· Word count an individual word or the document's total words.
· Find and Find/Replace dialogs use intuitive search, with Regular Expressions as an option (Ctrl+F and Ctrl+H).
· Find Next/Previous under cursor (F3 and Shift+F3).
· Convert existing tabs to spaces of the current tabstop width (Format menu).
· Bookmarking with visible margin marks (up to 26 per file) (Alt+F2 and F2).
· Spell checking with alternative spelling suggestions. Many languages are supported.
· Go to specific line number or percentage of files (Ctrl+G).
· Auto Wrap formatting wraps text to any margin width ("Wrap Width") while you type and automatically converts tab characters to the equivalent number of spaces (Ctrl+E).
· Toggle insertion of tab characters or the equivalent number of spaces (Ctrl+T). (Over-ridden by toggling the Auto Wrap feature described above.)
· Text justification to left, center, right or full alignment of selected text or current paragraph. (Toolbar or Format menu)
· Quick Wrap re-formats existing text to Wrap Width and justification margin with hard returns added at the end of each line (Ctrl+Q). Quick Un-Wrap removes these existing wraps in text (Alt+Q,Q). Both accommodate existing bullets (currently @, o, *, -, +, subject to change) and nested reference marks such as ">" characters in email. Quick Wrap and Un-Wrap work on any selected text or on the current paragraph with nothing selected. (A paragraph is defined by text having two returns at both the beginning and the end.)
· Line join re-formats a selection by removing hard returns.
· Both Quick Wrap and Justification remove repetative whitespace now if activated twice within a second or two. This means that text formerly center or full justified can be compressed back to the left simply by repeating the Quick Wrap keystroke, toolbar justification click or menu selection.
· Auto-correct spelling which corrects common spelling errors as you type.
· Insert current date/time (F11 opens a menu of possible formats, F11 x2 inserts the last format used).
· Auto Indent toggle.
· Capitalization formatting of selection or current word with Title, UPPER, lower and rEVERSE case (F5 and combinations).

Advanced Features

· Conversion between Unix, Windows and Apple platform format files.
· Keyboard mapping choices for one of 39 available language or encodings.
· Current line highlighting.
· Color themes provide change of scenery during long editing sessions or various lighting conditions.
· Word completion (Ctrl+Space, Ctrl+Shift+Space) matches other words in the file you've already typed.
· Macro record (Shift+F8) many keystrokes and commands and play them back with one keystroke (F8).
· Find/Replace in multiple files, through a simple dialog. No external programs required!
· Toolbar able to be toggled on or off.
· File explorer window (Alt+W,X).
· Email thread levels are indicated by subtle color fade. Deeper levels (more indentations) have less contrast.
· Syntax highlighting of special text file elements such as:
· Email signature: separator "-- " on a line by itself and lines following.
· Bullets.
· Section titles prior to fold markers ("{{{1", etc.).
· Time stamp tag and value.
· Filename stamp tag and value.
· Character lines
· List the decimal, hexidecimal, and octal value of the character under the cursor (Alt+.).
· Insert characters by decimal value (Alt+,). Easily list all available characters on your system (Alt+, x2).
· Insert character special two-character digraph (Ctrl+K). List your system's available digraphs (Ctrl+K x2).
· Column selection mode (Shift+Alt+{motion key or mouse}). Select, insertion, delete and backspace in columnar areas, not just in rows.
· Character line insertion with any character (Shift+F4).
· Character line insertion the width of the line above with any character (Shift+F4 x2).
· Insert line numbers for current selection, begin with any value.
· Calendar window (Ctrl+F11).
· Insert text filler, Lorem ipsum. (Direct Latin quotations from Cicero's 45 B.C. "de Finibus Bonorum et Malorum", used commonly for this purpose since the 1500's.)
· Advanced user configuration via manual config file. (FAQ)
· Expert users can still access the traditional Vim "normal mode" by pressing Ctrl+L and Ctrl+O with their respective behaviors.)

Programmer Features

· Block comment and un-comment selections (F6 and Shift+F6).
· Line folding intuitively hides entire sections with a keystroke (F9 and combinations).
· Template completion based on file type (Shift+Space x2). (See Tools menu for list of available templates.)
· Ctags navigation. (Requires installation of the free Exuberant ctags or other similar tag navigation program.) Through Alt+arrow keys, move back and forth between previously visited tags (Alt+Left/Right), move to function or variable's definition (Alt+Down), or close referenced file and return (Alt+Up).
· Function and variable list available for the current file (Ctrl+Alt+Down). (Requires Ctags)
· Pop up prototype and information menu ( Alt+( ). View the function's prototype under the cursor without having to open the file with the definition.
· Soft Tabstop setting allows existing text to be displayed by Tabstop Width while new editing uses this alternate setting, inserting tabs and spaces to accomplish the new indention.
· Diff mode to see differences between two files.
· Open a file whose path/filename are selected text (Ctrl+Enter). Cream will also attempt to guess a filename for any word under the cursor without a selection.
· Lists for quick reference and insertion of HTML tags, attributes and CSS properties. (Shift+Space when in front of a tag or property.)
· Terminal mode menus (console menus) (F12, console only).
· Cream, Cream Lite, Vim or Vi editing behavior setting.
· Expert mode, an option to use the Esc key to toggle back and forth between Vim's normal and insert modes.
· Multiple user configuration from a single installation.

Cream 0.41 Requirements:

· Vim 7.0 and above

Cream security information

You cannot download any crack or serial number for Cream on this page. Every software that you are able to download on our site is legal. There is no crack, serial number, hack or activation key for Cream present here. Our collection also doesn't contain any keygens, because keygen programs are being used in illegal ways which we do not support. All software that you can find here is freely downloadable and legal.

Cream installation package is prepared to be downloaded from our fast download servers. It is checked for possible viruses and is proven to be 100% clean and safe. Various leading antiviruses have been used to test Cream, if it contains any viruses. No infections have been found and downloading Cream is completelly problem free because of that reason. Our experts on malware detection tested Cream with various spyware and malware detection programs, including fyxm.net custom malware and spyware detection, and absolutelly no malware or spyware was found in Cream.

All software that you can find on our servers, including Cream, is either freeware, shareware or open-source, some of the software packages are demo, trial or patch versions and if possible (public domain licence), we also host official full versions of software.

Because we want to be one of the fastest download sites on the web, we host all the software including Cream on our servers. You cannot find here any torrents or download links that would lead you to dangerous sites.

Fyxm.net does support free software, however we do not support warez or illegal downloads. Warez is harming producers of the software.

Enjoy!

Rate Cream 0.41!

Rating: 2.4/5 (13 votes cast)

Similar Programs License Size Rating  
AXCAD 2008 Trial 51.5 MB 2 / 5
Scene Composer Razor Trial 11.9 MB 1 / 5
KinTools Freeware 3.7 MB 2 / 5
Handy Outlook Tools Freeware 10 KB 2 / 5
bed Freeware 336 KB 2 / 5
PicView
new

Featured Products

LimeWire 5.2.1 Beta / 5.1.3

LimeWire

Share computer files with anyone on the internet!

Kaspersky Anti-Virus Personal 2010

Kaspersky Anti-Virus Personal

BKaspersky AV provides all types of anti-virus protection

Winamp 5 Full

Winamp

A flexible and sophisticated application for playing and managing your music

DAEMON Tools Lite 4.30.4

Daemon Tools

Advanced application for multiprotection emulation

CMS Templates Download

Blogger Themes

Check our website devoted to CMS themes download
FYXM.net - We have everything! If not - please do contact us here.