Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita806ab1

Browse files
authored
Merge pull request#233 from BobHanson/master
general update of old java2script site from active bobhanson/java2script fork
2 parents7104256 +498a740 commita806ab1

File tree

39 files changed

+8414
-2256
lines changed

39 files changed

+8414
-2256
lines changed

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Open Source Physics (OSP) https://github.com/OpenSourcePhysics/osp/tree/swingJS
4242

4343
TrackerJShttps://physlets.org/tracker/trackerJS
4444

45+
InChI-SwingJShttps://github.com/BobHanson/InChI-SwingJS
46+
47+
OpenChemLib (OCL-SwingJS)https://github.com/BobHanson/OCL-SwingJS
48+
49+
4550

4651

4752
#QuickStart
Binary file not shown.
344 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241217101652
1+
20250419180504
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241217101652
1+
20250419180504

‎sources/net.sf.j2s.core/src/j2s/CorePlugin.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ public class CorePlugin extends Plugin {
2626
* the actual "x.y.z" version is specified in plugin.xml.
2727
*
2828
*/
29-
publicstaticStringVERSION ="5.0.1-v4";
29+
publicstaticStringVERSION ="5.0.1-v7";
3030

3131
// if you change the x.x.x number, be sure to also indicate that in
3232
// j2sApplet.js and also (Bob only) update.bat, update-clean.bat
3333

34+
// BH 2025.03.21 -- 5.0.1-v7 adds @j2sAlias with no name as "strip $"; multiple signatures distinguished with multiple $ appended, starting with "$$"
35+
// BH 2025.03.21 -- 5.0.1-v7 adds @j2sExport equivalent to @j2sAlias for all public methods
36+
// BH 2025.03.05 -- 5.0.1-v6 adds native interface methods for WASM
37+
// BH 2025.02.22 -- 5.0.1-v5 fixes Iterable<IAtom> AtomIterator::new missing [this,null] in generator
3438
// BH 2024.07.14 -- 5.0.1-v4 fixes numerical array initializer using characters ['a','b',...]
3539
// BH 2024.02.22 -- 5.0.1-v3 fixes long extension issue causing MutableBitInteger to miscalculate subtraction(no change in version #)
3640
// BH 2023.11.27 -- 5.0.1-v2 final refactoring and creatiton of J2SUtil

‎sources/net.sf.j2s.core/src/j2s/swingjs/Java2ScriptVisitor.java

Lines changed: 121 additions & 76 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp