Closed mmkathurima closed 4 months ago
How can I make a pull request. I can fix some of these
I'm ashamed to admit that I don't know - I've never worked in a team environment with GitHub.
Maybe just hitting the "New Pull Request" under the pull request tab. I'm not sure if you have to fork or something. I don't know anything about the "collaborators" section, but I just added you.
Faced this: org.gradle.api.UnknownProjectException: Project with path ':SnapKit' could not be found in root project 'SnapCode'
Right - SnapCode has a few dependencies: SnapKit, SnapCharts, SnapBuilder (fortunately, those projects don't have any dependencies, so it ends there). There is a SnapKitGL dependency, but you comment that out.
If you git clone all 4 projects into the same dev directory, gradle or IntelliJ will find them all. Though you will probably have to add a settings.gradle file to that directory. I call my dev directory "SnapDev", so my settings.gradle file looks like this:
rootProject.name = 'SnapDev'
include 'SnapKit' include 'SnapBuilder' include 'SnapCharts' include 'SnapCode'
My phone number is on the contact page at reportmill.com. Feel free to text me so we can do chat so you can quickly get questions answered. Or email jeff at reportmill (slower :-)).
I can modify the project to be more friendly (e.g., those dependencies could be changed to fall back on maven). Hasn't been a reason to until now. :-)
do you have skype? I'm not American so texting you may be an issue
Yep: I'm "reportjeff". Running it now (though sometimes I forget).
All are working now except Open File (this may require a dialog that @reportmill could help with), Save As (this may also require a dialog), Revert to Saved (not sure what this is about). Note that your (@reportmill) input is needed on the duplicate line menu item as it affects undo and redo.
None of the Edit menu items are working
The Edit menu items are all working now. I had to add a "SharedAction" facility to SnapCode, so that the menu items could do different things depending on what view is focused when menu is selected (TextArea, TextField, etc.).
Sorry that took so long. :-)
Some not working:
Also kindly look into adding "Duplicate line" and "Delete line" menu items.