Ubuntu :: C++ IDE And/or Text Editor With Split Screen?

Oct 16, 2010

I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code.

[URL]

I have tried geany which chokes VERY badly when trying to compile multiple files. I have tried kate which doesn't have a compiler.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Text Editor Column Editor And Regex Search/replace, Incrementing Number Insert?

Jul 25, 2011

On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.

View 1 Replies View Related

Ubuntu :: Split - View Html Editor?

Jul 21, 2010

What's a good split-view html/css editor for ubuntu? I'd like the option to have both design and code view simultaneously, much like Dreamweaver.

View 1 Replies View Related

Ubuntu :: Text Editor To Preserve Indentations On Wrapped Text?

Mar 21, 2010

I'm looking for a light-weight text editor for general-purpose composition that can preserve indentations on wrapped lines.

View 3 Replies View Related

Ubuntu :: Text Editor That Will Let Color Or Highlight Text On Demand?

May 11, 2010

Is there a simple text editor for Linux that will let you color or highlight text on demand? Something like gedit or leafpad with color? I know I can probably do this with vi or emacs, but I'm looking for something simple, need not be feature rich.

View 4 Replies View Related

General :: All Text In Text Editor Turned To Boxes?

Jul 17, 2009

I was trying to install GTK+-2.8.20, so I installed it's necessary dependencies in this order:

pkg-config-0.23
glib-2.20.4
pango-1.24.4
jpeg library
tiff library
cairo

And I was about to install the last dependency: ATK (Accessability Toolkit).I opened the Archive Manager to extract the "atk-1.26.0.tar.gz" file (yes, I'm still switching from Windows so I'm fond of GUI), but I noticed all the text in that window was boxes, like the □ type box for every letter of text.So instead I thought it wouldn't be a big deal, because the terminal and regular windows weren't screwed up.I opened a text file in gedit (reference to commands in terminal, such as how to extract files via terminal), but yet again all of the text was □-like boxes.

View 2 Replies View Related

Programming :: Bash: Split A Text File Into An Array?

Sep 18, 2010

I have a file (called twitterstatus.tmp) that looks like this:

Code:

<status>
<id>24854489768</id>
<text>Are we gonna ride the sun home?</text>
<id>55266987</id>

[code].....

How could I feed this into an array, with each element containing everything between the <status> </status> tags?

View 9 Replies View Related

Programming :: Split / Break Up Large Text File

Feb 18, 2011

I have a large text file with three columns. I'm trying to write a PERL script that splits the file up based on the value of the 3rd column. So every time the third column reads 0, a new file is created and all the data up until the next 0 is found is written to that new file. This should happen over and over until the initial file has been entirely split up.

ex data:
000
2024
2243
2143
96962871
97972878
000
2034
3034
3352

So with the data above, the file would be split into two files:
data_1.txt would contain
000
2024
2243
2143
96962871
97972878

and data_2.txt would contain
230
2034
3034
3352

View 10 Replies View Related

Software :: Scripting Screen Command To Start A Split Screen By Default?

May 27, 2010

I'm trying to use the screen command to start a split screen by default.

I know once I am an in `screen`, I can type C-a S to get a split screen. But is there a way to specify this as an argument to the `screen` command so it starts automatically with a split screen?

View 2 Replies View Related

Ubuntu :: Best C++ Compiler - Text Editor

Mar 1, 2010

Is there anything like Visual C++ on linux? Or just a text editor and a seperator compiler?

What's the best C++ Compiler, and best Text Editor with C++ syntax highlighting.

View 9 Replies View Related

Ubuntu :: Using The Notepad++ For Text Editor?

May 3, 2010

I would like to use notepad++ for my text editor. Is there away to get this only my Ubuntu 10.04 Netbook?

View 5 Replies View Related

Ubuntu :: Looking For Specific Text Editor

Jul 20, 2010

You know how nano, vi, vim, etc... all use the entire screen when they are started? I am wondering if it is possible to get a text editor (or modifying an existing one) that doesn't take the entire terminal. The reason for this is that I to look at the output of a different command, then modify a different file while looking at the output. I want to be able to do this very fast, and it would be great if there was some way I could this all in one shell instead of creating two terminals and resizing or flipping between them. I realize the ideal solution would be a second monitor, but I can't get that right now.

View 6 Replies View Related

Ubuntu :: PDF Searchable Text Editor?

Feb 25, 2011

I recently scanned in a whole bunch of hand written notes and compiled them in a few pdf documents. I was just wondering if there was some way to edit the underlying searchable data, so that I may be able to give keywords to pdf pages (i.e. I have a page of notes that is dealing with energy conservation, so I could under the image data write "energyconservation, problem 2.3") and jump to that page.

View 2 Replies View Related

Ubuntu :: Using Kate Text Editor

Aug 4, 2011

I would like to start using kate to write c++ programs but kate i am not sure how to go about actually running the code. Right now i just have a simple Hello World script. How would i now run this and see an output on the konsole?

View 2 Replies View Related

General :: CLI RTF Text Editor?

Jan 14, 2011

I am really trying to find a cli/console text editor that can open/edit RTF text files? I know they them for Dindows, but what about Linux?

View 1 Replies View Related

Software :: Best (non) GUI Text Editor

Jan 2, 2010

I wanted to know what is the best (non) GUI text editor for Linux.I know there are emcas, vi(m), pico, nano, ted, ed, and so others.But I can't learn working with all of them.Which one is the best for non professional for standard text editing and a little programming?

View 7 Replies View Related

Ubuntu :: Wont Save In Text Editor?

Jan 9, 2010

I try to name a file in the editor with this and nothing happens...(creating a conky_start.sh file under home directory and add it to start up)$cd && touch conky_start.sh && chmod +x conky_start.sh && gedit conky_start.shAnd add these lines to that file and save it :

#!/bin/bash
sleep 30 &&
exec conky -d -c ~/.conkyrc &

[code]....

View 2 Replies View Related

Ubuntu :: Text Editor With End-of-line Options

Jan 10, 2010

I'm an Ubuntu newbie and I'm looking for a text editor that has options for DOS-like or Unix-like end of line characters. I'm used to working with Notepad++ for windows that has an option for Unix/Mac/DOS end-of-line characters.It would be great if I could find a text editor for Ubuntu that has this built in or as a plugin instead of running the file through a converter.

View 3 Replies View Related

Ubuntu :: Change The Default Text Editor?

Jun 4, 2010

I'm using Thunar, and I would like to know how to change the default text editor. It's set to emacs (due to a weird install), and I'd like it set to gedit globally.

View 3 Replies View Related

Ubuntu :: Screem Text Editor How To Install?

Jul 3, 2010

I have just downloaded the Screem text editor source from their website.I tried to aptitude it first, but it wasn't available in the repos. So I thought maybe building from the script would be the solution. The problem is, this package doesn't build with the usual configure, make and make install commands.Well ./configure works. It checks the system and dependencies.

View 7 Replies View Related

Ubuntu :: Setting Vim As Default Text Editor?

Jul 13, 2010

I'd like to set Vim as my default text editor (so it opens when I click a file). How can I do this?

View 9 Replies View Related

Ubuntu :: Text Editor With Column Mode?

Sep 23, 2010

text editor that has column mode capabilities like UltraEdit?

View 5 Replies View Related

Ubuntu :: Text Editor Launcher Icon?

May 19, 2011

Ubuntu 11.04.Dragging the Text Editor launcher into the Unity dock will create a blank space with a blank label which launches Text Editor. How can I choose an icon for it?Also, how can I make it so middle clicking on the icon (or other ways of opening multiple instances) will open more instances of Text Editor instead of doing exactly nothing (does nothing if Text Editor is already open, otherwise it opens "Untitled Document 1")?it doesn't "launch text editor" per se. instead it opens "Untitled Document 1". maybe this is why you can't middle click it to open multiple instances?

View 9 Replies View Related

Ubuntu :: Default Text Editor In Gnome?

Jul 29, 2011

when I want to open a document without an extension (e.g. README),and I double click it, it opens by default with kile.How can I change this?

View 2 Replies View Related

Ubuntu :: How To Save Cron Job In Nano Text Editor

Jan 17, 2010

I've looked at tutorials but can't find out how to save a cron job in nano text editor.

I open crontab with

Quote:

crontab -e

The cron job I want to save is

Quote:

wget --output-document=dwr_$(date +\%Y\%m\%d\%H\%M).gif http://imd.gov.in/section/dwr/img/caz_chn.gif

So now I've got this in nano text editor

Quote:

# m h dom mon dow command
wget --output-document=dwr_$(date +\%Y\%m\%d\%H\%M).gif http://imd.gov.in/section/dwr/img/caz_chn.gif

What exactly do I do now to save the cron job? File doesn't have a Save As option,;just Open Terminal, Open Tab and New Profile.

View 9 Replies View Related

Ubuntu :: Simple Small Text Editor 3 Features

Mar 7, 2010

I am looking for an editor to fill a specific request for a mostly non-computer person. He uses a computer to write manuals and other books for classes he teaches. He has come to ubuntu so he can more easily access updates, gimp, etc. than he felt he could in Windows.

1) I need a text editor that can be kept open without bogging things down, or can be loaded fast enough to make him think it is "TSR" (made usable in either case by a keypress on his MS internet antique keyboard)

2) Spell check as you type with editable dictionary (he can add words that will no longer show as incorrect). Ability to select spelling suggestions easily (left click a misspelled word is his current method).

3) Ability to highlight words that most of us would call syntax highlighting but for words having NOTHING to do with a programming language etc. I would call it ability to edit the keyword file(s) to make his own languages to be highlighted.

Already rejected:
* anything with millions of complex keys to @#%$^%#$ remember that don't make sense
* gedit
* geany
* kate
* openoffice
* treeline (though he does use it for other things)
* tomboy (the cuss words there are an art form)
* anything emacs/vi or similar (see #1 reject reason at top)
* some gtk-nano clone he has no idea where he found

View 9 Replies View Related

Ubuntu :: Using Text Editor As Preffered Application For Scripts ?

Dec 7, 2010

I have some assorted shell scripts and PERL scripts that I sometimes need to edit. When I right click on them within Nautilus, it offers to open them in Notepad. I can select Text Editor and put a tick in the box to 'remember this application', but it doesn't remember and next time I have Notepad again. It's a pain to have to navigate to Text Editor every time I need to open one of these files. Is there any way to make it stick?

View 7 Replies View Related

Ubuntu :: More Direct Text Editor Replacement For Gedit

Jul 23, 2011

I use a text editor mostly for opening up and editing ascii text files that are used by the programs I write. For example, manually editing comma separated value data files.

I've been using Gedit for this, and it's been very frustrating because I started noticing new-line characters (hex 0A) were creeping into my CSV ascii data. It turns out that Gedit has an undocumented "feature" where it silently introduces a new line character at the end of any file you edit, and there is no way to turn this feature off! See this bug report. I installed GVim, and a quick test shows that GVim does the same thing.

I would like a recommendation for a more straightforward text editor, which:

1) Doesn't add extra bytes to the file (or if it does, this behavior can be turned off).
2) Allows you to force ASCII when opening a file (sometimes Gedit will make an incorrect assumption about encoding because of a stray non-printable character)

More advanced features would be nice, like regular expressions for search and replace, but I need this basic functionality first.

View 3 Replies View Related

Ubuntu :: Open Text Editor In Multiple Windows?

Sep 1, 2011

I sometimes have two similar files that one works and one doesn't. I would like to compare the differences. But TEXT EDITOR opens two files in two tabs making it impossible to compare the data side by side.

Is there a way to make Text editor open a separate window for each file? Browsers usually have such an option to choose multiple windows or tabs but I can't find away to do this with Text editor.

View 5 Replies View Related

Debian :: Where To Get Beaver Text Editor?

May 24, 2010

I was experimenting with distros the other day, and came came across Slitaz. Anyway, I noticed it had a really nice and lightweight text editor called Beaver. It had basic functions like syntax highlighting, and seemed to run on the lightest bit of ram.I wanted to install it for Debian. Anyway, I can't seem to find a .deb package for this application, nor apt-get install it. How would I go about getting this editor?

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved