• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any luck with jEdit?

 
Ranch Hand
Posts: 327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I thought I'd try downloading jEdit and let the Plugin Manager do the work of downloading and installing the various plugins. The plugin I really would like to get to work is the CodeAid plugin.
What do I need to do in order to get CodeAid to work? I open an existing java source file and start making modifications and either nothing happens when I type the "." or choose the "CodeAid > Complete" menu item, or I get various compilation error messages about Strings.
I'm obviously missing something here. Any ideas?
Or should I scrap this IDE and get a better one?
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for the codeAid plugin to work you need to configure the Jane plugin ( a dependancy of CodeAid )
Jane is the equivalent of libraries in other IDE's
 
reply
    Bookmark Topic Watch Topic
  • New Topic