MySmallBasic
MySmallBasic copied to clipboard
An Open-source Software for SmallBasic Interpreter and Debugger written in Java
https://github.com/kwanghoon/MySmallBasic/blob/46c887c2302b866d0499e16406f73f7f725c1ec7/MySmallBasic/.classpath#L29-L30 @H-sooyeon 두 경로는 빼야 맞는거지요? 확인 부탁해요~
Hello there is no real or easy explanation about how to run this on windows i have Java installed and i see some jar files , i can run Blockly...
Linux와 Mac OS에서 동작 테스팅 및 검증 [확인한 이슈] - GUI IDE 이슈 - 스몰베이직 프로그램에서 경로를 작성할 때 백슬래쉬를 사용하더라도 인식하는 문제 (참고) MySmallBasicMain 클래스를 이용하면 리눅스에서 실행할 수...
Java가 설치되지 않았을 때 에러가 발생하는 경우 적절한 대응 조치를 나타내는 메시지를 출력할 것.
I found an interesting issue. There can be a mismatch in terms of successful builds between Travis and Eclipse. - In Travis, the path to the jar libraries is given...
My Small Basic, Version 1.0.1 Exception in thread "jdiscript-event-thread" java.lang.NullPointerException at com.coducation.smallbasic.gui.MySmallBasicDebugger.lambda$1(MySmallBasicDebugger.java:173) at org.jdiscript.events.DebugEventDispatcher.doFullDispatch(DebugEventDispatcher.java:134) at org.jdiscript.events.DebugEventDispatcher.lambda$1(DebugEventDispatcher.java:112) at java.lang.Iterable.forEach(Unknown Source) at org.jdiscript.events.DebugEventDispatcher.dispatch(DebugEventDispatcher.java:112) at org.jdiscript.events.EventThread.run(EventThread.java:78)
Controls 라이브러리 텍스트 박스에 한글 입력시 깨지는 문제 - JTextArea의 문제인 것으로 파악됨 - 한글 폰트를 지정함으로써 해결 가능
수정된 내용이 있는데 종료하는 경우 저장할지 확인
ch = "LEFT" vs. ch = "Left" 문자열 비교할 때 대소문자 구분?
존재하지 않는 서브루틴을 호출하면 NullRefereceException 발생