Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. So anyway, Linux IDEs...

So anyway, Linux IDEs...

Scheduled Pinned Locked Moved The Lounge
linuxquestion
47 Posts 20 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    ..there's more reasons; for one, it's a great platform for Windows-developers. I kid thee not; it makes one re-think a bit more than just the UI. Small example; Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullshit; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows. I think we'll see more environments in the future where you find different Operating Systems, partly due to that economic fact and the current state of affairs. 50 bucks might not sound like much, but once you're talking about an entire department.. (and think of all the people you'd make happy if you were to announce the company will *not* upgrade to Windows 8 with a touchscreen!*) *) then tell them to sudo their work, and run like Hell

    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

    J Offline
    J Offline
    J Dunlap
    wrote on last edited by
    #16

    Eddy Vluggen wrote:

    Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullsh*t; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows.

    That's what Chocolatey is good for :-) Doesn't work for everything, and you are left with adding product keys to "buyware" apps, but it sure takes a lot of the pain out of package management. The simplest script to install a bunch of packages would look something like this [Powershell - I don't use cmd anymore]:

    //or load a list from a text, CSV or JSON file or whatever you wish
    $apps = @("git", "SublimeText2", "GoogleChrome", "thunderbird", "skype", "VisualStudio2012Professional", "WHATEVER" )
    $apps | %{ cinst $_ }

    If you use Windows, use it to its fullest! EDIT: :doh: "Well, there's already two applications that provide such a service under Windows." - I should read fully before I reply. Well, leave this as an example of what you were saying.

    L 1 Reply Last reply
    0
    • L Lost User

      I ended up with Codelite. Its OK, after realising you have to install a load of stuff to make it work, 6 sub packages and plugins.... Why isnt this made obvious at the start? COme on guys, of you want Linux to work for an idiot end user you need to sort this out.

      V Offline
      V Offline
      Vikram A Punathambekar
      wrote on last edited by
      #17

      I try Ubuntu on a pen drive every time a new version comes out. I was never able to use it beyond a few days. Seriously, I can't play my MP3s without having to install extra stuff? It's even more unlikely now that I will go back to Ubuntu. I used to have a DSL connection at my previous apartment and just plugging in the cable was enough to get Ubuntu online. I don't have DSL at my new place (get lost, Airtel :mad: ) and my MTS data card doesn't work with anything other than Windows.

      Cheers, विक्रम "We have already been through this, I am not going to repeat myself." - fat_boy, in a global warming thread :doh:

      L 1 Reply Last reply
      0
      • L Lost User

        Yeah, for the corporates and home end users Linux just isnt going to fly. Its a good tecchie OS though, and good for bespoke embedded stuff.

        J Offline
        J Offline
        Jan Steyn
        wrote on last edited by
        #18

        Big corporates could actually more easily utilise it to save money, as it would be cost effective to have administrators that can customise and standardize the internal Linux. One corporate I know of have a network boot Linux distro and any change to the end users can be rolled out in a matter of minutes and a rollback of that is also quite easy, as compared to Windows and yeah I know with an centralized update server the same could potentially be achieved with Windows...

        L 1 Reply Last reply
        0
        • L Lost User

          ..there's more reasons; for one, it's a great platform for Windows-developers. I kid thee not; it makes one re-think a bit more than just the UI. Small example; Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullshit; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows. I think we'll see more environments in the future where you find different Operating Systems, partly due to that economic fact and the current state of affairs. 50 bucks might not sound like much, but once you're talking about an entire department.. (and think of all the people you'd make happy if you were to announce the company will *not* upgrade to Windows 8 with a touchscreen!*) *) then tell them to sudo their work, and run like Hell

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

          J Offline
          J Offline
          Jan Steyn
          wrote on last edited by
          #19

          yum sounds better ;P

          1 Reply Last reply
          0
          • C Cristian Amarie

            Yep. To the point where you have to configure again and again, almost never in the same way. Loads of good documentation? I agree that MSDN is not anymore what it used to be (lately improving, though), but Linux docs I've saw are HTML versions of man . Very scarce samples and not anyways compiling... It can be better than that.

            Nuclear launch detected

            L Offline
            L Offline
            loctrice
            wrote on last edited by
            #20

            Cristian Amarie wrote:

            have to configure again and again, almost never in the same way.

            Have to configure each piece of software you get [if you don't prefer the defaults], and the options/configs/settings get pretty regular so it's pretty to get the hang of.

            Cristian Amarie wrote:

            but Linux docs I've saw are HTML versions of man

            You should always click more than one link when you do a google search. Lots of things will start getting a lot better if you do.

            If it moves, compile it

            C 1 Reply Last reply
            0
            • N Nish Nishant

              For those who are not into the OS for its "freedom", it's usually about saving 50 bucks on OS costs and spending 100+ hours across a couple of years in maintenance and just getting it to work.

              Regards, Nish


              My technology blog: voidnish.wordpress.com

              L Offline
              L Offline
              loctrice
              wrote on last edited by
              #21

              Nish Sivakumar wrote:

              For those who are not into the OS for its "freedom",

              Just need to accent that first part.

              Nish Sivakumar wrote:

              it's usually about saving 50 bucks on OS costs

              It's usually about $200 if you don't go with an OEM copy isn't it? Up until I got past the introductory period of my programming career, that was still to much money. I used all the open source software that I could anyway, made sense to use the OS that it was built for. Lots of the free stuff people enjoy was made for Linux to begin with, then ported to windows.

              If it moves, compile it

              1 Reply Last reply
              0
              • L Lost User

                ..there's more reasons; for one, it's a great platform for Windows-developers. I kid thee not; it makes one re-think a bit more than just the UI. Small example; Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullshit; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows. I think we'll see more environments in the future where you find different Operating Systems, partly due to that economic fact and the current state of affairs. 50 bucks might not sound like much, but once you're talking about an entire department.. (and think of all the people you'd make happy if you were to announce the company will *not* upgrade to Windows 8 with a touchscreen!*) *) then tell them to sudo their work, and run like Hell

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

                L Offline
                L Offline
                loctrice
                wrote on last edited by
                #22

                windows 8 app store.... it's like getting all your software/updates from one place. Probably gots ome kind of standard on software that goes in it. Like a package manager... Cool idea.

                If it moves, compile it

                1 Reply Last reply
                0
                • V Vikram A Punathambekar

                  I try Ubuntu on a pen drive every time a new version comes out. I was never able to use it beyond a few days. Seriously, I can't play my MP3s without having to install extra stuff? It's even more unlikely now that I will go back to Ubuntu. I used to have a DSL connection at my previous apartment and just plugging in the cable was enough to get Ubuntu online. I don't have DSL at my new place (get lost, Airtel :mad: ) and my MTS data card doesn't work with anything other than Windows.

                  Cheers, विक्रम "We have already been through this, I am not going to repeat myself." - fat_boy, in a global warming thread :doh:

                  L Offline
                  L Offline
                  loctrice
                  wrote on last edited by
                  #23

                  I think that some of us appreciate not having things like this installed by default. Most of the audio programs/software you will get to play music will support mp3 [though some of them the codecs for it are separate due to licensing issues]. Get vlc player?

                  If it moves, compile it

                  V 1 Reply Last reply
                  0
                  • L loctrice

                    Cristian Amarie wrote:

                    have to configure again and again, almost never in the same way.

                    Have to configure each piece of software you get [if you don't prefer the defaults], and the options/configs/settings get pretty regular so it's pretty to get the hang of.

                    Cristian Amarie wrote:

                    but Linux docs I've saw are HTML versions of man

                    You should always click more than one link when you do a google search. Lots of things will start getting a lot better if you do.

                    If it moves, compile it

                    C Offline
                    C Offline
                    Cristian Amarie
                    wrote on last edited by
                    #24

                    What's pretty? To scour the file system for options/configs/settings? Let me make this clear: I don't care WHERE are the settings; this is the software's business, not mine. I want to *change* settings, not figure out where the file is. I want to add a new update location, not to ls -l the hell out the disk for sources.lst; I want to do sudo apt-get install, not to figure out why after installing debian on my netbook no valid deb sources were present. (That's from a 4 hours ago semi failed debian install - one hour later Mint 12 was downloaded/installed immediately. Go figure.) Thanks for the "click more than one link" hint - I suppose you think I'm dumb, lazy, or both. However, I am considering myself an educated person, with a good sense of what A element click() does.

                    Nuclear launch detected

                    L F 2 Replies Last reply
                    0
                    • C Cristian Amarie

                      What's pretty? To scour the file system for options/configs/settings? Let me make this clear: I don't care WHERE are the settings; this is the software's business, not mine. I want to *change* settings, not figure out where the file is. I want to add a new update location, not to ls -l the hell out the disk for sources.lst; I want to do sudo apt-get install, not to figure out why after installing debian on my netbook no valid deb sources were present. (That's from a 4 hours ago semi failed debian install - one hour later Mint 12 was downloaded/installed immediately. Go figure.) Thanks for the "click more than one link" hint - I suppose you think I'm dumb, lazy, or both. However, I am considering myself an educated person, with a good sense of what A element click() does.

                      Nuclear launch detected

                      L Offline
                      L Offline
                      loctrice
                      wrote on last edited by
                      #25

                      Cristian Amarie wrote:

                      What's pretty? To scour the file system for options/configs/settings?
                      Let me make this clear: I don't care WHERE are the settings; this is the software's business, not mine.

                      might be a language barrier. Making changes to preferences is what my statement was about. And the fact that they are all similar, so it's not like a new challenge every time.

                      Cristian Amarie wrote:

                      I don't care WHERE are the settings; this is the software's business, not mine.

                      Then use the GUI to change them.

                      Cristian Amarie wrote:

                      I want to *change* settings, not figure out where the file is.

                      Settings and configuration files are in the same place all the time. It's a file system standard.

                      Cristian Amarie wrote:

                      I want to do sudo apt-get install, not to figure out why after installing debian on my netbook no valid deb sources were present.

                      I thought you were talking about changing preferences, configurations, or settings. Handling dependancies for apt is another thing entirely.

                      Cristian Amarie wrote:

                      That's from a 4 hours ago semi failed debian install - one hour later Mint 12 was downloaded/installed immediately. Go figure.)

                      I don't even know what to say. It sounds like you need Mint, not debian. This is not the software's fault. Mint and Ubuntu are made for a more "windowsy" experience. I'm happy you got Mint installed.

                      Cristian Amarie wrote:

                      Thanks for the "click more than one link" hint - I suppose you think I'm dumb, lazy, or both. However, I am considering myself an educated person, with a good sense of what A element click() does.

                      I was just saying that you didn't search very hard. Each distro has a website with forums, and all the workings are very well documented in easy to read ways. I have only seen a couple of HTML versions of the man page when searching.

                      If it moves, compile it

                      1 Reply Last reply
                      0
                      • J J Dunlap

                        Eddy Vluggen wrote:

                        Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullsh*t; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows.

                        That's what Chocolatey is good for :-) Doesn't work for everything, and you are left with adding product keys to "buyware" apps, but it sure takes a lot of the pain out of package management. The simplest script to install a bunch of packages would look something like this [Powershell - I don't use cmd anymore]:

                        //or load a list from a text, CSV or JSON file or whatever you wish
                        $apps = @("git", "SublimeText2", "GoogleChrome", "thunderbird", "skype", "VisualStudio2012Professional", "WHATEVER" )
                        $apps | %{ cinst $_ }

                        If you use Windows, use it to its fullest! EDIT: :doh: "Well, there's already two applications that provide such a service under Windows." - I should read fully before I reply. Well, leave this as an example of what you were saying.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #26

                        The other is called "wget". I love it when software simply works as advertised.

                        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

                        1 Reply Last reply
                        0
                        • L Lost User

                          I ended up with Codelite. Its OK, after realising you have to install a load of stuff to make it work, 6 sub packages and plugins.... Why isnt this made obvious at the start? COme on guys, of you want Linux to work for an idiot end user you need to sort this out.

                          B Offline
                          B Offline
                          Behzad Sedighzadeh
                          wrote on last edited by
                          #27

                          Eclipse! Though Document Integration for C was bad at the time i was coding with it.

                          Behzad

                          1 Reply Last reply
                          0
                          • L Lost User

                            I ended up with Codelite. Its OK, after realising you have to install a load of stuff to make it work, 6 sub packages and plugins.... Why isnt this made obvious at the start? COme on guys, of you want Linux to work for an idiot end user you need to sort this out.

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #28

                            I've been using VIM for a few years, but now hands down for SlickEdit. I fall in love from the very first try. It lets you code in more than 40 programming languages giving good support for autocompletion, refactoring, code navigation, truly awesome multi-head utilization and ability to smoothly handle multi-million line codebases.

                            1 Reply Last reply
                            0
                            • J Jan Steyn

                              Big corporates could actually more easily utilise it to save money, as it would be cost effective to have administrators that can customise and standardize the internal Linux. One corporate I know of have a network boot Linux distro and any change to the end users can be rolled out in a matter of minutes and a rollback of that is also quite easy, as compared to Windows and yeah I know with an centralized update server the same could potentially be achieved with Windows...

                              L Offline
                              L Offline
                              lemur
                              wrote on last edited by
                              #29

                              Got to disagree here, or at least point out that its not as clear-cut as you're suggesting. Even if the techs in a big corporate are developing *for* linux, the rest of the company are going to be using windows and some corporate type is not going to want to put up with linux office tools and the rest, especially if they're not technical themselves. There's a good chance they've not even heard of linux either. Then you've got the fact that the IT department that's been hired is trained and experienced in windows admin, the infrastructure is already in place for SMS management and the like. Inertia is a big problem. Kev

                              1 Reply Last reply
                              0
                              • L loctrice

                                I think that some of us appreciate not having things like this installed by default. Most of the audio programs/software you will get to play music will support mp3 [though some of them the codecs for it are separate due to licensing issues]. Get vlc player?

                                If it moves, compile it

                                V Offline
                                V Offline
                                Vikram A Punathambekar
                                wrote on last edited by
                                #30

                                Some people appreciate not having MP3 support by default? :confused:

                                loctrice wrote:

                                Get vlc player?

                                Yep, that's what I usually end up doing - but I don't like it that there's no out-of-the-box support for MP3 playback. Linux had a super chance to eat into the desktop market when MS released Vista but bungled it. Maybe they're getting a second chance with Windows 8? ;)

                                Cheers, विक्रम "We have already been through this, I am not going to repeat myself." - fat_boy, in a global warming thread :doh:

                                L F 2 Replies Last reply
                                0
                                • L Lost User

                                  I ended up with Codelite. Its OK, after realising you have to install a load of stuff to make it work, 6 sub packages and plugins.... Why isnt this made obvious at the start? COme on guys, of you want Linux to work for an idiot end user you need to sort this out.

                                  G Offline
                                  G Offline
                                  Gary Wheeler
                                  wrote on last edited by
                                  #31

                                  The only Linux IDE I've used is Qt Creator (http://qt.digia.com/[^]). It seemed to work fairly well 'out of the box'. You do need to understand the underlying tool chain (at least that there is one) and some of its requirements. If you are using it for cross-platform development as I was, you need to recognize differences there as well. The Linux and Windows versions did not cooperate well using each other's project files.

                                  Software Zen: delete this;

                                  1 Reply Last reply
                                  0
                                  • V Vikram A Punathambekar

                                    Some people appreciate not having MP3 support by default? :confused:

                                    loctrice wrote:

                                    Get vlc player?

                                    Yep, that's what I usually end up doing - but I don't like it that there's no out-of-the-box support for MP3 playback. Linux had a super chance to eat into the desktop market when MS released Vista but bungled it. Maybe they're getting a second chance with Windows 8? ;)

                                    Cheers, विक्रम "We have already been through this, I am not going to repeat myself." - fat_boy, in a global warming thread :doh:

                                    L Offline
                                    L Offline
                                    loctrice
                                    wrote on last edited by
                                    #32

                                    Vikram A Punathambekar wrote:

                                    Some people appreciate not having MP3 support by default?

                                    People still use that trash lossy format? And yes, people appreciate not having things pre-packed , especially when there are licensing issues. It is not that hard to get support for mp3's with your given media player.

                                    If it moves, compile it

                                    1 Reply Last reply
                                    0
                                    • L Lost User

                                      I ended up with Codelite. Its OK, after realising you have to install a load of stuff to make it work, 6 sub packages and plugins.... Why isnt this made obvious at the start? COme on guys, of you want Linux to work for an idiot end user you need to sort this out.

                                      S Offline
                                      S Offline
                                      stephen hazel
                                      wrote on last edited by
                                      #33

                                      Linux... Hmmm... Not ringin any bells... OH! You probably meant Android didn't you. Yeah, I use Eclipse like everyone else. It's not pretty, but it's passable. I can deal with it. I just can't wait till Android really takes off and we see hardware manufacturers writing drivers for it. Then we can finally let Windows rot. Mac having died a long time ago - two years after Jobs. Ok, sorry. I'm just dreamin. Just been getting frustrated with microsoft doing NOTHIN. And Apple going ballistic locking everything down to the floor. Wow. I need another cup of coffee... :wtf:

                                      1 Reply Last reply
                                      0
                                      • C Cristian Amarie

                                        What's pretty? To scour the file system for options/configs/settings? Let me make this clear: I don't care WHERE are the settings; this is the software's business, not mine. I want to *change* settings, not figure out where the file is. I want to add a new update location, not to ls -l the hell out the disk for sources.lst; I want to do sudo apt-get install, not to figure out why after installing debian on my netbook no valid deb sources were present. (That's from a 4 hours ago semi failed debian install - one hour later Mint 12 was downloaded/installed immediately. Go figure.) Thanks for the "click more than one link" hint - I suppose you think I'm dumb, lazy, or both. However, I am considering myself an educated person, with a good sense of what A element click() does.

                                        Nuclear launch detected

                                        F Offline
                                        F Offline
                                        Florin Jurcovici
                                        wrote on last edited by
                                        #34

                                        You obviously never heard of find, locate, grep, whereis etc. nor of the Linux standards base, which, among others, also contains a filesystem standard . Your ignorance doesn't make Linux bad for development. You also can't expect to properly use a system without knowing how it is supposed to be used.

                                        G C 2 Replies Last reply
                                        0
                                        • N Nish Nishant

                                          For those who are not into the OS for its "freedom", it's usually about saving 50 bucks on OS costs and spending 100+ hours across a couple of years in maintenance and just getting it to work.

                                          Regards, Nish


                                          My technology blog: voidnish.wordpress.com

                                          F Offline
                                          F Offline
                                          Florin Jurcovici
                                          wrote on last edited by
                                          #35

                                          Please pardon my language, but that's BS. I use Linux because it's much more convenient when used right, not to save on the licensing costs. Software updates and system maintenance are a PITA with Windows, whereas it's zero effort in Linux. The command line is a joke in Windows, which is why nobody likes to use it. In Linux, it takes less keystrokes than in a GUI to perform even complex tasks, provided you know how to use it, of course. This is also the reason why very few Windows users ever think about automation, whereas it's quite common to script everything on Linux. In all the generations of OSes Microsoft has released so far, it has not yet managed to create a decent file system, so you're really constrained unless you use Linux. Heck, there isn't even a decent file manager available on Windows - explorer is dumb as a brick, and other file managers are way less well integrated with the desktop manager. Until recently, there wasn't even a nice sound manager for Windows - I'm able to play age of empires using Wine, listen to music and have a VoIP phone call at the same time, on Linux, whereas a few years ago you could have just one sound source active at a time. That's why I prefer to use Linux. And I didn't mention anything about resource hunger and performance - W7 runs faster in a VBox VM on my desktop system than on the bare hardware. I similarly dislike OSX, if you're wondering, alhtough what I consider to be flaws in OSX is a different set - it's closed even worse than Windows, has no way of booting into a plain command line, and its GUI is very inconvenient when you need to use lots of windows at the same time. You absolutely need to spend some time when switching from Windows to Linux, but it's not going to happen for just getting it to work. It's simply a learning effort you have to go through. You need to spend learning effort even on a professional powertool, and you expect not to need to learn anything when moving from a toy like a desktop Windows version to a really powerful and featurewise quite rich Unix-like OS?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups