-
Lyceum BSU
- Minsk, Belarus
- @pavelkasila
Highlights
- Pro
Block or Report
Block or report pkasila
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
PoweredTouchBar Public
PoweredTouchBar is a library which lets you easily and more powerfully use Touch Bar on macOS with SwiftUI
Swift 8
-
-
nvidia-patch Public
Forked from Snawoot/nvidia-patch
This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
Python
1,184 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 70 commits in 1 repository
Created 1 repository
- pkasila/CodeEdit Swift
Created a pull request in CodeEditApp/CodeEdit that received 9 comments
Open Quickly
Fixes #42
Implements overlay for "Open Quickly"
Creates a new module with OverlayPanel
OverlayPanel automatically closes when it's out of focus (a…
Opened 24 other pull requests in 2 repositories
CodeEditApp/CodeEdit
20
merged
1
closed
-
Remember State: initialize
selectedIdwhen opening from.codeedit/selection.json - Remember State: Project State
- Added scrollable breadcrumb, fixed sidebar moving to far left
- "Open Quickly" UI
- Fix version localization key
- Change document types priority
- Fix MainMenu's "Welcome to CodeEdit"
- Fix data format
- Fix Preferences going fullscreen, not allow creation of multiple Preferences windows
- GitHub Actions: add workflow for SwiftLint
- Fix SwiftLint warnings
- Fix: Welcome screen shouldn't open on relaunch if there are windows loading from previous launch
- Add more localized strings + add new localizations
- Fix: Scroll to the selected item in the TabBar
- File saving
- Quick fix: Welcome screen
- Open panel on app reopen when there are no visible windows
- Small design changes
- Use NSDocument
- Workspaces and separate files
- Project's folder opening, basic Settings and open by URL
pkasila/CodeEdit
3
closed
Reviewed 12 pull requests in 1 repository
CodeEditApp/CodeEdit
12 pull requests
- added font picker for terminal emulator
- fixed welcome window shortcut
- Fix no icon of settings view problem and new theme tab
- Fix the bugs of setting view and change to swift lifecycle
- Tab Improvements
- [Fix] Quick open panel init every time keyboard shortcut fires
- Fix multiple welcome windows
- Message Preview when opening the non coding file
- Create CONTRIBUTING.md
- Fixed reopen behavior on first launch
- ⌘W Closes active tab instead of window, Fixes #54
- Basic sidebar folder explorer and text editor
Created an issue in CodeEditApp/CodeEdit that received 1 comment
[BUG] - Hide temporary files which are created when saving a file
When you close or save file temporary file is created before saving to original file's URL. It's shown in the sidebar for a fraction of a second. I…