[Kde-bindings] KDE/kdebindings
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Thu Jul 24 12:54:02 UTC 2008
SVN commit 837327 by rdale:
* Special case the KTextEditor classes so that pure virtual methods are converted to ordinary
callable methods, instead of C# abstract methods
CCMAIL: kde-bindings at kde.org
M +6 -2 csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationInterface.cs
M +3 -1 csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationModel.cs
M +15 -5 csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationViewInterface.cs
M +28 -8 csharp/ktexteditor/ktexteditor/KTextEditor_CodeCompletionInterface.cs
M +9 -3 csharp/ktexteditor/ktexteditor/KTextEditor_Command.cs
M +12 -4 csharp/ktexteditor/ktexteditor/KTextEditor_CommandExtension.cs
M +15 -5 csharp/ktexteditor/ktexteditor/KTextEditor_CommandInterface.cs
M +9 -3 csharp/ktexteditor/ktexteditor/KTextEditor_ConfigInterface.cs
M +12 -3 csharp/ktexteditor/ktexteditor/KTextEditor_ConfigPage.cs
M +6 -2 csharp/ktexteditor/ktexteditor/KTextEditor_ContainerInterface.cs
M +137 -39 csharp/ktexteditor/ktexteditor/KTextEditor_Document.cs
M +44 -12 csharp/ktexteditor/ktexteditor/KTextEditor_Editor.cs
M +3 -1 csharp/ktexteditor/ktexteditor/KTextEditor_Factory.cs
M +43 -15 csharp/ktexteditor/ktexteditor/KTextEditor_MarkInterface.cs
M +18 -6 csharp/ktexteditor/ktexteditor/KTextEditor_MdiContainer.cs
M +16 -4 csharp/ktexteditor/ktexteditor/KTextEditor_ModificationInterface.cs
M +10 -2 csharp/ktexteditor/ktexteditor/KTextEditor_SearchInterface.cs
M +6 -2 csharp/ktexteditor/ktexteditor/KTextEditor_SessionConfigInterface.cs
M +19 -5 csharp/ktexteditor/ktexteditor/KTextEditor_SmartCursor.cs
M +120 -28 csharp/ktexteditor/ktexteditor/KTextEditor_SmartInterface.cs
M +3 -1 csharp/ktexteditor/ktexteditor/KTextEditor_SmartRange.cs
M +3 -1 csharp/ktexteditor/ktexteditor/KTextEditor_TemplateInterface.cs
M +9 -3 csharp/ktexteditor/ktexteditor/KTextEditor_TextHintInterface.cs
M +6 -2 csharp/ktexteditor/ktexteditor/KTextEditor_VariableInterface.cs
M +64 -20 csharp/ktexteditor/ktexteditor/KTextEditor_View.cs
M +4 -0 kalyptus/kalyptusCxxToKimono.pm
More information about the Kde-bindings
mailing list