Firecharmlily / Summerplusplus

Summer++
Other
4 stars 0 forks source link

Bug to Fix: Failure to open Files with spaces with Alt+F6 #1

Open julian-robledo opened 4 years ago

julian-robledo commented 4 years ago

Description of the Issue

When opening a file from highlighting and pressing alt+F6, if the file contains an “&” surrounded with spaces, 3 different files are opened/created.

Steps to Reproduce the Issue

  1. Create a File with spaces in its name, i.e.: YEEET & YEEET.txt.

    Picture1
  2. Enter the file path onto Notepad++.

  3. Highlight said file path and press Alt+F6.

Expected Behavior

The file to open without any issues.

Actual Behavior

Attempts to create 3 files, YEEET, &, YEEET.

Picture2 Picture3
julian-robledo commented 4 years ago

Progress so far: Found the location of the bug. Located at line 216.