Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

โครงสร้าง .json ในปลั๊กอิน ไม่ตรงกับใน KidBrightIDE #1

Closed
maxpromer opened this issue Jun 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@maxpromer
Copy link
Contributor

เดิมของ KidBrightIDE โครงสร้างไฟล์ เป็นดังนี้

{
	"name": {
		"en": "iKB1",
		"th": "iKB1"
	},
	"color": 180
}

ส่วนของ KBIDE มีดังนี้

{
	"name": "ikb1",
	"color": 180,
	"title": "iKB1",
	"author": "INEX",
	"description": "ปลั๊กอินสำหรับบอร์ด iKB-1",
	"git": "https://github.com/maxpromer/ikb1",
	"image": "https://store.kidbright.info/upload/cover-image/1545744054-2Xxc0S.png",
	"board": "kidbright",
	"version": "2.1.1"
}

จะเห็นว่าออปเจค name มีรูปแบบที่ไม่ตรงกัน หากใช้แบบเดียวกับ KBIDE จะไม่ขึ้นชื่อปลั๊กอินในหน้าต่าง Plugin Manager และหากใช้รูปแบบ KBIDE ในโปรแกรม KidBrightIDE จะไม่ขึ้นชื่อปลั๊กอินในเมนู Plugins

@comdet comdet added the enhancement New feature or request label Jun 16, 2019
nazt pushed a commit that referenced this issue Jul 4, 2019
แก้ปัญหาตาม issues #1 #2 และแก้ไขให้ลบปลั๊กอินได้
@nazt nazt closed this as completed Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants