Commit Graph

107 Commits

Author SHA1 Message Date
Nikolaj Olsson
c8acbe8cb6 Allow space in "music symbols to replace" (now use separator comma instead of space) 2018-01-02 15:07:52 +01:00
Nikolaj Olsson
3fe6337160 Optimize two string operations 2017-12-10 22:18:13 +01:00
Ivandro Ismael
9950d9499b RegexUtils] - move regex methods to regexutils. 2017-12-03 16:23:08 +00:00
Nikolaj Olsson
4750acc417 Fix for "Merge short line (single sentence)" - thx aaaxx :)
Fix #2658
2017-12-02 16:55:56 +01:00
Nikolaj Olsson
4b18695126 Optimize "SplitToLines" method (about 60% faster) 2017-11-26 17:35:00 +01:00
Nikolaj Olsson
9fefea4bc9 Fix crash in "Fix common errors" part 2 - thx tormento :) 2017-11-24 19:16:52 +01:00
Nikolaj Olsson
46688866f4 Fix crash in "Fix common errors" - thx tormento :) 2017-11-24 18:52:41 +01:00
Nikolaj Olsson
d1212c005e Add some support for ismt dfxp 2017-11-01 21:49:46 +01:00
Nikolaj Olsson
c06a29a45c Fix possible "double fix" in "Fix Uppercase I Inside Words" 2017-10-26 00:09:17 +02:00
Nikolaj Olsson
cfb8a62c49 Tweak to "Fix uppercase 'i' inside lowercase word" - thx Boulder08 :)
Fix #2576
2017-09-24 12:08:35 +02:00
Nikolaj Olsson
cf8d6d4e10 Add "Bridge gaps in duration" to "Batch convert" 2017-09-03 15:29:43 +02:00
Nikolaj Olsson
8bca4144d2 Fix minor issues with new "FixMissingSpaceBeforeAfterMusicQuotes" method 2017-08-14 19:01:24 +02:00
Nikolaj Olsson
97f2d39d73 Fix for 'Fix missing spaces' and music symbols/italic - thx cameronks :) 2017-08-13 20:47:59 +02:00
Nikolaj Olsson
c02f3287ab Minor refact 2017-08-07 17:42:48 +02:00
Nikolaj Olsson
cb3e6f99e3 Remove colon now leaves first letter in uppercase - thx aucforum :)
Fix #2460
2017-07-03 21:49:47 +02:00
Ivandro Ismael
b30c415cc2 Minor refacts / optimization 2017-06-03 20:55:24 +00:00
Nikolaj Olsson
b05db70b06 A few minor improvements 2017-05-08 17:42:09 +02:00
Nikolaj Olsson
3a35c9df63 Minor fix for "Remove text for HI" 2017-05-08 17:37:59 +02:00
Nikolaj Olsson
e5bb4d158c Change/fix for "Remove text for HI" - thx pson :) 2017-05-04 21:01:08 +02:00
Nikolaj Olsson
084c1bdf8e Fixed issue regarding "Fix dialogs on one line" - thx ingo :) 2017-03-04 23:00:43 +01:00
Nikolaj Olsson
63c8ed0302 Fixed remove test for HI issue - thx Boulder08 :)
Fix #2109
2016-11-27 13:27:07 +01:00
Nikolaj Olsson
ca69e3740b Fix "Fix missing spaces" issue regarding Finnish/Swedish colons - thx Boulder08 :)
Fix #2096
2016-11-20 19:51:58 +01:00
Nikolaj Olsson
73daa1d1a1 Fixed "Remove text for HI" issue reagarding colons - thx Boulder08 :)
Fix #2098
2016-11-20 19:11:15 +01:00
Nikolaj Olsson
889fbd2c11 Fixed confusing variable naming 2016-11-20 18:18:09 +01:00
Nikolaj Olsson
952997118b Merge pull request #2092 from ivandrofly/helper
[FixDialogsOnOneLine] - Minor fixes.
2016-11-20 11:27:54 +01:00
Nikolaj Olsson
66d7aaf8b1 Merge pull request #2093 from ivandrofly/unneded_periods
[FixUnneededPeriods] - Update/Optimize.
2016-11-20 11:25:13 +01:00
Ivandro Ismael
e45a57fa07 [FixUnneededPeriods] - Update/Optimize. 2016-11-20 00:14:20 +00:00
Ivandro Ismael
2db5dfbe9d [FixDialogsOnOneLine] - Cache line count. 2016-11-19 22:31:33 +00:00
Ivandro Ismael
f0ae1acb82 [FixDialogsOnOneLine] - Minor fixes. 2016-11-19 22:26:46 +00:00
Ivandro Ismael
740cae9291 [Rename] - Stripable => Strippable. 2016-11-19 21:40:34 +00:00
Waldi Ravens
b9f2b76b38 Formatting (whitespace only) 2016-07-27 19:24:22 +02:00
Nikolaj Olsson
d215f25150 Keep ass/ssa style in "batch convert" when no style is chosen - thx Thunderbolt8 :) 2016-07-17 17:02:37 +02:00
Nikolaj Olsson
f320d42d27 Fix for "Remove text for HI" - thx Peta :) 2016-07-14 18:32:33 +02:00
Ivandro Ismael
aa11ca5340
[Refact] - Check if char is letter using built-in method char.IsLetter(). 2016-07-11 19:37:02 +01:00
Ivandro Ismael
098c4c13b3
[Regex] - Remove duplicated compiled regex. 2016-07-08 16:51:16 +00:00
Ivandro Ismael
dc47d529cb
StartWithUppercase] - Check if char is digit/letter using chars helper method. 2016-07-05 16:01:26 +00:00
Ivandro Ismael
62c6b58de3
[FixEllipsesStart] - Minor refact. 2016-07-01 20:31:42 +00:00
Ivandro Ismael
7952b4e6b8 Fixed typo (Impared ==> Impaired) 2016-07-01 15:08:36 +02:00
Waldi Ravens
15c9413a3b Fixed typo (Core.Forms.RemoveTextForHI) 2016-07-01 12:54:00 +02:00
Ivandro Ismael
6175efa056
[RemoveTextForHI] - Minor refactor. 2016-06-30 03:25:02 +00:00
Nikolaj Olsson
ff8a832f1b Some minor optimizations inspired by #1814 - thx invandrofly :)
Fix  #1814
2016-06-29 19:22:06 +02:00
Nikolaj Olsson
065bb35296 Minor "Remove text for HI" fix (all uppercase don't remove "OK") - thx Maksim :) 2016-05-31 16:31:47 +02:00
Waldi Ravens
a00f3c347c Minor refact 2016-05-03 14:56:37 +02:00
Ivandro Ismael
ee36f1677b Remove unused namespaces. 2016-04-30 14:43:24 +01:00
Nikolaj Olsson
fb0dc9062b Merge pull request #1734 from ivandrofly/patch-rfct
Move Interfaces into Interfaces folder.
2016-04-30 10:39:22 +02:00
Ivandro Ismael
b6e57c022f Move Interfaces into Interfaces folder. 2016-04-30 03:19:47 +01:00
Ivandro Ismael
3a74cb6bb6 [StartWithUppercase] - Fix/Update. 2016-04-29 15:56:18 +01:00
Waldi Ravens
cf96b750b8 Formatting (whitespace only) 2016-04-13 14:35:13 +02:00
Nikolaj Olsson
97882d5488 Fixed "Remove text for HI" issue regarding "[scoffs]: Nice try." 2016-04-12 22:29:38 +02:00
Nikolaj Olsson
7ccf8a9eaf Some fixes for "Remove text for HI" - thx Thunderbolt8 :)
Fix  #1683 and fix #1684
2016-04-09 13:26:56 +02:00