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

Add support for Colorize extension #2083

Closed
amartidev opened this issue Oct 13, 2020 · 10 comments · Fixed by #2094
Closed

Add support for Colorize extension #2083

amartidev opened this issue Oct 13, 2020 · 10 comments · Fixed by #2094

Comments

@amartidev
Copy link

<! -
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨

RECONOZCO LO SIGUIENTE ANTES DE CONTINUAR:

  1. Si elimino toda esta plantilla y sigo mi propio camino, el equipo central puede cerrar mi problema sin más explicaciones o compromisos.
  2. Si enumero varios errores / inquietudes en este único problema, el equipo central puede cerrar mi problema sin más explicación o compromiso.
  3. Si escribo un problema que tiene muchos duplicados, el equipo central puede cerrar mi problema sin más explicación o compromiso (y sin necesariamente perder tiempo para encontrar el número de identificación duplicado exacto).
  4. Si dejo el título incompleto al presentar el problema, el equipo central puede cerrar mi problema sin más explicaciones o compromisos.
  5. Si presento algo completamente en blanco en el cuerpo, el equipo central puede cerrar mi problema sin más explicación o compromiso.

¿Todo bien? ¡Entonces proceda!
->

** ¿Su solicitud de función está relacionada con un problema? Por favor describa.**
Una descripción clara y concisa de cuál es el problema. Ex. Siempre me frustra cuando

Re: Mi solicitud esta basada en una función que me gustaría que implementaran.

** Describe la solución que te gustaría **
Una descripción clara y concisa de lo que quieres que suceda.

Re: Me gustaría que implementaran al hacer click derecho sobre una carpeta poder cambiar el color de las carpetas para tener un mejor orden ya que esto ayuda a recordar que archivo tenemos en dicha carpeta.

** Describe las alternativas que has considerado **
Una descripción clara y concisa de cualquier solución o característica alternativa que haya considerado.

Re: Ya que uso una herramienta en el explorador de Windows para cambiar las carpetas de color llamada Colorize pero en el explorador Beta no funciona esta aplicación

** Contexto adicional **
Agregue cualquier otro contexto o capturas de pantalla sobre la solicitud de función aquí. Ej .: ¿Qué tipo de dispositivo / diseño de interfaz de usuario y versión de la aplicación?

image

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@yaira2 yaira2 changed the title Explorador Betas - Nuevas ideas o funciones Add support for Colorize extension Oct 13, 2020
@gave92
Copy link
Member

gave92 commented Oct 14, 2020

I don't suppose @yaichenbaum you would accept something like the following to solve this issue, right? (would solve #519 as well I think)

(That is, showing the same icon explorer does)

@yaira2
Copy link
Member

yaira2 commented Oct 14, 2020

@gave92 It depends on how the extension works, if all it does is change the folder icon, then I think #519 would solve it. If it works differently then we should explore to find out how it does it.

@gave92
Copy link
Member

gave92 commented Oct 14, 2020

I just tried with that extension and it looks like it works the same as the example in #519.
The picture above is real -> you can see that two icons pick up the color set through the Colorize extension
"Problem" is it would use the icon from explorer for all the folders, even for those without a custom icon

@yaira2
Copy link
Member

yaira2 commented Oct 14, 2020

Is there a way to take the icon only when it's a custom one?

@gave92
Copy link
Member

gave92 commented Oct 14, 2020

I don't think you can distinguish whether the icon is a default one using StorageFolder.GetThumbnailAsync (easiest/fastest/uwp way to get the icon)
You'd probably be able to do this from the fulltrust process..

@yaira2
Copy link
Member

yaira2 commented Oct 14, 2020

@gave92 Is this something you can work on?

@gave92
Copy link
Member

gave92 commented Oct 14, 2020

Just to be sure: is the expected result the one below?
(All default Files folder icons except for the 2 custom ones)

@lukeblevins
Copy link
Contributor

Related: Official support for tagging folders is tracked here: #1161

@yaira2
Copy link
Member

yaira2 commented Oct 15, 2020

This feature was implemented in #2094.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants