topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 2:21 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: In search of ... JavaScript & BBcode editor/ide software  (Read 4056 times)

barney

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,294
    • View Profile
    • Donate to Member
In search of ... JavaScript & BBcode editor/ide software
« on: January 01, 2013, 10:53 PM »
Folk,

I seek a couple of editor/ide elements, one (1) for JavaScript (JS) and one (1) for BBcode.  Not searched recommendations, but something that you've actually used and can recommend.

The BBcode thingy is for me - I'm about to need a familiarity with it whether I like it or no.

The JS thing is another matter.  There is a young lady here that has asked me for a recommendation for a JS IDE.  She's gotten help from me the last several years with hardware and software problems, and seems to think I'm a real whiz  :huh:.  Told her I don't use JS if it can be avoided, but she wants a recommendation anyway, so I told her I'd ask some real experts in the field.  She's young, but in a couple of years or three (3) I'll be asking for her help - she's that sharp.

Because of a comment by Renegade in another thread, I pulled down Aptana Studio ... and remembered why I'd discarded it years agone.  It'd take a month just to understand and modify the configuration  :o ;D.  It has a learning curve that's just a bit steep for her at the moment.  So, is there some IDE, that you have used, that's a bit simpler for JS?  Preferably with some sort of debug capability?  If so, what advantages/disadvantages does it present?  How steep is the learning curve?  Is it currently in development, or is it a golden oldie?

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: In search of ... JavaScript & BBcode editor/ide software
« Reply #1 on: January 02, 2013, 12:11 AM »
Funny you should mention debugging, but that's exactly why I recommended Aptana.

For BBCode, try EditPlus or Notepad++. You'll need to modify/create some highlighting syntax files or snippit files for BBcode or download them - I've done it before, but really don't make use of it all that much and end up just typing tags instead. Both are excellent editors and quite simply to use.

For EditPlus, you might want to skip the ZenCoding stuff and not install that. Just a preference thing.
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

relipse

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 112
  • I love Jesus. Coding in PHP primarily.
    • View Profile
    • See my GitHub
    • Read more about this member.
    • Donate to Member
Re: In search of ... JavaScript & BBcode editor/ide software
« Reply #2 on: January 02, 2013, 12:22 AM »
Good ol notepad++ and Chrome ctrl-shift-j for debugging for me.
Ex C++Builder coder, current PHP coder, and noob Qt Coder

barney

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,294
    • View Profile
    • Donate to Member
Re: In search of ... JavaScript & BBcode editor/ide software
« Reply #3 on: January 02, 2013, 01:04 AM »
Funny you should mention debugging, but that's exactly why I recommended Aptana.

Yeah, I know you did, and I recognize the functionality.  But Aptana is a coder's IDE, not a beginner's.  My young lady has no experience save for self-taught HTML and just a bit of PHP.  She needs something a bit easier to start with.  Ya don't start driving Grand Prix the day after you acquire your driver's license  :P.

I know summat o' Aptana's capabilities, although I abandoned it quite a while back for Komodo Edit, but I'd really like to find something a bit easier for her start.  The debug part was a wish, but even without it, someone here must be using or have used a JS editor that would be first time decent.  It's counter-productive to spend more time learning the IDE than the language for which you want to use it  :-\ :P.

Bear in mind that my lady is fifteen (15), maybe sixteen (16) years old.  She's bright, but I don't want to overload her.  She needs to learn to walk before she starts running marathons.

I've gone the [supposedly] fast-track route before and was sorely disappointed.  Since then, it's a step at a time - never overload the students to the extent that they quit.

<aside>
How are the wounds doing, Renegade?  Much better, I hope.
</aside>

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: In search of ... JavaScript & BBcode editor/ide software
« Reply #4 on: January 02, 2013, 07:38 AM »
Actually a good option that I've found (though you have to pay for it) is JetBrains WebStorm.  I have PhpStorm (which encapsulates all of what you want + PHP), but it's great.

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: In search of ... JavaScript & BBcode editor/ide software
« Reply #5 on: January 02, 2013, 08:08 AM »
Funny you should mention debugging, but that's exactly why I recommended Aptana.

Yeah, I know you did, and I recognize the functionality.  But Aptana is a coder's IDE, not a beginner's.

True enough. One of the things that I think is FANTASTIC about IDE's like Aptana is code completion (Intellisense in Visual Studio).

Maybe an older version of Visual Studio might be good? Before 2010 VS had dynamic help, which would display help for you as you type. It was a SPECTACULAR feature, and probably one of the easiest ways to learn. Not sure how it did for HTML/JS though as I've always used other editors for that.

I don't know any beginner level editors that have code completion. :( (I won't use an IDE without it - I'd rather just get doing stuff that worry about whether the exact method name is "setMouseHoverListener" or "SetMouseHoverListener" or "OnSetMouseHover" or whatever.)

If you can get her onto something with code completion, she'll improve by leaps and bounds on her own.


<aside>
How are the wounds doing, Renegade?  Much better, I hope.
</aside>

Thanks for asking. It's doing a lot better now. It's about over that "itchy" stage. The one knuckle is at about 80%. It's a bit weird as it's still numb and tight, but pretty much all my strength is back (lacking some flexibility). Skin's starting to peel away as well - the dead stuff on top - like a really bad sunburn - leaving the nice shiny new stuff! But near 100% now! :D You've been through it, so I'm sure you know how it is.
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker