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.
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.
What's a simple way of downloading and installing LIVES video editing software on Ubuntu 11.04? I just simply can't understand the technical stuff on the website about pps and all that. Is there a simple apt-get install script or something similar?
I'm trying to install Python and a LaTeX editor and can't really get either to work out. For texlive, I used 'sudo apt-get texlive-full', which didn't generate any errors, but I now can't seem to open the application. For Python, I used 'sudo apt-get update sudo apt-get install python2.6' which generated the error "Unable to lock directory /var/cache/apt/archives." I tried to remove a lock file that I read about on another post and open up SPM, but the error persisted.
I don't know nothing about programming and not much about linux os. I have now Fedora 12 and Gnome. I have 3 websites to maintain: ( Finnish Pikavippi sites )
pikavippi vippi pikalainat
I'd like to have a good editor, can you recomend any ? Suitable to Gnome? Need to code PHP and HTML
I have been installing and uninstalling stuff about mouse properties and xorg.conf mouse section... and now I have several "extra" keys in gconf, exactly these:
i am trying to install nedit editor on my account on a web hosting server. I have downloaded the nedit tar file from Index of /ftp/v5_5/executables and ran the command tar -zcvf nedit-5.5-Linux-x86.tar. The files have been unzipped successfully. In the README file it is asking for to do a make to complete the installation.
From this point on i am lost and not sure i to do the rest. I know that i need to do a make, but running just make requires a target. I am not sure what should be my target to finish the installation of nedit. Here is a list of files as a result of un-tarring my tar file:
I'm running Linux lnx3-228 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux red hat linux.
When I try to install ctags for vim editor, it gives me the following error. error while loading shared libraries: libldap.so.2: cannot open shared object file: No such file or directory
When I look into the /usr/lib folder, the file is naturally missing. I have this file.
When I tried to rename the soft link to libldap.so.2 it gave me a segmentation fault.
In the last attempt I did, sdb,sdc and sdd all had the correct ordering of partitions, but sda looked like above, which means I would need to assemble by boot array partition array as /dev/md0 = /dev/sda3, /dev/sdb1, dev/sdc1, dev/sdd1
Why is the partition numbering moving around as I create them?
i have installed bless hex editor on my fedora 14 laptop.However when i open it ,it shows "mono-core wants to install a font language code not matched: utf-8" i am not able to use bless hex editor properly.
I need to edit a 720p MKV video. and pitivi and openshot seem to crash on me every now and then. In your opinion what is the best video editor for ubuntu.
i have ubuntu installed and vi version==version 7.2.79 but when i trying to use commands in vi most of them are not working. i am refering :[URL]..to execute command in vi.
I would like to run 'gconf-editor' in UNR 10.10.However, I cannot open the 'Run' dialogue box, and so I am unable to do it in the usual way.Is there another way of running gconf-editor?
I'm starting to get familiar with Quanta Plus (QP) on my Ubuntu 8.04 desktop. I created a file in Dreamweaver (DW) atop the Windows OS. Now I've opened it on QP running atop Ubuntu. But in VPL mode, I only see a blank page. Nothing has been changed.
Is there any grub editors out there now? I tried to search synaptic and that new stupid software thing ubuntu just got, but I can't find a grub editor anywhere. FInding a grub editor used to be easy, but now it's damn hard to find ubuntu software.
I am using Ubuntu 10.04 through VMware Fusion. Works great. What I would like to do is add the Configuration editor to my Applications menu and I would also like to be able to edit and modify the Applications menu. How can I do this?I tried alt-F2 to launch the editor but it didn't work. What can I do?
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.