コミット履歴

作者 SHA1 メッセージ 日付
  BDisp ec0822401a Fixes #1867. Use Undo and Redo commands with WordWrap enabled. (#1877) 3 年 前
  BDisp 57fc939e22 Fixes #1866. Bug when scrolling text and type in a TextView. (#1868) 3 年 前
  Tig Kindel 2451c19d15 Wizard fixes (#1802) 3 年 前
  BDisp 2e2566f0f0 Fixes #1796. If TextView is ReadOnly tab and return are ignored. Also fixes Button click via spacebar (#1804) 3 年 前
  BDisp 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. 3 年 前
  BDisp 9c36ec7c83 Fixes #1675. ContextMenu MenuItens typo 3 年 前
  BDisp 177465fae2 Implementing context menu and localization on TextView. (#1631) 3 年 前
  BDisp e3b62cff38 Implementing undo/redo to back tab key. (#1608) 3 年 前
  BDisp 6c21b1ee6e Implementing HistoryText class for undo and redo text. (#1590) 3 年 前
  Thomas Nind ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 年 前
  BDisp 4df5897318 Fixes the cursor not being showing if the text length is equal to the view width. 3 年 前
  BDisp eca55d7d42 Allows navigation to outside a TextView if IsMdiContainer is true. 3 年 前
  BDisp 32db62044e Changes kill-to-start key to work on Linux too. 3 年 前
  BDisp 2513dbc0f9 Fixes the CalculateLeftColumn method avoiding jump two columns on forward moving. 3 年 前
  BDisp 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) 3 年 前
  BDisp 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 年 前
  BDisp be0ffc2606 Fixes #1438. Backspace not redrawing screen under some situations. (#1441) 3 年 前
  Thomas Nind d60aed79e4 Autocomplete for TextView (#1406) 4 年 前
  BDisp 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 年 前
  BDisp b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 年 前
  BDisp 49e71b45af Fixes #1380. Setting AllowsTab in TextView keeps Multiline. 4 年 前
  BDisp e78bba0cc2 Fixes TextView to deal with CRLF format. 4 年 前
  BDisp 3da689ff31 Fixes #1314. TextView now exposes file exceptions from callers. 4 年 前
  tznind 2b5c83d3dc Merge remote-tracking branch 'upstream/main' into color-text-view 4 年 前
  Thomas Nind fb5830ea9d Made color methods in TextView protected virtual 4 年 前
  BDisp f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 年 前
  BDisp 5b490a8c8f Fixes #1266. Using Ctrl+PageUp/PageDown to allowing navigate through windows. (#1283) 4 年 前
  Thomas Nind 71e719fb2b Made CursorLeft/CursorRight change focus when cursor position is at start/end of a TextView (#1271) 4 年 前
  BDisp c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 年 前
  BDisp 0fe512d198 Fixes #1211. Added support to TextView for word based operations Ctrl+Del and Ctrl+Backspace. (#1212) 4 年 前