Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Sublime Text 2 编写了一个插件,它与我编写的二进制文件对话。我通过作为设置文件将标志公开给二进制文件,但我无法弄清楚如何将设置文件放入菜单栏中。
这是我迄今为止最好的尝试。
这是有关设置的文档(不确定菜单上的文档在哪里)。
I am currently trying to create a pathfinding method for my grid based game based on the A* method algorithm. However I am having a basic problem with manipulating variables within my PathNode class instances