~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

Viewing changes to src/addins/Mono.Texteditor/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2009-03-17 17:55:55 UTC
  • mfrom: (1.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20090317175555-2w5qbmu0l5maq6fq
Tags: 1.9.3+dfsg-1ubuntu1
* FFe for Monodevelop 2 granted by motu-release team :)
* Merge from Debian Unstable , remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-03-08  Mike Krüger  <mkrueger@novell.com>
 
2
 
 
3
        * Styles/OblivionStyle.xml: fixed "Bug 482804 - Highlight
 
4
          current line doesnt work in Oblivion theme".
 
5
 
 
6
2009-03-05  Mike Krüger  <mkrueger@novell.com>
 
7
 
 
8
        * Mono.TextEditor/TextEditor.cs: Removed debug messages.
 
9
 
 
10
2009-03-05  Mike Krüger  <mkrueger@novell.com>
 
11
 
 
12
        * Mono.TextEditor/TextEditor.cs: fixed "Bug 482120 - Selection
 
13
          isn't repainted correctly when it's reduced
 
14
          programmatically".
 
15
 
 
16
2009-03-04  Mike Krüger  <mkrueger@novell.com>
 
17
 
 
18
        * Makefile.am:
 
19
        * Mono.TextEditor.csproj:
 
20
        * SyntaxModes/CSharpSyntaxMode.xml:
 
21
        * SyntaxModes/MakefileSyntaxMode.xml: Added makefile syntax
 
22
          mode.
 
23
 
 
24
2009-03-04  Mike Krüger  <mkrueger@novell.com>
 
25
 
 
26
        * Mono.TextEditor/GapBuffer.cs: Corrected insignificant
 
27
          algortihm glitch in gap buffer.
 
28
 
 
29
2009-03-04  Mike Krüger  <mkrueger@novell.com>
 
30
 
 
31
        * Makefile.am: fixed makefile.
 
32
 
 
33
2009-03-03  Mike Krüger  <mkrueger@novell.com>
 
34
 
 
35
        * Mono.TextEditor/TextEditor.cs: fixed "Bug 480308 - Editor
 
36
          not scrolling horizontally".
 
37
 
 
38
2009-03-03  Mike Krüger  <mkrueger@novell.com>
 
39
 
 
40
        * Styles/TangoLightStyle.xml: Changed diff header style for
 
41
          tango light.
 
42
 
 
43
2009-03-03  Mike Krüger  <mkrueger@novell.com>
 
44
 
 
45
        * Makefile.am:
 
46
        * Mono.TextEditor.csproj:
 
47
        * Styles/OblivionStyle.xml:
 
48
        * Styles/TangoLightStyle.xml:
 
49
        * SyntaxModes/DiffSyntaxMode.xml:
 
50
        * Mono.TextEditor.Highlighting/Span.cs:
 
51
        * Mono.TextEditor.Highlighting/Style.cs:
 
52
        * Mono.TextEditor.Highlighting/SyntaxMode.cs: Added diff file
 
53
          syntax mode.
 
54
 
 
55
2009-03-02  Mike Krüger  <mkrueger@novell.com>
 
56
 
 
57
        * Mono.TextEditor/TextEditor.cs: Worked on horizontal
 
58
          scrolling behavior.
 
59
 
 
60
2009-03-02  Mike Krüger  <mkrueger@novell.com>
 
61
 
 
62
        * Styles/OblivionStyle.xml: fixed "Bug 480800 - please
 
63
          highlight //TODO items as gedit does in oblivion style"
 
64
 
 
65
2009-02-26  Michael Hutchinson  <mhutchinson@novell.com>
 
66
 
 
67
        * SyntaxModes/ValaSyntaxMode.xml:
 
68
        * SyntaxModes/PythonSyntaxMode.xml:
 
69
        * Mono.TextEditor.Highlighting/Span.cs: Remove unused
 
70
          constraint attribute.
 
71
 
 
72
        * SyntaxModes/AspNetSyntaxMode.xml: Better highlighting for
 
73
          comments and cdata.
 
74
 
 
75
        * SyntaxModes/XmlSyntaxMode.xml: Better highlighting for
 
76
          cdata.
 
77
 
 
78
2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>
 
79
 
 
80
        * Mono.TextEditor.csproj: Flush.
 
81
 
 
82
2009-02-25  Mike Krüger  <mkrueger@novell.com>
 
83
 
 
84
        * Styles/C64Style.xml: Fixed description.
 
85
 
 
86
2009-02-24  Mike Krüger  <mkrueger@novell.com>
 
87
 
 
88
        * Mono.TextEditor/TextViewMargin.cs:
 
89
        * Mono.TextEditor.Highlighting/SyntaxMode.cs: Optimized pango
 
90
          output a bit.
 
91
 
 
92
2009-02-24  Mike Krüger  <mkrueger@novell.com>
 
93
 
 
94
        * Mono.TextEditor.Highlighting/Match.cs: fixed C# number
 
95
          matching.
 
96
 
 
97
2009-02-24  Mike Krüger  <mkrueger@novell.com>
 
98
 
 
99
        * SyntaxModes/CSharpSyntaxMode.xml: Added highlighting for
 
100
          undocumented keywords.
 
101
 
 
102
2009-02-22  Mike Krüger  <mkrueger@novell.com>
 
103
 
 
104
        * SyntaxModes/CSyntaxMode.xml:
 
105
        * SyntaxModes/BooSyntaxMode.xml:
 
106
        * SyntaxModes/JavaSyntaxMode.xml:
 
107
        * SyntaxModes/ValaSyntaxMode.xml:
 
108
        * SyntaxModes/VBNetSyntaxMode.xml:
 
109
        * SyntaxModes/PythonSyntaxMode.xml:
 
110
        * SyntaxModes/CSharpSyntaxMode.xml:
 
111
        * SyntaxModes/JavascriptSyntaxMode.xml: Corrected escape
 
112
          strings.
 
113
 
 
114
2009-02-22  Mike Krüger  <mkrueger@novell.com>
 
115
 
 
116
        * Mono.TextEditor.Highlighting/SyntaxMode.cs:
 
117
        * Mono.TextEditor.Highlighting/SyntaxModeService.cs: fixed
 
118
          "Bug 478459 - Syntax highlighting broken with tripple-quote
 
119
          literal strings".
 
120
 
 
121
2009-02-20  Michael Hutchinson  <mhutchinson@novell.com>
 
122
 
 
123
        * Mono.TextEditor/TextEditor.cs: Fix crash on documents with
 
124
          only one line. Also fix scrollable width when the last line
 
125
          is the longest line, e.g. when there is only one line.
 
126
 
 
127
2009-02-20  Mike Krüger  <mkrueger@novell.com>
 
128
 
 
129
        * Mono.TextEditor/TextEditor.cs:
 
130
        * Mono.TextEditor/ITooltipProvider.cs: Tooltip proviters now
 
131
          get informed about the modifier state.
 
132
 
 
133
2009-02-20  Mike Krüger  <mkrueger@novell.com>
 
134
 
 
135
        * Mono.TextEditor/TextEditor.cs:
 
136
        * Mono.TextEditor/LinkEventArgs.cs:
 
137
        * Mono.TextEditor/TextViewMargin.cs: Link events are now
 
138
          informed about the button and modifier state.
 
139
 
 
140
2009-02-20  Mike Krüger  <mkrueger@novell.com>
 
141
 
 
142
        * Mono.TextEditor/TextEditor.cs: fixed hruler width.
 
143
 
 
144
2009-02-20  Mike Krüger  <mkrueger@novell.com>
 
145
 
 
146
        * Mono.TextEditor/TextEditor.cs: removed debug message.
 
147
 
 
148
2009-02-20  Mike Krüger  <mkrueger@novell.com>
 
149
 
 
150
        * Mono.TextEditor/TextEditor.cs: fixed horizontal adjustment
 
151
          behavior.
 
152
 
 
153
2009-02-19  Mike Krüger  <mkrueger@novell.com>
 
154
 
 
155
        * Mono.TextEditor/TextViewMargin.cs: Fixed a bug where clip
 
156
          rectangles are not set on first draw (text may have been
 
157
          drawn over the line number margin at first draw for
 
158
          example).
 
159
 
 
160
2009-02-18  Mike Krüger  <mkrueger@novell.com>
 
161
 
 
162
        * Mono.TextEditor/TextEditor.cs: removed gtk keyboard snooper.
 
163
 
 
164
2009-02-18  Mike Krüger  <mkrueger@novell.com>
 
165
 
 
166
        * Mono.TextEditor/TextEditor.cs: Used MergeUndoOperations for
 
167
          drag&drop move operation.
 
168
 
 
169
        * Mono.TextEditor/Document.cs: Added MergeUndoOperations for
 
170
          another way to merge undo operations.
 
171
 
 
172
2009-02-18  Mike Krüger  <mkrueger@novell.com>
 
173
 
 
174
        * Mono.TextEditor/TextEditor.cs: Only handle the control keys
 
175
          in the snooper func.
 
176
 
 
177
2009-02-18  Mike Krüger  <mkrueger@novell.com>
 
178
 
 
179
        * Mono.TextEditor/TextEditor.cs: fixed key snooper id.
 
180
 
 
181
2009-02-18  Mike Krüger  <mkrueger@novell.com>
 
182
 
 
183
        * Mono.TextEditor/TextEditor.cs:
 
184
        * Mono.TextEditor/TextViewMargin.cs: fixed "Bug 445395 -
 
185
          drag/drop text in editor".
 
186
 
 
187
2009-02-17  Michael Hutchinson  <mhutchinson@novell.com>
 
188
 
 
189
        * Mono.TextEditor.csproj: Flush.
 
190
 
 
191
        * Mono.TextEditor/TextEditor.cs: Include the key & state in
 
192
          OnIMProcessedKeyPressEvent calls if possible, i.e. if the
 
193
          char matches the unprocessed one, since the IMMultiContext
 
194
          captures a lot of the character keystrokes.
 
195
 
 
196
2009-02-17  Michael Hutchinson  <mhutchinson@novell.com>
 
197
 
 
198
        * Mono.TextEditor/EditMode.cs:
 
199
        * Mono.TextEditor/TextEditor.cs: Handle UTF32 code points from
 
200
          IMContext. Don't pass most recent keypress through with
 
201
          IMContext multi-press commits, so that it doesn't append the
 
202
          space/enter that was used to terminate the multi-press
 
203
          input.
 
204
 
 
205
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
206
 
 
207
        * Mono.TextEditor/TextEditor.cs: enabled the preview editor
 
208
          string.
 
209
 
 
210
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
211
 
 
212
        * Makefile.am:
 
213
        * Mono.TextEditor.csproj:
 
214
        * Mono.TextEditor/TextEditor.cs:
 
215
        * Mono.TextEditor/TextViewMargin.cs:
 
216
        * Mono.TextEditor/SimpleEditMode.cs:
 
217
        * Mono.TextEditor/DefaultEditActions.cs:
 
218
        * Mono.TextEditor/UnicodePreviewEditMode.cs: Made the preview
 
219
          string more general (input method now handles it).
 
220
 
 
221
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
222
 
 
223
        * Makefile.am:
 
224
        * Mono.TextEditor.csproj:
 
225
        * Mono.TextEditor/EditMode.cs:
 
226
        * Mono.TextEditor/TextEditor.cs:
 
227
        * Mono.TextEditor/SimpleEditMode.cs:
 
228
        * Mono.TextEditor/TextEditorData.cs:
 
229
        * Mono.TextEditor/DefaultEditActions.cs:
 
230
        * Mono.TextEditor/UnicodePreviewEditMode.cs: Worked on unicode
 
231
          preview (but disabled it).
 
232
 
 
233
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
234
 
 
235
        * Mono.TextEditor/TextViewMargin.cs: Fixed text editor line
 
236
          marker bug.
 
237
 
 
238
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
239
 
 
240
        * Mono.TextEditor/TextViewMargin.cs: Changed GetPixel method.
 
241
 
 
242
2009-02-17  Mike Krüger  <mkrueger@novell.com>
 
243
 
 
244
        * Mono.TextEditor.Highlighting/Style.cs: Changed color styles
 
245
          a bit.
 
246
 
 
247
2008-02-13  Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>
 
248
 
 
249
        * Mono.TextEditor/ISearchEngine.cs: Fix crash on empty search.
 
250
 
 
251
2009-02-13  Mike Krüger  <mkrueger@novell.com>
 
252
 
 
253
        * Mono.TextEditor/TextEditor.cs: Handle system style changes.
 
254
 
 
255
2009-02-13  Mike Krüger  <mkrueger@novell.com>
 
256
 
 
257
        * Mono.TextEditor/TextViewMargin.cs: Fixed drawing issue with
 
258
          current line marker in color styles & syntax modes that
 
259
          define the same bg color than the default one for keywords.
 
260
 
 
261
2009-02-12  Michael Hutchinson  <mhutchinson@novell.com>
 
262
 
 
263
        * Mono.TextEditor/GutterMargin.cs:
 
264
        * Mono.TextEditor/TextViewMargin.cs: Dispose Gdk cursors, else
 
265
          finalisers destroy them outside of the GUI thread and often
 
266
          crash MD due to X asserts resulting in _XCBUnlockDisplay
 
267
          errors.
 
268
 
 
269
2009-02-12  Mike Krüger  <mkrueger@novell.com>
 
270
 
 
271
        * Mono.TextEditor/TextViewMargin.cs: Worked on
 
272
          ColumnToVisualX.
 
273
 
 
274
2009-02-11  Mike Krüger  <mkrueger@novell.com>
 
275
 
 
276
        * Mono.TextEditor/TextViewMargin.cs: fixed "Bug 474600 -
 
277
          Completion window's trigger position is wrong at start and
 
278
          end of line".
 
279
 
 
280
2009-02-09  Mike Krüger  <mkrueger@novell.com>
 
281
 
 
282
        * Mono.TextEditor/IconMargin.cs:
 
283
        * Mono.TextEditor/LineSegment.cs:
 
284
        * Mono.TextEditor/TextViewMargin.cs: LineSegment.Markers is
 
285
          now always != null. Removing all unneccessary null checks.
 
286
 
 
287
2009-02-09  Mike Krüger  <mkrueger@novell.com>
 
288
 
 
289
        * Mono.TextEditor/TextMarker.cs: fixed style text marker.
 
290
 
 
291
2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>
 
292
 
 
293
        * Mono.TextEditor.csproj: Don't treat warning as errors,
 
294
          because csc still outputs warnings for this project.
 
295
 
 
296
2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>
 
297
 
 
298
        * gtk-gui/gui.stetic:
 
299
        * Mono.TextEditor.csproj: Fix GTK# version.
 
300
 
 
301
2009-02-06  Mike Krüger  <mkrueger@novell.com>
 
302
 
 
303
        * Mono.TextEditor.Highlighting/Style.cs:
 
304
        * Mono.TextEditor.Highlighting/ChunkStyle.cs: fixed "Bug
 
305
          473258 - Current line highlight not correctly drawn".
 
306
 
 
307
2009-02-06  Mike Krüger  <mkrueger@novell.com>
 
308
 
 
309
        * Mono.TextEditor.Highlighting/SyntaxModeService.cs: validate
 
310
          now gives back an result.
 
311
 
 
312
2009-02-06  Mike Krüger  <mkrueger@novell.com>
 
313
 
 
314
        * Mono.TextEditor/TextViewMargin.cs:
 
315
        * Mono.TextEditor.Highlighting/ChunkStyle.cs:
 
316
        * Mono.TextEditor.Highlighting/MarkupSyntaxMode.cs: Fixed link
 
317
          feature.
 
318
 
 
319
2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>
 
320
 
 
321
        * Mono.TextEditor.mds:
 
322
        * Mono.TextEditor.mdp:
 
323
        * Mono.TextEditor.csproj: Migrated to MSBuild file format.
 
324
 
 
325
2009-02-05  Michael Hutchinson  <mhutchinson@novell.com>
 
326
 
 
327
        * Mono.TextEditor.Vi/ViMode.cs: Add a hook for subclasses to
 
328
          add insert actions.
 
329
 
 
330
2009-02-05  Mike Krüger  <mkrueger@novell.com>
 
331
 
 
332
        * Mono.TextEditor.mdp: 
 
333
 
 
334
        * Mono.TextEditor/Document.cs:
 
335
        * Mono.TextEditor/EditMode.cs:
 
336
        * Mono.TextEditor.Vi/ViMode.cs:
 
337
        * Mono.TextEditor/TextEditor.cs:
 
338
        * Mono.TextEditor.Vi/ViActions.cs:
 
339
        * Mono.TextEditor/DeleteActions.cs:
 
340
        * Mono.TextEditor/ISearchEngine.cs:
 
341
        * Mono.TextEditor/TextEditorData.cs:
 
342
        * Mono.TextEditor/ClipboardActions.cs:
 
343
        * Mono.TextEditor/ReplaceEventArgs.cs:
 
344
        * Mono.TextEditor/DefaultEditActions.cs: fixed "Bug 472714 -
 
345
          MonoDevelop automatic indentation does not follow "Convert
 
346
          tabs to spaces" option".
 
347
 
1
348
2009-02-04  Michael Hutchinson  <mhutchinson@novell.com>
2
349
 
3
350
        * Mono.TextEditor/TextViewMargin.cs: Remove debug code.
4
351
 
 
352
2009-02-04  Michael Hutchinson  <mhutchinson@novell.com>
 
353
 
 
354
        * Mono.TextEditor.Vi/ViMode.cs: When the selection changes
 
355
          externally and there's no selection, only reset the state if
 
356
          the current state is Visual.
 
357
 
 
358
2009-02-04  Mike Krüger  <mkrueger@novell.com>
 
359
 
 
360
        * Mono.TextEditor/TextViewMargin.cs: Worked on visual ->
 
361
          document translation.
 
362
 
 
363
2009-02-03  Michael Hutchinson  <mhutchinson@novell.com>
 
364
 
 
365
        * Mono.TextEditor.Highlighting/Style.cs:
 
366
        * Mono.TextEditor.Highlighting/DefaultStyle.cs:
 
367
        * Mono.TextEditor.Highlighting/SyntaxModeService.cs:
 
368
          Implement namespace-like fallbacks for colours and chunk
 
369
          styles.
 
370
 
5
371
2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>
6
372
 
7
373
        * Makefile.am: