Giter VIP home page Giter VIP logo

idea-trinkets's People

idea-trinkets's Issues

TabStack switches IDE to another IDEA window when closing a tab

What steps will reproduce the problem?
1. Start multiple projects (in my case - 2) in IDEA (they will be in different 
windows)
2. Close one editor tab in any window
3. Watch :)

What is the expected output? What do you see instead?
Just installed this plugin so I don't exactly know the expected result, but 
these steps lead to switching to another project window (like I have pressed 
Alt+TAB)

What version of the product are you using? On what operating system?
IDEA 10.5, TabStack 1.1, Windows 7 x64 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Feb 2012 at 1:50

Windows Context Menu internal naming problem

The "Windows Context Menu" plugin has some internal naming problems. It is
installed and shown up in the list of installed plugins, but it also still
shows up in the list of available plugins in black color. I guess there is
some naming problem that prevents IDEA from seeing that both plugins are
the same one. This also makes it hard to see if there is an update for the
plugin.

What version of the product are you using? On what operating system?
Version 1.0.3 in IDEA 7.0.2 on Windows XP SP2

Original issue reported on code.google.com by [email protected] on 17 Dec 2007 at 11:32

Problems at Startup

What steps will reproduce the problem?
1. Starting IntelliJ Idea
2.
3.

What is the expected output? What do you see instead?
com.intellij.ui.TreeSpeedSearch.<init>(Lcom/intellij/util/ui/Tree;Lcom/intellij/
util/containers/Convertor;)V: 
com.intellij.ui.TreeSpeedSearch.<init>(Lcom/intellij/util/ui/Tree;Lcom/intellij/
util/containers/Convertor;)V
java.lang.NoSuchMethodError: 
com.intellij.ui.TreeSpeedSearch.<init>(Lcom/intellij/util/ui/Tree;Lcom/intellij/
util/containers/Convertor;)V
 at org.intellij.trinkets.problemsView.ui.ProblemPanel.<init>(ProblemPanel.java:60)
 at org.intellij.trinkets.problemsView.impl.ProblemViewImpl.<init>(ProblemViewImpl.java:48)
 at org.intellij.trinkets.problemsView.impl.ProblemViewManagerImpl.projectOpened(ProblemViewManagerImpl.java:27)
 at com.intellij.openapi.project.impl.ProjectImpl.c(ProjectImpl.java:347)
 at com.intellij.openapi.project.impl.ProjectImpl.access$200(ProjectImpl.java:73)
 at com.intellij.openapi.project.impl.ProjectImpl$MyProjectManagerListener.projectOpened(ProjectImpl.java:382)
 at com.intellij.openapi.project.impl.ProjectManagerImpl$2.projectOpened(ProjectManagerImpl.java:145)
 at com.intellij.openapi.project.impl.ProjectManagerImpl.d(ProjectManagerImpl.java:996)
 at com.intellij.openapi.project.impl.ProjectManagerImpl.openProject(ProjectManagerImpl.java:379)
 at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:435)
 at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:418)
 at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:162)
 at com.intellij.ide.RecentProjectsManager.doOpenProject(RecentProjectsManager.java:48)
 at com.intellij.ide.RecentProjectsManagerBase$MyAppLifecycleListener.appStarting(RecentProjectsManagerBase.java:304)
 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:99)
 at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:215)
 at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:207)
 at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:197)
 at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:42)
 at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:123)
 at $Proxy36.appStarting(Unknown Source)
 at com.intellij.idea.IdeaApplication.b(IdeaApplication.java:230)
 at com.intellij.idea.IdeaApplication.access$400(IdeaApplication.java:53)
 at com.intellij.idea.IdeaApplication$IdeStarter$3.run(IdeaApplication.java:195)
 at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:332)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
 at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:652)
 at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
 at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:404)
 at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
 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)


and 


And this comes at startup Idea

null
java.lang.NullPointerException
 at org.intellij.trinkets.problemsView.impl.ProblemViewImpl$MyProblemManagerListener.canRunInspection(ProblemViewImpl.java:105)
 at org.intellij.trinkets.problemsView.problems.impl.ProblemManagerImpl.canReinspect(ProblemManagerImpl.java:115)
 at org.intellij.trinkets.problemsView.problems.impl.ProblemManagerImpl.refresh(ProblemManagerImpl.java:92)
 at org.intellij.trinkets.problemsView.problems.impl.ProblemManagerImpl.access$100(ProblemManagerImpl.java:15)
 at org.intellij.trinkets.problemsView.problems.impl.ProblemManagerImpl$1.run(ProblemManagerImpl.java:27)
 at com.intellij.util.Alarm$Request$1.run(Alarm.java:229)
 at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:332)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
 at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:652)
 at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
 at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:404)
 at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
 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)

What version of the product are you using? On what operating system?
IntelliJ Idea 10.0.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 12:12

windowsContextMenu: low performance under idea 7.0.3

What steps will reproduce the problem?
1. open a project
2. right click at the edit window
3. it takes several seconds to show the popup menu

What is the expected output? What do you see instead?
disable windowsContextMenu & it turns to normal.

What version of the product are you using? On what operating system?
newest at plugins.intellij.net, Windows XP Pro SP2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Mar 2008 at 1:48

Windows Context Menu plugin: entries for tortoise svn and tortoise cvs are all empty (no text or logo)

What steps will reproduce the problem?
1. install tortoise svn and/or tortoise cvs
2. open a project with files under svn/cvs version control
3. right-click to bring up context menu for a file under version control

What is the expected output? What do you see instead?
Expected output: context menu entries and sub-menus
Actual output: the entries and submenus are there but they are all empty and 
about two pixels high. for some reason, no part of the label is present.

What version of the product are you using? On what operating system?
windows XP. fairly recent versions of tortoise and windows context menu plugin


Original issue reported on code.google.com by [email protected] on 13 Dec 2010 at 2:28

"Offline Module" doesn't work on IDEA 7.0.3 EAP (build 7648)

I love the concept, but unfortunately the plugin doesn't work in 7.0.3 EAP 
(build 7648). I disabled several modules, and a new node "Disabled 
Modules" appeared in the project view, but this node is always empty and 
there is no way to re-enable the modules again!

Looking at the project.ipr file I can see a new "OfflineModuleManager" 
component registered and all the modules I've disabled are under it, but 
they don't show up in the GUI anywhere, so there is no way to click on 
them to enable again.

If it makes any difference, the modules I disabled were all in a separate 
module group, and I disabled them all at once by right-clicking on the 
group node and selecting "Disable module" from there.

Original issue reported on code.google.com by [email protected] on 17 Jan 2008 at 11:19

java.lang.AssertionError in eclipse mode plugin

What steps will reproduce the problem?
1. use idea 9.0
2. try to save a file


java.lang.AssertionError
at
com.intellij.openapi.project.DumbService.waitForSmartMode(DumbService.java:64)
at com.intellij.compiler.impl.CompileDriver.doCompile(CompileDriver.java:656)
at com.intellij.compiler.impl.CompileDriver.access$300(CompileDriver.java:96)
at com.intellij.compiler.impl.CompileDriver$5.run(CompileDriver.java:209)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:136)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(Progress
ManagerImpl.java:412)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl.run(ProgressManagerImpl.j
ava:372)
at com.intellij.openapi.progress.Task.queue(Task.java:65)
at com.intellij.compiler.progress.CompilerTask.start(CompilerTask.java:307)
at com.intellij.compiler.impl.CompileDriver.isUpToDate(CompileDriver.java:203)
at
com.intellij.compiler.CompilerManagerImpl.isUpToDate(CompilerManagerImpl.java:25
2)
at
org.intellij.trinkets.eclipseMode.incrementalCompiler.SaveListener.executeMake(S
aveListener.java:58)
at
org.intellij.trinkets.eclipseMode.incrementalCompiler.SaveListener.contentsChang
ed(SaveListener.java:24)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:88)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:34)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:65)
at $Proxy13.contentsChanged(Unknown Source)
at
com.intellij.openapi.vfs.impl.BulkVirtualFileListenerAdapter.fireAfter(BulkVirtu
alFileListenerAdapter.java:51)
at
com.intellij.openapi.vfs.impl.BulkVirtualFileListenerAdapter.after(BulkVirtualFi
leListenerAdapter.java:43)
at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageB
usConnectionImpl.java:101)
at
com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.jav
a:183)
at
com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:
175)
at
com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:1
67)
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 $Proxy15.after(Unknown Source)
at
com.intellij.openapi.vfs.newvfs.persistent.PersistentFS$3$1.close(PersistentFS.j
ava:486)
at
com.intellij.openapi.vfs.newvfs.persistent.PersistentFS$3.close(PersistentFS.jav
a:495)
at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:301)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:130)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:216)
at java.io.BufferedWriter.close(BufferedWriter.java:248)
at
com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl._saveDocument(FileD
ocumentManagerImpl.java:274)
at
com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.access$300(FileDocu
mentManagerImpl.java:69)
at
com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl$3.run(FileDocumentM
anagerImpl.java:218)
at
com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(Application
Impl.java:753)
at
com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.saveDocument(FileDo
cumentManagerImpl.java:215)
at
com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.saveAllDocuments(Fi
leDocumentManagerImpl.java:201)
at
com.intellij.ide.SaveAndSyncHandler.saveProjectsAndDocuments(SaveAndSyncHandler.
java:116)
at com.intellij.ide.SaveAndSyncHandler.access$200(SaveAndSyncHandler.java:42)
at
com.intellij.ide.SaveAndSyncHandler$3.onFrameDeactivated(SaveAndSyncHandler.java
:80)
at
com.intellij.ide.FrameStateManagerImpl.fireDeactivationEvent(FrameStateManagerIm
pl.java:81)
at
com.intellij.ide.FrameStateManagerImpl.access$300(FrameStateManagerImpl.java:29)
at
com.intellij.ide.FrameStateManagerImpl$1$1.run(FrameStateManagerImpl.java:58)
at com.intellij.util.Alarm$Request$1.run(Alarm.java:226)
at
com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocat
or.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:606)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:502)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:371)
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)

Original issue reported on code.google.com by [email protected] on 1 Nov 2009 at 5:56

TabStack doesn't work well with multiple splits

The plugin is great and works fine with only one split. If you have split
the editpane in more than one textarea, it uses the count of all the splits
together to decide if something has to be done. That means that manually
closed files go to the stack if the overall amount of tabs is over the
spill-over limit and that the stacked files are only restored, if the
overall number is low enough. There should be one stack per split and the
actions of splitting and unsplitting have to be taken into account.


What version of the product are you using? On what operating system?
Version 1.1 in IDEA 7.0.2 on Windows XP SP2

Original issue reported on code.google.com by [email protected] on 17 Dec 2007 at 10:22

Causes Go To...Class to close.

What steps will reproduce the problem?
1. Have the structure tool window open and docked.
2. Select Go To...Class.
3. As soon as a class is highlighted, the structure window is updated, 
then the Go To...Class dialog is closed.

What is the expected output? What do you see instead?
The Go To...Class dialog should stay open until a class is highlighted and 
the user presses enter.

What version of the product are you using? On what operating system?
9.0; Build: 93.13. Windows XP.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Jan 2010 at 9:06

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.