Closed KZeronimo closed 6 years ago
@edjubuh - I see file icon hack from purdueos.less was removed and I also see the .pros-icon
is defined as an svg trace and that seems to be what is painting in the original screenshot I submitted - v0.7.5 of the plugin is still producing the original screenshot - is that the expected behavior?
I was hacking around and if I remove .pros-icon
from purdueos.less then I observe the following which is what I would have expected (the PROS icons handled by file-icons \EAAD
)
I'm not sure what the project pane is supposed to look like wrt to the icon for the pros file extension and I'm confident my hack is not the solution - just wanted to give you some more info - I know you guys have bigger fish to fry with v3 :)
Keep up the good work
Do I need to remove more than what I did in #66?
I'm not intimate with how all the styling fits together; however, I do know that there are 2 classes defined in the purdueos.less
file .pros-icon
and .pros-icon-bw
. In my hacking I can say .pros-icon
is producing the scalar graphic highlighted below
Removing the .pros-icon
class from purdueos.less
produces the following
If the sole purpose for that class definition in purdueos.less
is to handle the file icon for .pros files then I think it would be safe to remove and let file-icons package handle the visual styling for .pros files - I'm just not sure if the .pros-icon
class definition is used any place else
Hope that helps
Very minor detail - more curious than anything (tried to correct with providing icon properties override in styles.less no luck)
Expected Behavior:
Project Icon for pros project sized appropriately
Actual Behavior:
pros project icon too large
Steps to reproduce:
Install Atom Install PROS utilizing Windows Installer (uncheck PROS editor) Install PROS plugin
apm install file-icons linter tool-bar tool-bar-main busy build platformio-ide-terminal pros
Create PROS projectSystem information:
Operating System (e.g. Windows, OS X, Ubuntu): Window 10 1803
Atom Version: 1.28.2 x64 Plugin Version (PROS version): 0.7.4
Additional Information
Screenshots