CeH9
Software engineer
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 31
-
Created IsFileBinary()
AnsweredHow to detect that file is binary i.e. IDE doesn't support undo with this file. Maybe exists something like list of supported file extensions? -
Created Where to store binary files
Since IDE doesn't support undo for Binary files i want to make my custom Undoable action. I'm thinking about cache file in system/myDir + keep path in userData. Maybe exists more elegant way? -
Created FileTemplates doesn't save on disk
AnsweredWhen i create FileTemplate via FileTemplateManager.addTemplate it available to use and in settings (Ctrl + alt + s -> File and code templates), but templates doesn't save on disk. Seems like IDE k... -
Created FileTemplateManager didn't found Project-level FileTemplates
How to get Project-level FileTemplate? details: https://github.com/CeH9/PackageTemplates/issues/4 -
Edited ProgressManager#WithProgressAsync + CommandProcessor#executeCommand
I'm wrapping several commands into CommandProcessor#executeCommand for Undoability in one action. All inner commands runs in separeted AppllicationManager#InvokeLater. Commands executed in Async t...