Sebastien Gagnon

- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 22
-
Sebastien Gagnon 创建了一个帖子, [ANN] QuickPathManager 1.0.1 for IDEA 8
A new version, QuickPathManager 1.0.1, has been released. It's now compatible with IDEA 8 and supports the following features: Mark/unmark directories as Source, Test Source or Excluded Mark a dir... -
Sebastien Gagnon 创建了一个帖子, Which ActionGroup for Database Pane
Hi,I've poked around quite a bit but haven't managed to find the ActionGroup to hook into to add functionality to the database/data source pane. I've placed a breakpoint to see what was being call... -
Sebastien Gagnon 创建了一个帖子, Managing Plugin Versions
Hi,I would like to know if there's a recommended versioning scheme for plugins. In particular, I have a plugin which, with the same functionality and nearly same codebase, I want to release for ID... -
Sebastien Gagnon 创建了一个帖子, [ANN] QuickPathManager 1.0
QuickPathManager (http://plugins.intellij.net/plugin/?id=1865) is a simple plug-in that will allow you to add/remove directories from your source paths directly from the project pane. Gone are the... -
Sebastien Gagnon 创建了一个帖子, What time is it, really?
I admit I completed my plugin rather at the last minute, but based on this http://www.timeanddate.com/worldclock/city.html?n=204, I had at least 45 minutes to spare before 23h59, Prague time. Pres... -
Sebastien Gagnon 创建了一个帖子, Showing Excluded Folder in Project Pane
Hi,Is it possible for a plugin to modify the behavior of the project pane so that excluded folders are displayed? I'm not entirely sure whether it would be advisable to do this in the first place ... -
Sebastien Gagnon 创建了一个帖子, DialogWrapper and Repainting
Hi,This is more of a Swing question, I guess, but since I get this behaviour using DialogWrapper I thought I would ask. I apologize if this turns out to be a really rudimentary swing concept.I've ... -
Sebastien Gagnon 创建了一个帖子, Create PsiJavaFile from PsiFile(plain text)
Hi,I apologize if this is really basic but, after much searching in the forums, I still haven't found the answer. I have some java source files that exist within my project's content root but outs... -
Sebastien Gagnon 创建了一个帖子, Scanning For Source Files
Hi,When creating a project from existing content, IDEA scans the directory structure and does a good job of finding all folders susceptible of containing source code. Is there a way to perform thi... -
Sebastien Gagnon 创建了一个帖子, Identifying Current Content Root in Module
Hi,Having figured out how to obtain references to the current project, module, selected file(s), etc, I'm mystified by something that is probably terribly simple. I need to determine in which cont...