IDEA Sticky Paper
Hi all,
Sticky Paper!! sound likes everyone know about it. but what about if it
is available with in IntelliJ IDEA!!!.
Following features are implemented:
1. you can minimize Sticky paper.
2. you can select a bunch of code and click on "send to sticky" or apply
short key to create a new sticky paper.
3. share sticky with in your LAN
4. send Sticky over email.
5. short cut to create/open, hide/minimize or display sticky paper
6. Minimize sticky will be stored inside a bottom tab.
7. Sticky configuration
8. Sticky friend manager
9. Automatic sticky location, background color, size, minimize state,
content and title will be stored.
10. Double click on sticky title it will appear with text field and
button (Ajax on swing Huh ;))
11. lot more…
Write down your TODO list within sticky paper. etc...
Manage your friend/contact list from sticky friend manager.
I bet it will help you to be more productive. :D
Please browse following URL
http://hasan.we4tech.com/ideasticky-intellij-idea-plugin/
to checkout screen snap and usages...
need you feedback :D
best regards
nhm tanveer hossain khan (hasan)
请先登录再写评论。
Arrrgh! If it's as cool as it sounds I really want this plugin, but it doesn't seem to be available for download either through the plugin manager or your webpage!!!!
--Dave Griffith
Dave Griffith wrote:
hi dave,
i have faced plugin uploading related problem. thats why you could'n see
on plugin list. but it is available from my personal site
here is download link:
http://hasan.we4tech.com/ideasticky-intellij-idea-plugin/ideastickypaper.zip
Little documentation and screen snaps are available over here..
http://hasan.we4tech.com/ideasticky-intellij-idea-plugin/
best regards,
hasan wrote:
>> Arrrgh! If it's as cool as it sounds I really want this
>> plugin, but it doesn't seem to be available for download either
>> through the plugin manager or your webpage!!!!
>>
>> --Dave Griffith
Hello Hasan,
The link you supply gives me a "not found" :(
Regards,
Jens
Jens Voß wrote:
Hi jens,
here is valid link.
http://hasan.we4tech.com/wp-content/uploads/2006/09/ideastickypaper.zip
thank for you for informing. my wordpress gave an invalid URL...
regards,
>> Dave Griffith wrote:
>>
>>> Arrrgh! If it's as cool as it sounds I really want this
>>> plugin, but it doesn't seem to be available for download either
>>> through the plugin manager or your webpage!!!!
>>>
>>> --Dave Griffith
>>
>>
>>
>> hi dave,
>> i have faced plugin uploading related problem. thats why you could'n
>> see on plugin list. but it is available from my personal site
>> here is download link:
>> http://hasan.we4tech.com/ideasticky-intellij-idea-plugin/ideastickypaper.zip
I get a "Invalid value in plugin.xml format version: 1.0 " error on startup, latest Demetra EAP, MacOSX. It looks like you might have an encoding issue in your plugin.xml.
--Dave Griffith
Hello Dave,
DG> I get a "Invalid value in plugin.xml format version: 1.0 " error on
DG> startup, latest Demetra EAP, MacOSX. It looks like you might have
DG> an encoding issue in your plugin.xml.
"1.0" is indeed an invalid plugin.xml format version. The only valid values
are "1" and "2".
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry Jemerov wrote:
hi,
thank for your mail.
i have fixed it i have changed following lines:
.... also 1]]>
New download from here :
http://hasan.we4tech.com/wp-content/uploads/2006/09/ideastickypaper_v10.zip
but still i can't upload through Upload manager :(
regards,
You might try putting your META-INF/plugin.xml file in your plugin jar. I didn't even know it was legal to have a plugin directory with META-INF/plugin.xml as a stand-alone file, and I wouldn't be surprised if the plugin repository didn't know that either.
Using you plugin now. Very handy, although I would say that there's quite a lot of usability polishing to be done (I'm notoriously picky that way).
--Dave Griffith
hi,
Thank you :D
i need your feedback to make it better...
ok i am trying to follow your way...
best regards,
Dave Griffith wrote:
When IDEA auto-generates a plugin.xml file, it places the 1.0 in for the format version. You guys might want to fix that if it's not valid.
Hello Marc,
MS> When IDEA auto-generates a plugin.xml file, it places the 1.0 in for
MS> the format version. You guys might want to fix that if it's not
MS> valid.
Does it? I've looked at the template, and it places 1.0 in the plugin version
(the tag), not in the format version ("version" attribute on ]]>).
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"