Main > Free Download Search >

Free edit software for linux

edit

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1890
bitedit 0.9.4

bitedit 0.9.4


bitedit is a simple ncurses program for editing a file. more>>
bitedit is a simple ncurses program for editing a file. It allows you to directly edit of the individual bits of a binary file in a graphical fashion. It is useful for editing bitmap font files.
<<less
Download (0.016MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1662 downloads
Komodo Edit (Linux/x86 libstdc++6) 5.1.1

Komodo Edit (Linux/x86 libstdc++6) 5.1.1


Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology. Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. more>>

Komodo Edit (Linux/x86 libstdc++6) 5.1.1 offers an effective tool which functions as a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology, including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML.
Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. Available on Windows, Mac OS X and Linux. XPI extensions allow you to create your own plug-ins. XPI extension support provides the same capability as Firefox.

Major Features:

  1. Multi-language editor
    • Multi-language support: Advanced support for:
      • Browser-side languages: CSS, HTML, JavaScript and XML
      • Server-side languages: Perl, PHP, Python, Ruby and Tcl
    • Web template languages: RHTML, Template-Toolkit, HTML-Smarty and Django
    • Autocomplete
      • Call Tips
      • Autocomplete and calltips
      • Write code faster and shorten the learning curve with code completion that guides you as you work
      • CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, Tcl, XML and XSLT.
      • Schema-based XML/HTML completion
      • Multiple-language file support, such as CSS and JavaScript completion in HTML
      • Support for adding third-party libraries
      • Interpreter version differentiation of built-in and standard library information
    • Multi-language file support
      • Correct syntax coloring of multi-language files and templated files, common in many web programming frameworks. Add custom language support (User-Defined Languages or UDL, used to provide support for RHTML, Template-Toolkit, HTML-Mason, Smarty and Django).
    • Standard editing features
      • Code commenting, auto-indent and outdent, block selection, incremental search, reflow paragraph, join lines, enter next character as raw literal, repeat next keystroke and clean line endings on "save".
    • Syntax checking
      • Instant feedback for all fully-supported languages.
    • Syntax coloring
      • Spot errors easily and improve readability and context, even in multi-language files (unique to Komodo!).
    • Vi emulation
      • Modal Vi keybindings emulate navigation, text insertion and command behavior. Custom commands can be implemented by adding Komodo macros to a Vi Commands Toolbox folder.
    • Emacs keybindings
      • Emacs-like keybinding scheme supports new editor features modeled on Emacs, such as transient marks (similar to the Emacs "mark ring"), repeat next command and reflow paragraph.
    • HTML preview
      • Check HTML, XML and CSS files side-by-side or in a browser, using arbitrary files or URLs.
    • Multilingual Input Method Editor (IME) support
      • Use your standard keyboard to enter multi-byte characters, such as Simplified Chinese, Japanese and Korean.
    • Code snippets
      • Store any piece of code for reuse.
    • Code folding
      • Work quickly and efficiently with large sections of code.
    • Multi-document editing
      • Easily work on multiple documents simultaneously using multiple tab groups, split view, and cross-document search.
    • Tutorials
      • Easily master editing features.
  2. Project manager: Convenient, flexible organization of all project elements.
    • Live Folders
      • Project view displays the current contents of corresponding file system directory.
    • Virtual Folders
      • Explicitly maintained multi-purpose containers for any project or Toolbox component, containing pointers to selected components from different file system locations.
  3. Toolbox
    • Store it
      • Store virtually anything, including configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files.
    • Share it
      • Share a Toolbox with networked team members or distribute valuable Toolbox items to other Komodo users with the import/export function.
  4. Extensibility: XPI Extensions
    • Create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM

Enhancements:

  • Editor History
  • Hyperlinks
  • Fast-open dialog
  • Find highlighting

Requirements:

  1. Red Hat Enterprise Linux 5 or later
  2. CentOS 5.0 or later
  3. Fedora Core 8 or later
  4. OpenSUSE 10.2 or later
  5. Ubuntu 7.04 or later
    • hx86 or x86_64 architecture
    • 500 MHz or faster processor
    • 512 MB RAM (1 GB+ recommended)
    • 200 MB hard disk space

WareSeeker Editor

<<less
Download (37.23MB)
Added: 2009-04-07 License: Freeware Price: $0.00
465 downloads
 
Other version of Komodo Edit
Price: $0.00
License:Freeware
Download (37.22MB)
452 downloads
Added: 2009-04-23
Price: $0.00
License:Freeware
Download (37.08MB)
452 downloads
Added: 2009-04-20
Price: $0.00
License:Freeware
Download (37.18MB)
454 downloads
Added: 2009-04-21
Price: $0.00
License:Freeware
Download (32.33MB)
542 downloads
Added: 2009-04-24
Komodo Edit 4.1ActiveState Software Inc. - Komodo Edit application is a free multi-language editor for dynamic languages based on the award-winning Komodo IDE. Komodo Edit. Komodo
License:Freeware
Download (31.6MB)
880 downloads
Added: 2007-05-30
Edit Brushes 1.0

Edit Brushes 1.0


Edit Brushes is a script in Python for The Gimp, this script allows you to generate, delete, duplicate and EDIT brushes. more>>
Edit Brushes is a script in Python for The Gimp, this script allows you to generate, delete, duplicate and EDIT brushes generated from images.

<<less
Download (MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
Prima::Edit 1.20

Prima::Edit 1.20


Prima::Edit is a Perl module for standard text editing widget. more>>
Prima::Edit is a Perl module for standard text editing widget.

SYNOPSIS

use Prima::Edit;
my $e = Prima::Edit-> create(
text => Hello $world,
syntaxHilite => 1,
);
$e-> selection( 1, 1, 1, 2);

The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, search and replace methods.
The module declares bt:: package, that contains integer constants for selection block type, used by blockType property.

USAGE

The class addresses the text space by (X,Y)-coordinates, where X is character offset and Y is line number. The addressing can be physical and logical, - in logical case Y is number of line of text. The difference can be observed if wordWrap property is set to 1, when a single text string can be shown as several sub-strings, called chunks.

The text is stored line-wise in {lines} array; to access it use get_line method. To access the text chunk-wise, use get_chunk method.

All keyboard events, except the character input and tab key handling, are processed by the accelerator table ( see Prima::Menu ). The default accelItems table defines names, keyboard combinations, and the corresponding actions to the class functions. The class does not provide functionality to change these mappings. To do so, consult "Prima::AccelTable" in Prima::Menu.

<<less
Download (1.4MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1151 downloads
Strings edit 1.9

Strings edit 1.9


Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. more>>
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding.
Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
<<less
Download (0.053MB)
Added: 2007-05-20 License: GMGPL (GNAT Modified GPL) Price:
908 downloads
editLyrics 0.2

editLyrics 0.2


editLyrics is an amarok script add, modify and edit lyrics. more>>
editLyrics is an amarok script add, modify and edit lyrics. Just click on a track, and select "edit this lyric!" to get a full power editor!

If lyrics are already cached, you can modify it, or you can just write from zero (well, not exactly from zero, you will find the artist and trackname on the top).

<<less
Download (0.009MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1347 downloads
Ksubeditor 0.2

Ksubeditor 0.2


KDE DivX subtitles editor is a good solution for people who create and edit subtitles for DivX movies. more>>
KDE DivX subtitles editor is a good solution for people who create and edit subtitles for DivX movies.
It is able to edit,convert subtitles between different formats, and test subtitles using some linux DivX player (at present Mplayer).
Enhancements:
- After "Save As" correct name on the bar is displayed
- Some compilation problems fixed
- Fixed number of columns in new file after spliting a file
- Fixed problem with editing file created by spliting another one
- Some "segmentation fault" fixes
- Changed "Insert row under" into "Insert row above"
<<less
Download (0.55MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1532 downloads
edittwiki 0.1.4

edittwiki 0.1.4


edittwiki provides an external editor wrapper for TWiki wiki topics. more>>
edittwiki provides an external editor wrapper for TWiki wiki topics.

editTwiki lets you use your favorite editor to edit TWiki topics. It is written in Python and compiled into a Java jar using Jython, which makes it a regular Java application packaged into a jar.

<<less
Download (0.85MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
985 downloads
SourceEditor 0.2

SourceEditor 0.2


SourceEditor allows you to view and Edit source of HTML element. more>>
SourceEditor allows you to view and Edit source of HTML element.

View and Edit source of HTML element.

Use the button on status bar to activate/desactivate and the double click or the context menu to edit source of the selected element

<<less
Download (0.014MB)
Added: 2007-04-13 License: MPL (Mozilla Public License) Price:
930 downloads
KConfigEditor 0.9.6

KConfigEditor 0.9.6


KConfigEditor is an application which lets power users and administrators directly edit all aspects of their desktops. more>>
KConfigEditor is an application which lets power users and administrators directly edit all aspects of their desktops.
<<less
Download (0.66MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
1564 downloads
Edit by Text Editors 0.1

Edit by Text Editors 0.1


Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. more>>
Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu.

To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus

<<less
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
814 downloads
KImageMapEditor 1.0.1

KImageMapEditor 1.0.1


KImageMapEditor is a tool for Linux/KDE that allows you to edit image maps of HTML files. more>>
KImageMapEditor is a tool for Linux/KDE that allows you to edit image maps of HTML files.

KImageMapEditor project can be fully integrated with Quanta since it is based on KPart technology.

<<less
Download (0.63MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1196 downloads
Easiest Edit In Place 1.2

Easiest Edit In Place 1.2


Easiest Edit In Place enables Web (2.0) developers to generate any number of edit in place widgets. more>>
Easiest Edit In Place enables Web (2.0) developers to generate any number of edit in place widgets with only one line of script code.
Using stylesheets and spans, any piece of text can be edited by any type of widget. Easiest Edit In Place features CSS customization and automatic caret positioning.
Main features:
- It requires only 1 line of javascript to make any number of widgets editable.
- Caret positioning. When editing inline, the caret is positioned at the point the user clicked, to make it more intuitive.
- Editor can be anything, from ordinary text input to text areas or custom widgets.
- Everything can be styled using CSS.
Eeip has been tested on Firefox and IE.
Enhancements:
- A bug that could lead to the accidental display of placeholder text when dealing with empty fields in some circumstances was fixed.
<<less
Download (0.013MB)
Added: 2007-03-08 License: BSD License Price:
962 downloads
Komodo Edit for Linux 4.2

Komodo Edit for Linux 4.2


a free, multi-language editor more>> Focus on what your code can do; let your editor sweat the details. Based on the award-winning Komodo IDE, Komodo Edit is a free, multi-language editor that makes it easy to write quality code.
New in Komodo Edit 4.2
Auto-update: no more checking for the latest features or need to reinstall Komodo to get the latest version
Soft characters: automatic insertion of closing brackets, braces and parentheses
A new spell checker: find typos before they go live
Upgraded Scintilla to version 1.74
Cursor shape is now configurabl
Documentation improvements and new Creative Commons licensing to support translations contributed by users
Improved Vi emulation
Better Live Folders performance
New for Perl: autocomplete improvements
New for Python: code intelligence updates
New for PHP: better code intelligence and autocomplete performance
New for Ruby: improvements to the Rails project template
New for Tcl: bug fixes
New for JavaScript: code intelligence, autocomplete changes
<<less
Download (33.14MB)
Added: 2009-04-24 License: Freeware Price: Free
191 downloads
Elastic Webeditor 2.0.3

Elastic Webeditor 2.0.3


Elastic Webeditor is Perl script that alows users to edit their home pages online. more>>
Elastic Webeditor is Perl script that alows users to edit their home pages online. Administration is also implemented. It supports plugins like tar viewer, CheckLinks log processor and others. This programs main feature is that you need only one unix style account.


<<less
Download (0.035MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1221 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5