IDETalk
Products:
IntelliJ IDEA
Vendor:
IDEtalk
Email:
Website:
http://idetalk.com
Description:
A plugin for code-related communications between developers.
- Exchange messages with your fellow developers right inside the IDE
- Right click in your editor and send a "code pointer" -
a reference to that particular point in the file.
- Send stacktrace to one or several users from your contact list.
The stacktrace will be navigatable on the receiving side.
- View list of files opened in IDEA by any of your IDEtalk contacts.
Hide your files from viewing, if you don't like to be spied.
Downloads: 14682
Rating:
Participated in rating: 8
| 0.5.6.2. |
40.2230. |
. |
Download
|
467.19. |
2005-10-17 10:31:07 |
. |
| 0.5.6.1. |
40.2230. |
. |
Download
|
464.64. |
2005-06-14 20:20:12 |
. |
| 0.5.6. |
40.2230. |
. |
Download
|
458.58. |
2005-06-14 01:30:44 |
. |
| 0.5.5. |
40.2230. |
. |
Download
|
463.47. |
2005-06-06 14:11:52 |
. |
| 0.5.3. |
40.2230. |
. |
Download
|
444.52. |
2005-04-11 12:12:38 |
. |
| 0.5.2. |
40.2230. |
. |
Download
|
443.84. |
2005-03-25 11:50:16 |
. |
| 0.5.1. |
40.2230. |
. |
Download
|
511.08. |
2005-03-04 12:17:42 |
. |
| 0.5. |
40.2230. |
. |
Download
|
509.59. |
2005-03-01 13:00:54 |
. |
| 0.1.2. |
40.2230. |
. |
Download
|
. |
2005-01-27 12:57:00 |
. |
| 0.5.4. |
40.2230. |
. |
Download
|
454.92. |
2005-04-27 20:12:50 |
. |
| 0.1.1. |
40.2230. |
. |
Download
|
441.18. |
2005-01-26 01:15:36 |
. |
| . |
. |
Recent change notes:
- 0.5.6.2
- Fix NPE when opening Customizations IDEA settings
- Minor fix in user tree
- 0.5.6
- Remove several memory leaks
- Minor usability improvements
- 0.5.5
- Add sound notification for incoming messages + raising window to front
- Add "Send and Close" button to incoming message dialog
- Reduce startup time by checking current version of the plugin in a separate thread
- Fix for URLs with parameters
- Fix exceptions which appeared after changing IDEA's L&F
Comments:
com/intellij/execution/filters/TextConsoleBuidlerFactory: com/intellij/execution/filters/TextConsoleBuidlerFactory
java.lang.NoClassDefFoundError: com/intellij/execution/filters/TextConsoleBuidlerFactory
at maxkir.communicator.idea.messagesWindow.IDEtalkMessagesWindowImpl.createToolWindowComponent(IDEtalkMessagesWindowImpl.java:53)
at maxkir.communicator.idea.BaseToolWindow.projectOpened(BaseToolWindow.java:58)
at maxkir.communicator.idea.messagesWindow.IDEtalkMessagesWindowImpl.projectOpened(IDEtalkMessagesWindowImpl.java:77)
at com.intellij.openapi.project.impl.ProjectImpl.projectOpened(ProjectImpl.java:310)
at com.intellij.openapi.project.impl.ProjectImpl.access$200(ProjectImpl.java:66)
at com.intellij.openapi.project.impl.ProjectImpl$MyProjectManagerListener.projectOpened(ProjectImpl.java:345)
at com.intellij.openapi.project.impl.ProjectManagerImpl$2.projectOpened(ProjectManagerImpl.java:137)
at com.intellij.openapi.project.impl.ProjectManagerImpl.fireProjectOpened(ProjectManagerImpl.java:928)
at com.intellij.openapi.project.impl.ProjectManagerImpl.openProject(ProjectManagerImpl.java:371)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:423)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:406)
at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:165)
at com.intellij.ide.RecentProjectsManager.doOpenProject(RecentProjectsManager.java:48)
at com.intellij.ide.RecentProjectsManagerBase$MyAppLifecycleListener.appStarting(RecentProjectsManagerBase.java:242)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:183)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:175)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:167)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:40)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:106)
at $Proxy31.appStarting(Unknown Source)
at com.intellij.idea.IdeaApplication.loadProject(IdeaApplication.java:238)
at com.intellij.idea.IdeaApplication.access$400(IdeaApplication.java:52)
at com.intellij.idea.IdeaApplication$IdeStarter$3.run(IdeaApplication.java:218)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:319)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:621)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:511)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:372)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: com.intellij.execution.filters.TextConsoleBuidlerFactory
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:70)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
... 40 more
Still usable though