Commit History

Author SHA1 Message Date
  kevinkofler a66ee17349 Enable auto-indent (=> syntax highlighting description version 1.01). 18 years ago
  kevinkofler 2c6600dca9 Implement customizable list of templates. Can't actually be used yet though. 18 years ago
  kevinkofler f906815929 Fix missing mkdir_multi. 18 years ago
  kevinkofler 82dd4b9744 Update copyright notice. 18 years ago
  kevinkofler 7b608c790d Allow setting the LineStartOnly flag from the UI, as this feature is used in the default settings. (Also matches KTIGCC's dialog.) 18 years ago
  kevinkofler 5395a86db5 Bump RPM version from 0.0.date (alpha) to 0.80.date (beta). 18 years ago
  kevinkofler d90da807ff Temporarily hide unimplemented "Find symbol declaration" so I can release a beta without non-working menu items. 18 years ago
  kevinkofler 583f5b252b Where did that geometry property for the SourceFileWindow toolbar suddenly come from? Remove it again. 18 years ago
  kevinkofler d6ae23bbff Prompt for saving out-of-project source files before exiting. 18 years ago
  kevinkofler b6134236db Fix Ctrl+C/Ctrl+Ins conflict between main window and error list. (Now works as expected: They apply to the error window if it has the focus, and the main window otherwise.) 18 years ago
  kevinkofler 9dde29d3a9 Don't hardcode background color of KListViews to white, set alternateColor to QColor() instead. 18 years ago
  kevinkofler 7c73c8b3aa "Switchable" only switches to other styles with the same ending. 18 years ago
  kevinkofler 2211ff9a03 Delete spaces at end of line. 18 years ago
  kevinkofler 996c79e479 Fix typo. (Doesn't really matter in practice.) 18 years ago
  kevinkofler 696ce7eb3d Delete unused "newSlot()" slot. 18 years ago
  kevinkofler cf1a85ab6d Finish syntax highlighting customization. 18 years ago
  kevinkofler cb08ea8f2d Implement "New Style" and "New List" buttons in syntax highlighting customization. 18 years ago
  kevinkofler 1aab02b749 Implement setting colors of parentheses. 18 years ago
  kevinkofler 906d897b1e Use clicked() instead of pressed() (which does not do what you may think it does), obviating the need for the setDown(FALSE) hack. 18 years ago
  kevinkofler 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). 18 years ago
  kevinkofler afecec0117 Remove redundant braces again. 18 years ago
  kevinkofler a920412b3f Add another crude hack to fix reloading the highlighting in the case where there is exactly one Kate view open. 18 years ago
  kevinkofler 2d79b10966 Revise hack to update syntax highlighting settings in filePreferences. 18 years ago
  kevinkofler da003b74ba Implement syntax highlighting reset. 18 years ago
  kevinkofler a98a0a1506 Allow disabling syntax highlighting from the preferences. 18 years ago
  kevinkofler 27969e5f80 Start implementing syntax highlighting preferences: 18 years ago
  kevinkofler 53bb89368a Design dialogs for syntax highlighting customization. 18 years ago
  kevinkofler 6fce1f146e Fix keyboard accelerator conflicts. 18 years ago
  kevinkofler 096b8d1104 Set the default project directory to ~/tigcc-projects instead of $TIGCC/projects (which doesn't make much sense for the usual case of a system-wide TIGCC install). 18 years ago
  kevinkofler 13e26ed620 Add '#' to the additionalDeliminator (sic) list. 18 years ago