Can you give an example of say a few lines in mixed order, and how you would want them to be sorted? Pluma and command line sort both sort these lines like this: abc -abd def .deg ghi ,ghk An ASCII sort would sort them like this: ,ghk -abd .deg abc def ghi "," < "-" < ".&qu...
I need to do a sort of a text file which is a straight column-by-column ascii-value sort. The problem I'm having is that both sort in Plume and sort on the command line do some truly bizarre things that don't remotely resemble ASCII code order. This is the behavoir I'm used to with editors under Win...
Thanks. Both Kate and Geany appear to be a lot heavier than what I'm looking for. They are IDEs rather than plain text editors, and come with a lot baggage like code folding and syntax highlighting. I already have all that in code::blocks, and there's no need to duplicate that functionality. I'm loo...
Is there an editor like pluma that lets me use regular expressions in search and replace. I'm used to using notetab light under Windows. It's a freeware editor that has regex search and I use that a lot . I'd really love to find something similar under Linux. I like pluma just fine for the types of ...
Linux newbie (sort of. I played with it briefly a year or two ago.) I want to completely disable the touchpad on my laptop, since I use a usb mouse. The only options on the mouse preferences (Mate) "Touchpad" tab are "Disable touchpad while typing " and "Disable" under ...
Can you describe the problem in more detail? What browser are you using? Are you using any add-ons for the browser in question? Are you able to watch video at any other commonly used video websites? Can you play video on YouTube? The only problem is that the Netflix web site tells me I don't have t...
That was an unpleasant surprise. Is there a way around this, or do I need to boot in Windows to watch Netflix? I kept my system as a dual boot, but after almost a week in Linux I was beginning to think I wouldn't have to ever go back to Windows. In fact I was hoping to get rid of Windows entirely in...
There are a lot of options on linux for text editors. You could also try something like genie. Sublime Text has become my personal favorite and is available on linux. This is the case for a lot of applications. Don't be afraid to ask if your looking for something particular. Thank you. I am using C...
I first installed Mint just a few days ago. This is my first exposure to Linux of any kind. I just installed bluefish and when I launch it in the terminal I get this: error reading list 1 Error opening file: No such file or directory ** (bluefish:4609): WARNING **: no configfile rcfile-2.0, try to c...
The Bluefish editor has the behavior you are looking for (under Advanced Search) Install it with this command in a terminal - sudo apt-get install bluefish Thanks. I installed that and tried it out. It first crashed, then froze, then spit out lots of error messages, but finally worked. It looks lik...
Welcome to Mint, and welcome to the forum ! As a programmer, you might be able to contribute to the development of the Mint OS ! https://github.com/linuxmint http://forums.linuxmint.com/viewtopic.php?f=42&t=163781 http://forums.linuxmint.com/viewtopic.php?f=148&t=149856 I should probably le...
I installed Mint just a few days ago. (This is my first exposure to Linux) This morning I noticed an icon on the try that told me updates were vailable, so I clicked it and installed the updates. Later in the day I decided to move some of my old Windows C++ source files over from the Windows drives ...
Hi everyone. I'm a retired programmer with 50+ years programming* and two days ago was the first time I ever looked at Linux. It was love at first sight, so I consider myself as having successfully escaped from Redmond. In fact, I think I can feel my brain growing bigger since I left Windows behind....
I had a similar problem on my Samsung RV511 laptop. Whenever I put my hands on the keyboard my wrist rests on the touchpad and the cursor was jumping all over the place. Since I have a USB mouse I don't want the touchpad anyway. Fn+F10 turned the touchpad off for me, in case anyone else has a simila...
I'm an experienced C/C++ programmer from the Windows realm wading into Linux for he first time. Using Code::Blocks 12.11 I try to lauch the debugger and get the message Can't Launch Console (xterm ... etc) So trying out my beginner knowledge of Linux I navigate to /usr/bin and find no xterm. Referin...