Lightweight graphical text editor with some features

Dare I ask?
This is mostly for others that may be using my laptop, or when I just need to do something quick. All I really need is the basics, tabs (hopefully), and printing. No advanced find and replace with regular expressions needed, or any advanced keyboard layout. I'll have Vim for that once I know it well enough. GEdit is perfect, except that it's Gnome, which I am not ready to support. Leafpad is far too bare-bones. nedit works good, but is butt-ugly -- normally, I don't put much value here, but come on.
Last edited by Ranguvar (2009-04-01 04:08:31)

Beaver. Supports tabs, small, fast and lightweight. 0.4.0 will not require build patches as does  0.3.0.1. I do not like Leafpad (though I prefer printing through libgnomeprintui than xfprint). Its 'find and replace' is awkward whereas Mousepad does the job as expected (though Leafpad does highlight found keywords). And the red root banner of Mouspad is indispensible when editing files with multiple editor instances open.

Similar Messages

  • Text editor with 15 lines

    Hi all,
    I have a requirement to create a text editor.
    I created a Text editor,but where i need only 15 lines to update into it .
    But it showing 22 lines and some times 30 lines .
    Anybody let me know how to update Text editor with 30 lines .
    Regards,
    Madhavi

    solved myself

  • Using third party Rich Text Editors with Portal Release 2 (9.0.2)

    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

    Niraj,
    There's a RTE posted on knowledge exchange (with source), in my folder.
    Re: Calendar PJC on French Keyboard
    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

  • [How?] Text editor with hidden data

    Im looking on a good way to make an small Text editor (visually the features of a JTextPane is ok for my needs), but I need to associate metadata with words or a group or words (ex. timestamps).
    Any idea on how to accomplish this ?
    thanks

    SB. wrote:
    I think that it's too soon to think on how to store those data. Once the editor designed, I could save the information in an xml, serialized class etc.. it doesnt really matter.
    The easy part is to design all my classes to represents those Strings + metadata (my model).
    I suppose that after that I could convert them to a document which I can use to display in any gui. BUT if I can't fit all those infos in a widget, I'll have to catch all keyboards/mouse events et manually apply those modifications on my model beforce creating new document to refresh the widget ? That part seem problematic to me..Huh?
    You have a data structure. That data structure is mapped to a displayable format.
    For example you could use XML for the data structure. Thus something like the following would be in it.
           <Line font="bold">
                 <priority>3</priority>
                 <text>This is a line</text>
           </Line>You then create a mapper that takes that and displays the value of the element "text" to the screen. Nothing else is displayed from that is displayed.. Your display mechanism would need to have a link between that line and the above xml so if someone changes that line then it gets put back in the xml.
    In the above "priority" and "bold" simply represent other data type elements the rules of which depend on the needs of your application.
    Note that the above depends on rules which might or might not be represented in the data structure. Maybe because they can't be or simply because it isn't worth the effort.
    For instance what happens if the user puts a line feed in the middle of the displayed line? Does that create a new "Line" entity or is just an update to the existing "text" element?
    Keep mind that XML is nothing but an example there are other ways to do this.

  • Using Rich Text Editor with a Custom Attribute

    Hello All,
    Can anyone please tell me as how can I use the Rich Text Editor with a Custom Attribute?
    I want to create a custom attribute based on text datatype, but when entering the value for this attribute in a Custom Item, portal shows a normal textarea. I want that the user should see the Richt Text Editor.
    Thanks for help.
    Regards

    Hi,
    Can you tell me what steps you are using to produce this, and which Portal version you are using. When I tried it, I wasn't able to reproduce it. Here are my steps:
    1) Created Custom Item Type, based on Text, under
    Page Groups > Shared Objects > Item Types
    2) Selected Three attributes (Description, Name, Publish Date). Note Text and Display Name were already selected
    3) In Add Item Wizard, configured list to allow for my
    custom item type selection.
    4) Then I was able to see the Rich Text Editor when editin
    my custom item type.
    Regards,
    J.

  • Making Rich Text Editor with PHP in Dreamweaver  - Problem with CKEditor...

    Hi,
    I am developing a website in Dreamweaver and using the platform of PHP and MYSQL. I need to develop a Rich Text Editor just like the one I am typing at the moment. With my recent searches I have come across with CKEditor as one of the possibilities to add a Rich Text Editor to my website. I have seen older versions of CKEditor also known as FCKEditor which I believe unfortunatley is out of date and obsolete now (discontinued). I cannot find any of the downloads now from anywhere on the web.
    I can find FCKEditor tutorials with PHP,  but can not find CKEditor tutorials for PHP (when I try googling it, it always gives me FCKEditor page). Can anyone please help me and tell me if I can still make Rich Text Editor using CKEditor and PHP?
    If yes, please guide me how? Any tutorials or reading material will be very helpful.
    Regards,
    Bilal . Khan

    Yes, you absolutely can use CKEditor to create a rich text editor with PHP/MySQL.I have tried several editors and it's my choice.
    Here is a link to the documentation page:
    http://docs.cksource.com/
    CKFinder is also very good in conjunction with CKEditor. Although it costs $59/per website, it's better than the free alternatives.

  • Replacing the Rich Text Editor with FCKeditor

    Hi,
    I've seen a few people mention that they've replaced Portals RTE with FCKeditor in the Portal 10.1.2 release. As ever Oracles documentation is scant (that's being generous) as to how to do this. If anyone has, can you give me an example of how you have modified your buildUIembed.html file.
    I've currently got this partially working, the new RTE is displaying, but the page won't submit. Portals JS is trying to .save() the RTE content, a method which it apparently doesn't support!
    Any help would be much appreciated.
    Regards
    Dan

    Hi Dan,
    Per the OracleAS Portal User's Guide (available at http://www.oracle.com/technology/documentation/appserver1012.html)
    Possibility of extending or replacing the seeded rich text editor
    You can customize the OracleAS Portal rich text editor to support your needs: from simple changes, for example, replacement of buttons on the editor's toolbar, to more complex changes, for example, replacement of the seeded editor with one of your own.
    Such changes involve altering the files that comprise the user interface and functions of the seeded rich text editor. This being the case, this feature is intended for advanced OracleAS Portal administrators. Additionally, you should be aware that future upgrades of OracleAS Portal may impact any modifications made to these files. Support for this feature is offered through the Portal Content Area discussion forum and not through Oracle Support;
    You may want to pose this question in that forum.
    Regards,
    Pete

  • Rich Text Editor with Custom Text Attribute

    Hello All,
    We are using the latest version of Oracle Portal 10G. I have a need to create custom Attributes of the type text to let people enter a lot of text. But when User are in edit mode of an item where this custom attribute is used, the Rich Text Editor is not shown for entering the Text for the Custom Text Attribute. It shows a normal html text area. Has anyone ever used RTE with Custom Attribute?
    I request you guys for help.
    Thanks.

    The Problem with the Custom Attribute is not solved, but I have now compromised with the Situation and now I am not using a Custom attribute.
    Rather, Now I am creating a Custom Item Type using Base Text Type (earlier i wanted to create custom item type at my own without any base item type). In this case now I will not be able to change the Lable of the RTE (that is "Text", when the Custom Item is in Edit Mode), but I hope that my users can understand that much.
    I have created a template for portal pages. In the Template I can edit the Region Properties. When I edit the Region property of the region where I want to display my Custom Items. I get two Tabs on the top, Main and Attributes/Style. ON the main tab I can tell what type of region it should be, width etc, in my case it is item type region. And on the Attributes/Style tab, I can select from the availabe Attributes as which all Attributes I want to display. Here if i select only "Associated Functions" Attribute then normally portal should not render anything by default on the Page. It should rather make a call to the procedure which is associated with the Custom Item and as when I was creating the custom item type, I had clicked on "Display Procedure Results With Item", so portal should now display the result of my Procedure. So far it works without problem.
    But the problem is that the Portal displays the text at its own also. As i have written that Portal should not display anything at its own, this doesn't work in this version of Portal for a Custom Item Type that is made using Base Text Item Type. For all others it has worked till now (I have create 50s of Custom item types).
    You can better understand by going to the following URL. Just have a look between the two dotted lines (Dotted line is also a seperate Custom Item Type). Between the two Dotted Lines is a custom item, in general it would be a Custom News Item having title, image and so on.
    http://sunnode1.edvz.sbg.ac.at:7778/portal/page?_pageid=79,56047&_dad=portal&_schema=PORTAL
    I have really programmed a lot with portal but now at this stage where I am near to end, I am getting problems which are coming from Product. I request you for help.

  • Create a Text Editor with Java

    I'd really like to create a text editor using Java but, i'm having a little trouble figuring out which direction to take to create it. I'm thinking of purchacing a book on Swing, I know there must be more to learn though. are there anything else that might be useful in achieving my goal?
    Thanks,
    JV
    Message was edited by:
    Shockwave83

    look at the demo examples provided with your jdk.
    For example : jdk1.5.0_10\demo\jfc\Notepad

  • Help with creating an editor with eclipse features.....

    Hi....
    I want to develop an editor similar to the one in ECLIPSE with all the features in eclipse like syntax auto-fill and help etc.
    I have a textarea in which I type my text or code. Then, a panel containing a list item pops up when I type a special control character. The list has several items and if I type something in the textarea, the selected item in list should change to the one that matches the text I have entered in the text field.
    Now, If I type something in the textarea, how does the selected value in the list change even if the list doesnot have focus???
    Please respond ASAP as it is somewhat urgent for me.
    Thanking you in advance.
    Sreekar.

    UIImageView initWithImage takes a UIImage* as a parameter, not NSString*. So load your image into a UIImage first
    UIImage *ballImage = [UIImage imageNamed:@"Ball.png"];
    UIImageView *tempStart = [[UIImageView alloc] initWithImage:ballImage];

  • Website with some features

    Hello , My name is Fredrik Wirth and i have been messing around in flash C5 trial version and have now purchased Student version of flash C5
    I wanna make a website with a news/blogg feature,Rss feed and add google links is this possible and if how would i go about making it?
    Thanks Fredrik Wirth

    Well just a reminder... there is no such thing as a "Flash" web site. Only HTML, PHP, ASP, etc sites that happen to have some Flash content.
    Also attempting to incorporate WP into a so called "Flash" site would be a HUGE undertaking.
    However, incorporating some Flash into a WP (PHP) web site would be much more managable and realistic.
    Have you ever installed and used WP before?
    Many web hosting services will provide free installation... so contact your host and see what they offer.
    One option is to install WP in a subfolder, with your main Flash content on the index page and then style (using CSS) the WP pages to more or less match the color and appearance of the index page. This method is sometime referred to as "Integrating" WP into an existing site:
    http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
    Another option is the entire site is built around WP and you incorporate some Flash content into the pages, all the while retaining the capabilities of WP.
    Any type of content can be added to WP, it just provides the container boxes to display the content and at the same time allow the visitors to interact/post comments, etc, which could not be done with Flash alone. It requires some server side scripting and well as a database.
    Best wishes,
    Adnijastrator

  • C or C++ compiler (or even editor with some help) for OS X needed

    Hey,
    I would like to learn C and C++ and am looking for a compiler for OS X that generates executable files. An editor that helps you a bit would be even better. Does anybody know any kind of software for this? Maybe even freeware?
    Thank you,
    Jerome

    It's called Xcode. It's supplied by Apple with every machine on the OS install Disc.
    Put your OS X install disc in the drive and look for the developer tools package. It might be in a folder like 'Optional Extras'.
    ...or if you can't find your disc (or just want a newer version) you can get it from http://developer.apple.com/technology/xcode.html, but you need to create a free account.

  • Editor with specific feature?

    I'm looking for an editor that shows classes along with their members and methods in a tree view, so I can just click on a method to view it. Is there anything like that available for Linux?

    JEdit http://www.jedit.org with the jBrowse plugin will do that, and it's opensource.

  • Cfgrid with some features

    hi all, I have cfgrid which displays 9 coloumns... first column will have checkboxes if the record is not acknowledge..if acknowledge just the time stamp from db... if check box is clicked, it will call another page(the page is already there)
    Other columns will have statndard data from db...except one column will have four values of db on a new line...(video - 130 <br>digital -200<br>...) And lastly, the last column will have a tooltip which is a result of db column.
    Any example appreciated..

    Well just a reminder... there is no such thing as a "Flash" web site. Only HTML, PHP, ASP, etc sites that happen to have some Flash content.
    Also attempting to incorporate WP into a so called "Flash" site would be a HUGE undertaking.
    However, incorporating some Flash into a WP (PHP) web site would be much more managable and realistic.
    Have you ever installed and used WP before?
    Many web hosting services will provide free installation... so contact your host and see what they offer.
    One option is to install WP in a subfolder, with your main Flash content on the index page and then style (using CSS) the WP pages to more or less match the color and appearance of the index page. This method is sometime referred to as "Integrating" WP into an existing site:
    http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
    Another option is the entire site is built around WP and you incorporate some Flash content into the pages, all the while retaining the capabilities of WP.
    Any type of content can be added to WP, it just provides the container boxes to display the content and at the same time allow the visitors to interact/post comments, etc, which could not be done with Flash alone. It requires some server side scripting and well as a database.
    Best wishes,
    Adnijastrator

  • Problem with some features after changing memory c...

    My N2690 cannot work with 2GB. Right now most of the functions like; Ovi, Life tools, Web browser is refusing to open.
    Community Manager note: this post has been removed from an unrelated thread and the subject line changed to reflect the nature of the question.

    Problem Solved! 
    I discovered how to locate earlier versions - I my case had to go back 3 versions of HotKey fix. For my laptop, T60 2007-49U, the latest version is 3.86.0000 - I found that 3.84.2000 restored both audio & brightness levels on screen display.
    One point though, my previous display was a series of green bars - the new display is a black bar with white characters... no real problem - at least the On Screen Display is back! 
    Thanks for your help in suggesting I try previous versions.

Maybe you are looking for