-
Hi,
Can we trick Notepad++ able to open huge text files (>300MB)? I need to edit parts of the file. So far Notepad++ complained that it's too big to load. What I did was using grep / sed in Cygwin console to locate the line(s) I want to edit and then stich them back in.
If there's no way to do it directly, can it be a feature for the next version? Maybe having a partial buffer (i.e. the...
2009-03-18 22:55:57 UTC in Notepad++
-
I can't dismiss the error notification at the bottom
right of the screen. The hide button is grayed out
indefinitely.
Happens at 2.4.0.0. WinXP, 1.5 GB RAM, AMD64 3000+.
2006-02-13 05:16:03 UTC in Azureus / Vuze
-
If you click on an actively downloaded torrent and
select the "Pieces" tab, the progress bar proportion is
off. For example, if there are 256 blocks per piece and
255 of them already downloaded, I expect that the
download bar only display a tiny bit white left.
However, what I found out is that the white part was
still significant (like about 40% or so). I attach the
screenshot sample of...
2005-11-05 07:40:37 UTC in Azureus / Vuze
-
Hi Chris,
Since I'm still using JavaCC a lot and BTW, your plugin is *the best* Eclipse plugin for it. It's very sad that you planned to phase this out.
I'd like to know I can be of any help....
P.S.: Can you put up older source files so that I can start playing with it (i.e. the version 0.4.x)? Thanks.
-- Rob.
2004-04-05 18:29:43 UTC in Black Sun, Eclipse plugins.
-
Hi Chris,
It seems that the 0.5.1-3.0M7 can't run under 3.0M8.
Apparently that's because JFace's ContentFormatter2 has
been deleted in the latest jar. I wonder why. I'm not
sure whether you can directly use ContentFormatter.
For the current work around, we can put the 3.0M7's
ContentFormatter2*.class from package
org.eclipse.jface.text.formatter into 3.0M8's...
2004-03-31 23:11:27 UTC in Black Sun, Eclipse plugins.
-
robbyjo committed patchset 12 of module bnj to the Bayesian Network Tools in Java (BNJ) CVS repository, changing 1 files.
2003-11-20 01:09:16 UTC in Bayesian Network Tools in Java (BNJ)
-
robbyjo committed patchset 11 of module bnj to the Bayesian Network Tools in Java (BNJ) CVS repository, changing 1 files.
2003-11-20 01:07:42 UTC in Bayesian Network Tools in Java (BNJ)
-
robbyjo committed patchset 10 of module bnj to the Bayesian Network Tools in Java (BNJ) CVS repository, changing 1 files.
2003-11-20 01:03:56 UTC in Bayesian Network Tools in Java (BNJ)
-
Hi.
You must unjar the jar file first into an empty directory. Then use the supplied build script to build it. After that, invoke bnj script to run it.
Example:
Assuming you put the bnj jar file in your home dir
[mine@mycomp ~] mkdir bnj
[mine@mycomp ~] cd bnj
[mine@mycomp bnj] jar xvf ../bnj-2.0-alpha-20031105.jar .
[mine@mycomp bnj] ./build
[mine@mycomp bnj] ./bnj
Note: You need...
2003-11-11 12:22:41 UTC in Bayesian Network Tools in Java (BNJ)
-
Another thing... this may be because that the hashcode value between A and B are different.
In order to make HashMap or HashSet to function properly, you need to implement "public int hashCode()" function too. The content is usually just "return toString().hashCode();".
But, beware that by doing so, make sure that the toString() is always constant throughout the graph...
2003-11-11 02:04:04 UTC in OpenJGraph