Results 1 to 8 of 8

Thread: Text editor?

  1. #1
    Join Date
    Mar 2013
    Beans
    9

    Text editor?

    As m curently learning php and mysql and as i have instaled Xamp now i need a god text editor.....m curently using notepad++ but is ther any text edior made for ubuntu?and i cant get aces to my htdocs....

  2. #2
    Join Date
    Mar 2013
    Location
    Czech Republic
    Beans
    188
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Text editor?

    Use 'Ubuntu software center'.. There is plenty of these stuff and it is easy to install..

  3. #3
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Text editor?

    Quote Originally Posted by Susss View Post
    As m curently learning php and mysql and as i have instaled Xamp now i need a god text editor.....m curently using notepad++ but is ther any text edior made for ubuntu?and i cant get aces to my htdocs....

    LAMP
    may be a better choice for *buntu than Xamp, just for future reference.

    Take your pick from probably hundreds of editors. Bluefish is specifically designed for web development, so that might be a good place to start.

    There's also gedit (similiar to np++, slightly less functionality, comes with ubuntu by default), kate (similiar to gedit, comes with KDE), geany (extremely lightweight IDE), and various others, if you like GUI text editors.

    If you're not afraid of the commandline and a steep learning curve, I would strongly recommend you learn to use one of the two main CLI editors: vim or emacs. Both have so many commands you'll be working more efficiently than ever after some practice. Emacs is probably more friendly to new users, but vim is less heavy and doesn't try to do 'everything' like emacs does. I do all my editing in vim.

    .htdocs? Why can't you access them? BTW anything starting with a '.' character is a hidden file under unix-like operating systems, so you'll need to 'view hidden files' if you're using a file manager.

  4. #4
    Join Date
    Mar 2013
    Beans
    9

    Re: Text editor?

    Quote Originally Posted by MG&TL View Post

    LAMP
    may be a better choice for *buntu than Xamp, just for future reference.

    Take your pick from probably hundreds of editors. Bluefish is specifically designed for web development, so that might be a good place to start.

    There's also gedit (similiar to np++, slightly less functionality, comes with ubuntu by default), kate (similiar to gedit, comes with KDE), geany (extremely lightweight IDE), and various others, if you like GUI text editors.

    If you're not afraid of the commandline and a steep learning curve, I would strongly recommend you learn to use one of the two main CLI editors: vim or emacs. Both have so many commands you'll be working more efficiently than ever after some practice. Emacs is probably more friendly to new users, but vim is less heavy and doesn't try to do 'everything' like emacs does. I do all my editing in vim.

    .htdocs? Why can't you access them? BTW anything starting with a '.' character is a hidden file under unix-like operating systems, so you'll need to 'view hidden files' if you're using a file manager.
    i cant aces my htdocs coz they need root previliges.i want a text editor that works jus like notepad++...anything u wud like to sugest?

  5. #5
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Text editor?

    i cant aces my htdocs coz they need root previliges.
    Learn about Unix permissions, then use sudo to access them or modify the permissions. Why exactly do they have root ownership?

    i want a text editor that works jus like notepad++...anything u wud like to sugest?
    Gedit is pretty good. Just type 'gedit' into the dash, or from the Alt-F2 run dialog. Although to be honest, the 'works jus like $SOFTWARE' attitude won't get you very far under Ubuntu, unless there's a linux version of the package you want.

  6. #6
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Text editor?

    Quote Originally Posted by Susss View Post
    i cant aces my htdocs coz they need root previliges.i want a text editor that works jus like notepad++...anything u wud like to sugest?
    I would read up on the Info about Gedit in the software center if I was you.

    Cheers -
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  7. #7
    Join Date
    Jun 2006
    Location
    netherlands
    Beans
    198
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Text editor?

    The htdocs question I answered in your other thread. People start wars over text editors so just go with your own experience. Vim is hard to learn and has many fans. I worked with gedit a long time it has nice collections of snippets too. I now use a none own editor called sublime text 2. It is very good and popular too.

  8. #8
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: Text editor?

    SciTE Text editor is available in the Software Center.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •