CodeKit icon indicating copy to clipboard operation
CodeKit copied to clipboard

Folders with special characters in name won’t be skipped

Open supermueller opened this issue 7 years ago • 2 comments

If a folder with special characters in its name (e.g. a blank character) is be added to the Skipped Folders list, it will not be skipped.

Expected results:

The folders should be skipped correctly.

Actual results:

The “wrong“ named folders will not be skipped.

Exact steps to reproduce:

Create a folder called Hello World, in CodeKits file browser select and right-click on the folder, select “Skip This Folder“. The name of the folder appears in the Skipped Folder list, but is not grayed out in the files browser and containing files will still be processed.

supermueller avatar May 05 '17 09:05 supermueller

Well...folders with spaces in their names aren't generally involved in websites because that space character would have to be percent-encoded in the URL. My advice would be to not use spaces in your folder names.

Sent from my iPad

On May 5, 2017, at 02:37, Karsten Müller [email protected] wrote:

Quick, short summary:

If a folder with special characters in its name (e.g. a blank character) is be added to the Skipped Folders list, it will not be skipped.

Expected results:

The folders should be skipped correctly.

Actual results:

The “wrong“ named folders will not be skipped.

Exact steps to reproduce:

Create a folder called Hello World, in CodeKits file browser select and right-click on the folder, select “Skip This Folder“. The name of the folder appears in the Skipped Folder list, but is not grayed out in the files browser and containing files will still be processed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

bdkjones avatar May 05 '17 17:05 bdkjones

You are right: Spaces in web projects aren’t a good idea – but in real world you sometimes have to use them. But if is to complicated to implement this feature, I can live with it.

supermueller avatar May 08 '17 12:05 supermueller