[ANN]: recompiled FunkySearch for 672
http://www.intellij.org/twiki/bin/view/Main/FunkySearch
I uploaded the jar file only
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
请先登录再写评论。
It can't find the doc for the RegExp help tab. What should I do?
Amnon
"Erb" <dont@evenbother.com> wrote in message
news:aqbnjb$djv$1@is.intellij.net...
>
>
>
>
That's because IDEA now uses a JRE, not a JDK, so docs are not available.
The correct thing would be to imbed a reference sheet in the plugin.
But I'm only a compiler.
Amnon I. Govrin wrote:
>>http://www.intellij.org/twiki/bin/view/Main/FunkySearch
>>
>>I uploaded the jar file only
>>--
>>
>>Erb
>>
>>==============================================================
>>"Most of you are familiar with the virtues of a programmer.
>>There are three, of course: laziness, impatience, and hubris."
>> - Larry Wall
>>==============================================================
>>
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
Can't you just bundle the specific doc (or modify it) in the jar?
"Erb" <dont@evenbother.com> wrote in message
news:aqc661$3tk$1@is.intellij.net...
>
>
>
>
>
>
I just pass the old jdk.home runtime define to idea by adding the following to the IDEA_JVM_ARGS environment variable:
-Djdk.home=%JAVA_HOME%
...where JAVA_HOME is whereever your jdk is installed...
d:\java\jdk141 in my case.