Micro Video Capture full changelog
Micro Video Capture 2.0.14
released Aug 28, 2024 (New Release)
New options:
matchbracestyle to choose whether to underline or highlight matching braces (by @toiletbril in #2876)
matchbraceleft to choose whether to match brace to the left of the cursor (by @dmaluka in #3432)
hltrailingws to highlight trailing whitespace (by @dmaluka in #1897)
hltaberrors to highlight tab vs space inconsistencies (by @dmaluka in #1897)
Cursor movement and selection improvements:
Add jump command to perform a relative goto (by @JoeKar in #3210)
Add sub-word movement actions and improve word movements (by @masmu in #2665 #3321)
Add paragraph selection actions and improve paragraph movements (by @hchac in #3353)
Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down (by @injust in #3407)
Syntax highlighting improvements:
Add signatures support to improve filetype detection in ambiguous cases (by @JoeKar in #2819 and @dmaluka in #3208)
Provide default.yaml for default syntax highlighting (by @JoeKar in #2933 and @dmaluka in #3259 #3262)
Improvements in syntax highlighting for various languages
Mouse improvements:
More generic support for mouse events handling (by @dmaluka in #2605)
Add mouse release and mouse drag events (by @dmaluka in #2606)
Make MouseMultiCursor toggle cursors (by @dmaluka in #3146)
Lua improvements:
Better support for handling mouse events in lua (by @dmaluka in #2605)
Better API for lua timers (by @dmaluka in #3023 #3211)
Add onAnyEvent callback (by @dmaluka in #3244)
Misc improvements:
Allow colorschemes to include other colorschemes (by @JoeKar in #2844)
Give user's files in ~/.config/micro/ precedence over micro's built-in files (by @JoeKar in #3066 and @dmaluka in #3031)
Respect umask when creating files (by @niten94 in #3095)
Smarter smartpaste (by @Andriamanitra in #3002)
Make default fileformat value suited to the OS (by @dmaluka in #3141)
Improve buffer view relocation after jumping to a far-away location (by @dmaluka in #2628)
Improve return values of some actions for better action chaining (by @dmaluka in
matchbracestyle to choose whether to underline or highlight matching braces (by @toiletbril in #2876)
matchbraceleft to choose whether to match brace to the left of the cursor (by @dmaluka in #3432)
hltrailingws to highlight trailing whitespace (by @dmaluka in #1897)
hltaberrors to highlight tab vs space inconsistencies (by @dmaluka in #1897)
Cursor movement and selection improvements:
Add jump command to perform a relative goto (by @JoeKar in #3210)
Add sub-word movement actions and improve word movements (by @masmu in #2665 #3321)
Add paragraph selection actions and improve paragraph movements (by @hchac in #3353)
Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down (by @injust in #3407)
Syntax highlighting improvements:
Add signatures support to improve filetype detection in ambiguous cases (by @JoeKar in #2819 and @dmaluka in #3208)
Provide default.yaml for default syntax highlighting (by @JoeKar in #2933 and @dmaluka in #3259 #3262)
Improvements in syntax highlighting for various languages
Mouse improvements:
More generic support for mouse events handling (by @dmaluka in #2605)
Add mouse release and mouse drag events (by @dmaluka in #2606)
Make MouseMultiCursor toggle cursors (by @dmaluka in #3146)
Lua improvements:
Better support for handling mouse events in lua (by @dmaluka in #2605)
Better API for lua timers (by @dmaluka in #3023 #3211)
Add onAnyEvent callback (by @dmaluka in #3244)
Misc improvements:
Allow colorschemes to include other colorschemes (by @JoeKar in #2844)
Give user's files in ~/.config/micro/ precedence over micro's built-in files (by @JoeKar in #3066 and @dmaluka in #3031)
Respect umask when creating files (by @niten94 in #3095)
Smarter smartpaste (by @Andriamanitra in #3002)
Make default fileformat value suited to the OS (by @dmaluka in #3141)
Improve buffer view relocation after jumping to a far-away location (by @dmaluka in #2628)
Improve return values of some actions for better action chaining (by @dmaluka in
Micro Video Capture 2.0.13
released Aug 20, 2024 (New Release)
What's Changed:
actions: saveas: Fix crash at access without permission by @JoeKar in #3082
Do correct cursor right with storing visual X in CursorRight action by @dustdfg in #3103
Set bits in mode used when creating files by @niten94 in #3095
infocomplete: Complete filetypes by @JoeKar in #3090
Add go.mod syntax support by @dustdfg in #3061
Make plugins in ~/.config/micro/plug dir override built-in plugins by @dmaluka in #3031
Make default fileformat value suited to the OS by @dmaluka in #3141
Make MouseMultiCursor toggle cursors by @dmaluka in #3146
util: Fix opening filenames including colons with parsecursor by @JoeKar in #3119
Fix various issues with SpawnMultiCursor{Up,Down} by @dmaluka in #3145
rtfiles: Give user defined runtime files precedence over asset files by @JoeKar in #3066
micro: Don't forward nil events into the sub event handler by @JoeKar in #2992
micro: DoEvent: Don't forward the resize event into the InfoBar by @JoeKar in #3035
Remove the NoDisplay=true from desktop file by @blt-r in #3171
syntax: sh: Fix command parameter highlighting by @JoeKar in #3128
Some syntax highlighting updates for C and C#. by @alexrp in #3125
feat: adds GetArg and GetWord methods to Buffer by @taconi in #3112
Add onRune parameter, utf8 package in plugins.md by @niten94 in #3100
Add syntax highlight code for .kv files by @taconi in #3106
Add syntax highlight code for log files by @taconi in #3105
options: add matchbracestyle by @toiletbril in #2876
Highlight autcompleted command in statusline for simple theme by @dustdfg in #3057
termwindow: Show cursor only when his X and Y axis is smaller than the window size by @JoeKar in #3036
Fix split pane divider hovering over neighboring split pane by @dmaluka in #3070
Fix ruler overwriting neighboring split pane + fix crash #3052 by @dmaluka in #3069
Add main tag to html syntax highlighting by @dimaguy in #2999
Smarter smartpaste (#3001) by @Andriamanitra in #3002
command: Add capability to use relative numbers in goto by @Jo
actions: saveas: Fix crash at access without permission by @JoeKar in #3082
Do correct cursor right with storing visual X in CursorRight action by @dustdfg in #3103
Set bits in mode used when creating files by @niten94 in #3095
infocomplete: Complete filetypes by @JoeKar in #3090
Add go.mod syntax support by @dustdfg in #3061
Make plugins in ~/.config/micro/plug dir override built-in plugins by @dmaluka in #3031
Make default fileformat value suited to the OS by @dmaluka in #3141
Make MouseMultiCursor toggle cursors by @dmaluka in #3146
util: Fix opening filenames including colons with parsecursor by @JoeKar in #3119
Fix various issues with SpawnMultiCursor{Up,Down} by @dmaluka in #3145
rtfiles: Give user defined runtime files precedence over asset files by @JoeKar in #3066
micro: Don't forward nil events into the sub event handler by @JoeKar in #2992
micro: DoEvent: Don't forward the resize event into the InfoBar by @JoeKar in #3035
Remove the NoDisplay=true from desktop file by @blt-r in #3171
syntax: sh: Fix command parameter highlighting by @JoeKar in #3128
Some syntax highlighting updates for C and C#. by @alexrp in #3125
feat: adds GetArg and GetWord methods to Buffer by @taconi in #3112
Add onRune parameter, utf8 package in plugins.md by @niten94 in #3100
Add syntax highlight code for .kv files by @taconi in #3106
Add syntax highlight code for log files by @taconi in #3105
options: add matchbracestyle by @toiletbril in #2876
Highlight autcompleted command in statusline for simple theme by @dustdfg in #3057
termwindow: Show cursor only when his X and Y axis is smaller than the window size by @JoeKar in #3036
Fix split pane divider hovering over neighboring split pane by @dmaluka in #3070
Fix ruler overwriting neighboring split pane + fix crash #3052 by @dmaluka in #3069
Add main tag to html syntax highlighting by @dimaguy in #2999
Smarter smartpaste (#3001) by @Andriamanitra in #3002
command: Add capability to use relative numbers in goto by @Jo
Micro Video Capture 7.0.0.980
released Jan 24, 2011 (New Release)
Micro Video Capture 7.0.0.976
released Jan 12, 2011 (New Release)
· Supports many devices;
· Updated with Window Media;
· Updated UI;
· Updated encoder and decoder;
· More shortcuts;
· Bug fixed;
· Updated with Window Media;
· Updated UI;
· Updated encoder and decoder;
· More shortcuts;
· Bug fixed;
Micro Video Capture 7.0.0.970
released Dec 22, 2010 (New Release)
Micro Video Capture 7.0.0.962
released Dec 3, 2010 (New Release)
Micro Video Capture 7.0.0.945
released Nov 2, 2010 (New Release)
Version 7.0.0.945 may include unspecified updates, enhancements, or bug fixes.
Micro Video Capture 7.0.0.928
released Sep 16, 2010 (New Release)
Version 7.0.0.928 may include unspecified updates, enhancements, or bug fixes.
Micro Video Capture 7.0.0.902
released Aug 16, 2010 (New Release)
Version 7.0.0.902 may include unspecified updates, enhancements, or bug fixes.
Micro Video Capture 7.0.0.897
released Jul 26, 2010 (New Release)
Version 7.0.0.897 may include unspecified updates, enhancements, or bug fixes.
Micro Video Capture for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Micro Video Capture from the publisher.
Full Micro Video Capture 2.0.14 details
Download Micro Video Capture 2.0.14
Micro Video Capture 2.0.14 serial key
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
WinX MediaTrans
63% Off -
WinX DVD Copy Pro
42% Off -
MacX Video Converter Pro
56% Off -
MacX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
ppt to pdf
pdf to word
word to pdf
pdf converter
xls to pdf
word
docm to pdf
pdf to doc
convert pdf to word
xlsm to pdf
ppt to jpg
notepad
office converter
editor
txt to pdf
text
docx to pdf
rtf to pdf
word to pdf converter
powerpoint to pdf
pptx to pdf
unicode
word to jpg
pdf to text
convert word to pdf
doc to pdf
excel to pdf
text editor
html
xlsx to pdf
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- CPU Cooling Master - Laptop Cooler 1.6.8.8
- Windows 7
- Memory Card Data Recovery Freeware Tool 2.2.1.4
- Windows 7 Service Pack 1 7601.17514.1011
- PrimoCache 4.3.0
- CubexSoft PDF Merge Tool 1.1
- OST2PST Converter Free 6.6 6.6
- MailsGen PST Converter 1.0
- Daanav Image Downloader 1.0
- Stellar Data Recovery Professional 11.0.0.8
- Aryson Opera Mail Backup Tool 21.3
- Yahoo Mail Converter 21.9
- Email Backup and Restore Software 3.0
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.