@@ -104,48 +104,56 @@ Changelog
104104
1051051.1:
106106***********
107- - New: add the following new modes:
107+
108+ * **New **: add the following new modes:
109+
108110 - pyqode.python.PyAutoCompleteMode
111+
109112 - pyqode.python.CommentsMode
110- - pyqode.python.DocumentAnalyserMode
113+
114+ - pyqode.python.DocumentAnalyserModeµ
115+
111116 - pyqode.python.GoToAssignmentsMode
112117
113- - New: add the following new panels:
118+ * **New **: add the following new panels:
119+
114120 - pyqode.python.QuickDocPanel
121+
115122 - pyqode.python.SymbolBrowserPanel
116123
117- - New: CodeCompletion: provides method to interact with the subprocess interpreter
124+ * ** New ** : CodeCompletion: provides method to interact with the subprocess interpreter
118125
119- - New: Add CodeCompletion preload hooks
126+ * ** New ** : Add CodeCompletion preload hooks
120127
121- - New: Add pyqode.python.Boostrapper class to help start the code completion with a list of modules to preload + example with a splash screen.
128+ * ** New ** : Add pyqode.python.Boostrapper class to help start the code completion with a list of modules to preload + example with a splash screen.
122129
123- - Fix: Disable actions which depends on preload
130+ * ** Fix ** : Disable actions which depends on preload
124131
125- - Fix: Disable code completion in commente and strings
132+ * ** Fix ** : Disable code completion in commente and strings
126133
127- - Fix: Better highlighting in docstrings (highlighting was lost when there was an ‘=’ in the docstring.
134+ * ** Fix ** : Better highlighting in docstrings (highlighting was lost when there was an ‘=’ in the docstring.
128135
1291361.0:
130137***********
138+
131139 Final 1.0 release, add documentation
132140
1331411.0b3:
134142**********
135143
136- - fix syntax highlighting bugs with triple quoted string inside comment or
144+ * fix syntax highlighting bugs with triple quoted string inside comment or
137145 string literals
138146
139- - fix bugs with designer plugins
147+ * fix bugs with designer plugins
140148
141- - update code completion provider to use jedi 0.7
149+ * update code completion provider to use jedi 0.7
142150
143- - many other bug fixes
151+ * many other bug fixes
144152
1451531.0b2:
146154************
147155
148- - fix code completion icons path
156+ * fix code completion icons path
149157
1501581.0b:
151159************
0 commit comments