You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename file path copy methods and add remote file support
Refactored the copy file operation methods to use clearer, more descriptive names that better reflect their functionality. Updated method implementations to support remote files in addition to local files.
Method renames:
- OnCopyFilePath → OnCopyFileFullPath
- OnCopyFilePathOnly → OnCopyFolder
- OnCopyFileName → OnCopyFileFullName
Enhanced the copy operations to detect remote files and handle path operations appropriately. For remote files, use the remote path API; for local files, use wxFileName. Updated OnCopyFilePathRelativeToWorkspace to correctly handle both remote and local workspaces, with proper path separator handling (UNIX vs. NATIVE).
* LiteEditor/frame.h
* LiteEditor/frame.cpp
Generated by CodeLite
Signed-off-by: Eran Ifrah <eran@codelite.org>
0 commit comments