コミット履歴

作者 SHA1 メッセージ 日付
  kevinkofler db7fb32a81 Fix compilation on BSD (use GNU make) (patch by Joachim Jona). 18 年 前
  kevinkofler 633684dae7 Fix hexadecimal number syntax. 18 年 前
  kevinkofler 21db288c73 No need to delete CVS subdirectories of emptied (and no longer appearing in checkouts) directories. 18 年 前
  kevinkofler 20cca3871d Port ttunpack code to GNU as and drop hex array hack. 18 年 前
  kevinkofler 774da2079d Change jsr to jbsr. 18 年 前
  kevinkofler bd00532177 Add Lionel Debroux to the tprbuilder copyright notice. 18 年 前
  kevinkofler ff23152d41 tprbuilder patch by Lionel Debroux: add -D switch (pass defines to GCC) 18 年 前
  kevinkofler 3d57e6163d Update pstarter from CVS instead of local source directory. 18 年 前
  kevinkofler 3642799dba Import pstarter. 18 年 前
  joeyadams e1693a6716 Added syntax highlighting options to the TIGCCPrefs structure. 18 年 前
  kevinkofler dcf73c9c98 MOV is not an A68k keyword. 18 年 前
  kevinkofler f0eabd6ce3 Use lowercase internal name so we don't get both KTIGCCrc and ktigccrc config files. 18 年 前
  joeyadams e2b7d937b5 Implemented configuration saving for current preference structure items. 18 年 前
  joeyadams abb9401d27 Set up loadPreferences/savePreferences/defaultPreferences interface, but it does not actually load or save yet. 18 年 前
  joeyadams b827af1418 Fixed issue with creating C files through the menu so it's in sync with creating them through the context menu. 18 年 前
  joeyadams 30e02c076b Implemented Increase Indent, Decrease Indent, and set tab width to 2. 18 年 前
  kevinkofler b9b945baa2 Implement lazy loading of the Kateparts (aka "On-demand syntax highlighting"). 18 年 前
  kevinkofler 0f7860952f Add FIXME in accel_activated. 18 年 前
  kevinkofler a79c1f0cbc Edit menu part 4: Implement alternate (DOS SAA) accelerators for common edit operations. 18 年 前
  kevinkofler 924d00adef Edit menu part 3: implement the 7 easy entries. 18 年 前
  kevinkofler d6801ef34c Edit menu part 2: forward popup menu clicks to the appropriate slots. (Also rename badly-named slots.) 18 年 前
  kevinkofler 1c0a7787b2 Edit menu part 1: enable/disable items where appropriate. 18 年 前
  kevinkofler af7d175032 Don't set our own isDirty flag, instead use the one provided by the Katepart. 18 年 前
  kevinkofler 92e5c2ba7f Fix status bar display to count lines starting at 1, not 0. 18 年 前
  kevinkofler 50f178ecd7 Initialize cursor position to the beginning of the file. 18 年 前
  kevinkofler 5d78381ab9 Also update the file name when renaming. 18 年 前
  kevinkofler 10aa6182e4 Fix file name updating hack not to lose the file text. 18 年 前
  kevinkofler 7f3cbd2a6d Use a QWidgetStack and remove the default (grayed-out) view. 18 年 前
  kevinkofler c200d88691 Stop abusing Kate's document/view interface and create one document/view pair for each file. 18 年 前
  joeyadams cd9d7d988a Worked on the syntax highlighting preferences to XML function by creating a few functions that will be used later on for adding lists as well as hardcoding the symbol table within the SynToXML function. 18 年 前