-
Notifications
You must be signed in to change notification settings - Fork 109
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
Multi-Project-Extension #312
Conversation
After V0.30 was released the code, that was initially sumbmitted for PR#221 got corrupted. Revamped the branch and fixed the code.
Various smaller cosmetic changes in Bookmarks only SYNC default Namespace
BM - highlights and markes follow the changed project. - sync will only act on default storage. - typos fixed MPE - removed debug code
In the first commit I fixed the syntax, and in the second I removed the font-awesome. Why? In the task #236 we discussed the use of icons - they should be font or svg. Also note https://github.com/IITC-CE/ingress-intel-total-conversion/pull/312/files#diff-3073581708df23c3f1bd259521cb3021R8. |
Syntax changes are ok, while I prefer way more comments and explanations to each function. The dividers between the functions helped a lot to reverse engineer the code. But this is a different discussion. FontAwesome: the current usage of SVGs already have negative side effects in some faction specific plugins, esp. if combined with "alternative text". But that is a different discussion too. |
…rsion into Multi-Project-Extension � Conflicts: � plugins/draw-tools.js
Changing default behavour to merge. This is more intuitive as it matches windows' "paste". furthermore the user has to actively disable merge to avoid accidential overwrite by paste. (PR obeys changes in IITC-CE#312 and can be merged to master in any order)
basic changes to keep compatibility with IITC-CE#312 and IITC-CE#375
Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with IITC-CE#312 (MPE) and IITC-CE#375 (Merge) in any order
basic changes to keep compatibility with IITC-CE#312 and IITC-CE#375
Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with IITC-CE#312 (MPE) and IITC-CE#375 (Merge) in any order
Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with IITC-CE#312 (MPE) and IITC-CE#375 (Merge) in any order
Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with IITC-CE#312 (MPE) and IITC-CE#375 (Merge) in any order
* Code for Empty Drawn Fields (EDF) added Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with #312 (MPE) and #375 (Merge) in any order * Copy Dialog Extend Copy dialog to allow copying polylines too * CSSsetup removed Unused Code removed. Not related to EDF. * Resolve Conflicts manual conflict resolution. code style : long lines * Indentation Adjusting Indentation * Dialog Size copy dialog too high * Code Style new code should not trigger eslint * EDF namespace removed removed edf sub-namespace and integrated to drawTools namespace Co-Authored-By: ZasoGD <[email protected]> * Inteactivity interactive toggles now with visibility of filling * DeleteStart-Stop show reactivate interactivity and filling when starting to delete Objects * CSS fixes DToptions dialog without special styles * fixup typo Co-authored-by: ZasoGD <[email protected]> Co-authored-by: Alexander Danilov <[email protected]>
* Code for Empty Drawn Fields (EDF) added Added all EDF related code from Draw Tools plus to Drawtools. WIP-code from DTplus skipped fixed indentation OK to pull with IITC-CE#312 (MPE) and IITC-CE#375 (Merge) in any order * Copy Dialog Extend Copy dialog to allow copying polylines too * CSSsetup removed Unused Code removed. Not related to EDF. * Resolve Conflicts manual conflict resolution. code style : long lines * Indentation Adjusting Indentation * Dialog Size copy dialog too high * Code Style new code should not trigger eslint * EDF namespace removed removed edf sub-namespace and integrated to drawTools namespace Co-Authored-By: ZasoGD <[email protected]> * Inteactivity interactive toggles now with visibility of filling * DeleteStart-Stop show reactivate interactivity and filling when starting to delete Objects * CSS fixes DToptions dialog without special styles * fixup typo Co-authored-by: ZasoGD <[email protected]> Co-authored-by: Alexander Danilov <[email protected]>
After V0.30 was released the code, that was initially sumbmitted for PR#221 got corrupted.
Revamped the branch and fixed the code.