Main > Free Download Search >

Free easiest edit in place 1.2 software for linux

easiest edit in place 1.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7577
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
Easiest Validate On Submit 1.0

Easiest Validate On Submit 1.0


Easiest Validate On Submit project enables Web developers to validate any number of form fields. more>>
Easiest Validate On Submit project enables Web developers to validate any number of form fields, client side (in Javascript), with only one line of code per HTML page.
Main features:
- It requires only 1 line of javascript per html file, to validate any number of fields in any number of forms.
- The script detects whether you have a div to display errors. If you havent, it puts messages in alert boxes.
- Evos supports styling both the input widgets and the labels upon validation errors.
- Which fields to validate, and which validation (required field, email, numeric) to use, is completely controlled through CSS classes.
- Pluggable custom validation per field, with minimal amounts of code.
- Messages are located in language files, so its easy to display messages in your native language.
- Everything can be styled using CSS.
<<less
Download (0.014MB)
Added: 2006-07-27 License: BSD License Price:
1185 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
Shooting Star 1.2.0

Shooting Star 1.2.0


Shooting Star project is a 2D shooting game. more>>
Shooting Star project is a 2D shooting game.

Shooting Star is a 2D action game which uses SDL and OpenGL.

The goal is to clear all levels of bad guys and make the World a better place.

<<less
Download (7.4MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1966 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
mainfo.org - Easy Page Edit 1.0

mainfo.org - Easy Page Edit 1.0


Easily change the content of a web page inside your browser. A firefox extensions that allows you to edit page content and locally save changes.... more>> <<less
Download (3KB)
Added: 2009-04-20 License: Freeware Price: Free
187 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
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
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
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
Easy SVN Browser 1.07

Easy SVN Browser 1.07


Easy SVN is a subversion browser via the Web. more>>
Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for contents, history, and diffs.
Installation:
Follow these steps for a quick installation of web-svn-view:
1. Log in as the user who is running the webserver (e.g., www).
2. As this user, make sure you have read-access on your repository. Issue an svn command to make sure that if necessary, you are prompted for a username and password. Once the viewer is running, logins must take place automatically.
3. Obtain web-svn-view by getting the archive http://public.e-tunity.com/web-svn-view/web-svn-view-latest.tar.gz . Save the archive on your disk as e.g.
/tmp/web-svn-view-latest.tar.gz.
4. Change-dir to a directory where the webserver will run the viewer.
5. Unpack, using tar xzf /tmp/web-svn-view-latest.tar.gz. Note the full paths to the contained directories cgi-bin, css and img. In the following example well assume that the base directory is /Users/e/src/e.
6. Edit cgi-bin/web-svn-view and modify the configuration variables at the top of the file. The variables are documented in the script.
7. Edit the servers configuration file. E.g, for Apache, edit httpd.conf and add the following lines:
ScriptAlias /svnbin /Users/e/src/e/web-svn-view/cgi-bin
Alias /svncss /Users/e/src/e/web-svn-view/css
Alias /svnimg /Users/e/src/e/web-svn-view/img
< Location / >
Order deny,allow
Deny from all
< /Location >
< Location /svnbin >
Order allow,deny
Allow from all
< /Location >
< Location /svncss >
Order allow,deny
Allow from all
< /Location >
< Location /svnimg >
Order allow,deny
Allow from all
< /Location >
You will need to supply the right directories for your system.
8. Restart the webserver.
9. Point your browser to http://yoursite/svnbin/web-svn-view.
Enhancements:
- The configuration settings in cgi-bin/web-svn-view can now be overridden by environment variables.
- That makes it possible to re-use the same SVN browser to view many repositories, based on environment variables passed by the Web server.
- The documentation was updated with an example.
<<less
Download (0.095MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1203 downloads
Parcelle 1.2

Parcelle 1.2


Parcelle project is a PyGTK application that captures and saves clipboard history. more>>
Parcelle project is a PyGTK application that captures and saves clipboard history.
Main features:
- Automatically captures clipboard changes.
- Saves clipboard history.
- Sort and search through entries.
- Edit and save changes to entries.
- Edit current clipboard contents.
- Dates entry additions and edits.
- Option to launch on startup to capture quietly.
<<less
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
797 downloads
Komodo Edit (Linux/x86 libstdc++6) 5.1.0

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


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>> <<less
Download (37.22MB)
Added: 2009-04-23 License: Freeware Price: $0.00
452 downloads
 
Other version of Komodo Edit
Komodo Edit (Linux/x86 libstdc++6) 5.0.1Komodo Edit is a free, open source, multi-platform ...Komodo Edit is a free, open source, multi-platform, multi-language editor for
Price: $0.00
License:Freeware
Download (37.18MB)
454 downloads
Added: 2009-04-21
Komodo Edit 4.1Komodo Edit application is a free multi-language editor for dynamic languages ... Komodo Edit delivers powerful editing capabilities for dynamic languages including Perl
License:Freeware
Download (31.6MB)
880 downloads
Added: 2007-05-30
Ncaster 1.7.2

Ncaster 1.7.2


NCaster is content management system that features high customizability and flexibility. more>>
NCaster is content management system that features high customizability and flexibility.
Ncaster project supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML editor, XML feeds, article authentication, a plugin-based scripting language, and more.
Main features:
- Modules: Modules in Ncaster are extremely easy to create, maintain, and edit.
- Hubs: A somewhat different approach at related articles, this new method is vastly more flexible then a traditional relation system. It allows you to bind two articles together and use each others data on a single page. Hubs also act as a relation link, where you can list all related articles associated to a hub.
- Powerful Custom Field Creation: Add an unlimited amount of custom fields. Choose from a single line field, multi-line box, ratio selection, or a custom drop-down list created before hand. Advanced filtering filters your results automatically based on your custom fields.
- Build List Technology: Add an unlimited amount to custom fields. Control the number, appearance, type, and order in which you want your lists displayed. Choose whether to save to your database or to a text file.
- Flexible Template System: Allows you to have full control over the look and feel of your site.
- Cache System: Large sites demand speed, they need to load fast and feed out information to thousands. A dynamic system will just not cut it when it comes to the crunch, Ncaster uses a template caching system that is extremely fast (as low as 0.004) at storing, retrieving, and updating stored pre-rendered templates.
- Staff System: Add or remove an unlimited number of staff members (four levels: Administrator, Editor, Agent, Guest). Each staff member has his or her own user profile.
- Entity 2.0: Exclusive, versatile scripting language used in Ncaster templates. More clear and easy to use than php. Entity 2 is plugin based; new functionality can be added by just downloading new functions from the ncaster website.
- WYSIWYG html editor: Features the raw essentials for posting articles. Can be disabled or enabled at any time.
- Images: New to Ncaster is image resizing and image watermarking. You have the option to pick the transparent color, compression, and more.
- XML Feed: Generate XML feeds. This allows other webmasters to use your content; a very effective way of advertising your sites content.
- Search Engine Friendly: Some search engines do not index sites with dynamic content. Ncaster features some mod-rewrite code as well as short URLs.
- Article Authentication - Each article posted by your members now can be authenticated before they appear on your site as published. This option can be disabled or enabled at any time.
<<less
Download (0.50MB)
Added: 2006-06-06 License: Freeware Price:
1295 downloads
MidiMountain 0.2.1

MidiMountain 0.2.1


MidiMountain is a MIDI sequencer aimed to edit standard midi files. more>>
MidiMountain is a MIDI sequencer aimed to edit standard midi files. The easy to use interface should help even beginners to edit and create midi songs (sequences) with this application. For professionals, MidiMountain is designed to edit every definition known to standard midi files and the midi transfer protocol. From easy piano roll editing to changing binary system exclusive messages, MidiMountain is a complete and usable solution for every midi user.
Main features:
- Choose GUI language
- Select MIDI devices
- SMPTE/MTC or internal
- Load and save standard midi files 1 (single track) and 2 (multi track)
- Midi channel of event
- Time of event
- Duration and pitch
- Patch change
- Type and Values
- Single and poly
- Bend range of channel
Enhancements:
- Sequence/Overall
- Mapping Preset Editing
- Playback over Multi Devices Track
- Added Device Selection (over Port#)
- Color Setting
<<less
Download (0.40MB)
Added: 2006-07-24 License: Freeware Price:
1187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5