Index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | Z

A

actions() (pyqode.core.api.CodeEdit method)
active_editor (pyqode.core.widgets.TabWidget attribute)
add_action() (pyqode.core.api.CodeEdit method)
add_code_edit() (pyqode.core.widgets.TabWidget method)
add_marker() (pyqode.core.panels.MarkerPanel method)
add_marker_requested (pyqode.core.panels.MarkerPanel attribute)
add_menu() (pyqode.core.api.CodeEdit method)
add_message() (pyqode.core.widgets.ErrorsTable method)
add_messages() (pyqode.core.modes.CheckerMode method)
add_separator() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.TabWidget method)
add_tab() (pyqode.core.widgets.SplittableTabWidget method)
addAction() (pyqode.core.widgets.TabWidget method)
addTab() (pyqode.core.widgets.TabWidget method)
app_msg_color (pyqode.core.widgets.InteractiveConsole attribute)
append() (pyqode.core.managers.ModesManager method)
(pyqode.core.managers.PanelsManager method)
(pyqode.core.managers.TextDecorationsManager method)
apply_color_scheme() (pyqode.core.widgets.InteractiveConsole method)
auto_reload (pyqode.core.modes.FileWatcherMode attribute)
AutoCompleteMode (class in pyqode.core.modes)
AutoIndentMode (class in pyqode.core.modes)

B

backend (pyqode.core.api.CodeEdit attribute)
BackendManager (class in pyqode.core.managers)
background (pyqode.core.api.CodeEdit attribute)
(pyqode.core.api.ColorScheme attribute)
(pyqode.core.modes.CaretLineHighlighterMode attribute)
(pyqode.core.modes.OccurrencesHighlighterMode attribute)
(pyqode.core.panels.SearchAndReplacePanel attribute)
background_color (pyqode.core.widgets.InteractiveConsole attribute)
block (pyqode.core.modes.CheckerMessage attribute)
block_highlight_finished (pyqode.core.api.SyntaxHighlighter attribute)
block_highlight_started (pyqode.core.api.SyntaxHighlighter attribute)
blocks() (pyqode.core.api.FoldScope method)
BOTTOM (pyqode.core.api.Panel.Position attribute)

C

Cache (class in pyqode.core.cache)
cancel() (pyqode.core.panels.EncodingPanel method)
cancel_requested (pyqode.core.panels.EncodingPanel attribute)
cancel_requests() (pyqode.core.api.DelayJobRunner method), [1]
cancel_selection() (pyqode.core.panels.LineNumberPanel method)
CaretLineHighlighterMode (class in pyqode.core.modes)
case_sensitive (pyqode.core.modes.CodeCompletionMode attribute)
CaseConverterMode (class in pyqode.core.modes)
CheckerMessage (class in pyqode.core.modes)
CheckerMessages (class in pyqode.core.modes)
CheckerMode (class in pyqode.core.modes)
CheckerPanel (class in pyqode.core.panels)
child_regions() (pyqode.core.api.FoldScope method)
clean_trailing_whitespaces (pyqode.core.managers.FileManager attribute)
clear() (pyqode.core.cache.Cache method)
(pyqode.core.managers.ModesManager method)
(pyqode.core.managers.PanelsManager method)
(pyqode.core.managers.TextDecorationsManager method)
(pyqode.core.widgets.ErrorsTable method)
(pyqode.core.widgets.RecentFilesManager method)
clear_clicked (pyqode.core.widgets.PromptLineEdit attribute)
clear_markers() (pyqode.core.panels.MarkerPanel method)
clear_messages() (pyqode.core.modes.CheckerMode method)
clear_on_start (pyqode.core.widgets.InteractiveConsole attribute)
clear_recent_files() (pyqode.core.widgets.MenuRecentFiles method)
clear_requested (pyqode.core.widgets.MenuRecentFiles attribute)
clicked (pyqode.core.api.TextDecoration.Signals attribute)
clone() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.GenericCodeEdit method)
(pyqode.core.widgets.TextCodeEdit method)
clone_settings() (pyqode.core.api.Mode method)
(pyqode.core.api.SyntaxHighlighter method)
(pyqode.core.managers.FileManager method)
(pyqode.core.modes.CaretLineHighlighterMode method)
(pyqode.core.modes.CodeCompletionMode method)
(pyqode.core.modes.FileWatcherMode method)
(pyqode.core.modes.OccurrencesHighlighterMode method)
(pyqode.core.modes.RightMarginMode method)
(pyqode.core.modes.SymbolMatcherMode method)
(pyqode.core.panels.EncodingPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.SearchAndReplacePanel method)
close() (pyqode.core.api.CodeEdit method)
(pyqode.core.managers.FileManager method)
(pyqode.core.widgets.TabWidget method)
close_all() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
(pyqode.core.widgets.TabWidget method)
close_document() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
close_others() (pyqode.core.widgets.TabWidget method)
close_panel() (pyqode.core.panels.SearchAndReplacePanel method)
closeEvent() (pyqode.core.widgets.InteractiveConsole method)
(pyqode.core.widgets.SplittableCodeEditTabWidget method)
(pyqode.core.widgets.TabWidget method)
CodeCompletionMode (class in pyqode.core.modes)
CodeCompletionWorker (class in pyqode.core.backend)
CodeCompletionWorker.Provider (class in pyqode.core.backend)
CodeEdit (class in pyqode.core.api)
col (pyqode.core.modes.CheckerMessage attribute)
collapse_all() (pyqode.core.panels.FoldingPanel method)
collapse_all_triggered (pyqode.core.panels.FoldingPanel attribute)
collapsed (pyqode.core.api.FoldScope attribute)
color (pyqode.core.modes.CheckerMessage attribute)
(pyqode.core.modes.RightMarginMode attribute)
(pyqode.core.panels.EncodingPanel attribute)
color_scheme (pyqode.core.api.SyntaxHighlighter attribute)
COLORS (pyqode.core.modes.CheckerMessage attribute)
ColorScheme (class in pyqode.core.api)
complete() (pyqode.core.backend.CodeCompletionWorker.Provider method)
(pyqode.core.backend.DocumentWordsProvider method)
completion_prefix (pyqode.core.modes.CodeCompletionMode attribute)
connected (pyqode.core.managers.BackendManager attribute)
contains_cursor() (pyqode.core.api.TextDecoration method)
count() (pyqode.core.widgets.SplittableTabWidget method)
count_deletable_spaces() (pyqode.core.modes.IndenterMode method)
cpt_occurences (pyqode.core.panels.SearchAndReplacePanel attribute)
create_menu() (pyqode.core.modes.ExtendedSelectionMode method)
create_new_document() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
current_changed (pyqode.core.widgets.SplittableTabWidget attribute)
current_encoding (pyqode.core.widgets.EncodingsComboBox attribute)
(pyqode.core.widgets.EncodingsMenu attribute)
current_widget() (pyqode.core.widgets.SplittableTabWidget method)
custom_fold_region_background (pyqode.core.panels.FoldingPanel attribute)
custom_indicators_icons (pyqode.core.panels.FoldingPanel attribute)

D

DarculaStyle (class in pyqode.core.styles)
decorations (pyqode.core.api.CodeEdit attribute)
default_parser() (in module pyqode.core.backend)
delay (pyqode.core.modes.OccurrencesHighlighterMode attribute)
DelayJobRunner (class in pyqode.core.api), [1]
delete() (pyqode.core.api.CodeEdit method)
description (pyqode.core.api.Mode attribute)
(pyqode.core.modes.CheckerMessage attribute)
DESCRIPTION (pyqode.core.modes.PygmentsSH attribute)
description (pyqode.core.panels.Marker attribute)
detect_fold_level() (pyqode.core.api.FoldDetector method)
(pyqode.core.api.IndentFoldDetector method)
dirname (pyqode.core.managers.FileManager attribute)
dirty (pyqode.core.api.CodeEdit attribute)
dirty_changed (pyqode.core.api.CodeEdit attribute)
(pyqode.core.widgets.SplittableCodeEditTabWidget attribute)
(pyqode.core.widgets.TabWidget attribute)
DlgGotoLine (class in pyqode.core.dialogs)
DlgPreferredEncodingsEditor (class in pyqode.core.dialogs)
DlgUnsavedFiles (class in pyqode.core.dialogs)
do_symbols_matching() (pyqode.core.modes.SymbolMatcherMode method)
DocumentWordsProvider (class in pyqode.core.backend)
double_clicked (pyqode.core.widgets.TabBar attribute)
duplicate_line() (pyqode.core.api.CodeEdit method)

E

echo_worker() (in module pyqode.core.backend)
edit_encoding() (pyqode.core.dialogs.DlgPreferredEncodingsEditor class method)
editor (pyqode.core.api.FoldDetector attribute)
(pyqode.core.api.Manager attribute)
(pyqode.core.api.Mode attribute)
editors (pyqode.core.widgets.SplittableCodeEditTabWidget attribute)
enable_caret_line() (pyqode.core.panels.EncodingPanel method)
enabled (pyqode.core.api.Mode attribute)
encoding (pyqode.core.managers.FileManager attribute)
EncodingPanel (class in pyqode.core.panels)
EncodingsComboBox (class in pyqode.core.widgets)
EncodingsContextMenu (class in pyqode.core.widgets)
EncodingsMenu (class in pyqode.core.widgets)
ERROR (pyqode.core.modes.CheckerMessages attribute)
error_icon (pyqode.core.panels.CheckerPanel attribute)
ErrorsTable (class in pyqode.core.widgets)
eventFilter() (pyqode.core.panels.SearchAndReplacePanel method)
exit_code (pyqode.core.managers.BackendManager attribute)
expand_all() (pyqode.core.panels.FoldingPanel method)
expand_all_triggered (pyqode.core.panels.FoldingPanel attribute)
ExtendedSelectionMode (class in pyqode.core.modes)
extension (pyqode.core.managers.FileManager attribute)

F

fallback_editor (pyqode.core.widgets.SplittableCodeEditTabWidget attribute)
file (pyqode.core.api.CodeEdit attribute)
file_created (pyqode.core.widgets.FileSystemTreeView attribute)
file_deleted (pyqode.core.modes.FileWatcherMode attribute)
(pyqode.core.widgets.FileSystemTreeView attribute)
file_reloaded (pyqode.core.modes.FileWatcherMode attribute)
file_renamed (pyqode.core.widgets.FileSystemTreeView attribute)
fileInfo() (pyqode.core.widgets.FileSystemTreeView method)
FileManager (class in pyqode.core.managers)
filePath() (pyqode.core.widgets.FileSystemTreeView method)
FileSystemContextMenu (class in pyqode.core.widgets)
FileSystemTreeView (class in pyqode.core.widgets)
FileSystemTreeView.FilterProxyModel (class in pyqode.core.widgets)
FileWatcherMode (class in pyqode.core.modes)
filterAcceptsRow() (pyqode.core.widgets.FileSystemTreeView.FilterProxyModel method)
find_parent_scope() (pyqode.core.api.FoldScope static method)
(pyqode.core.panels.FoldingPanel static method)
focused_in (pyqode.core.api.CodeEdit attribute)
focusInEvent() (pyqode.core.api.CodeEdit method)
focusOutEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.panels.SearchAndReplacePanel method)
fold() (pyqode.core.api.FoldScope method)
fold_detector (pyqode.core.api.SyntaxHighlighter attribute)
FoldDetector (class in pyqode.core.api)
FoldingPanel (class in pyqode.core.panels)
FoldScope (class in pyqode.core.api)
font_name (pyqode.core.api.CodeEdit attribute)
font_size (pyqode.core.api.CodeEdit attribute)
foreground (pyqode.core.api.CodeEdit attribute)
(pyqode.core.modes.OccurrencesHighlighterMode attribute)
(pyqode.core.panels.EncodingPanel attribute)
(pyqode.core.panels.SearchAndReplacePanel attribute)
formats (pyqode.core.api.ColorScheme attribute)
(pyqode.core.api.SyntaxHighlighter attribute)

G

GenericCodeEdit (class in pyqode.core.widgets)
get() (pyqode.core.managers.ModesManager method)
(pyqode.core.managers.PanelsManager method)
get_context_menu() (pyqode.core.api.CodeEdit method)
get_cursor_position() (pyqode.core.cache.Cache method)
get_file_encoding() (pyqode.core.cache.Cache method)
get_fold_lvl() (pyqode.core.api.TextBlockHelper static method)
get_fold_trigger_state() (pyqode.core.api.TextBlockHelper static method)
get_line() (pyqode.core.dialogs.DlgGotoLine class method)
get_linux_file_explorer() (pyqode.core.widgets.FileSystemContextMenu method)
get_marker_height() (pyqode.core.panels.GlobalCheckerPanel method)
get_marker_size() (pyqode.core.panels.GlobalCheckerPanel method)
get_mimetype() (pyqode.core.managers.FileManager static method)
get_new_user_actions() (pyqode.core.widgets.FileSystemContextMenu method)
get_occurences() (pyqode.core.panels.SearchAndReplacePanel method)
get_preferred_encodings() (pyqode.core.dialogs.DlgPreferredEncodingsEditor method)
get_range() (pyqode.core.api.FoldScope method)
get_recent_files() (pyqode.core.widgets.RecentFilesManager method)
get_state() (pyqode.core.api.TextBlockHelper static method)
get_system_bck_color() (pyqode.core.panels.FoldingPanel static method)
get_value() (pyqode.core.widgets.RecentFilesManager method)
GlobalCheckerPanel (class in pyqode.core.panels)
goto_line() (pyqode.core.api.CodeEdit method)
guess_mimetype() (pyqode.core.widgets.SplittableCodeEditTabWidget method)

H

has_children() (pyqode.core.widgets.SplittableTabWidget method)
highlight (pyqode.core.api.ColorScheme attribute)
highlight_block() (pyqode.core.api.SyntaxHighlighter method)
(pyqode.core.modes.PygmentsSH method)
(pyqode.core.widgets.TextCodeEdit.TextSH method)
highlight_caret_scope (pyqode.core.panels.FoldingPanel attribute)
highlightBlock() (pyqode.core.api.SyntaxHighlighter method)

I

icon (pyqode.core.managers.FileManager attribute)
(pyqode.core.panels.Marker attribute)
icon_provider_klass (pyqode.core.widgets.SplittableCodeEditTabWidget attribute)
ICONS (pyqode.core.widgets.ErrorsTable attribute)
ignore_directories() (pyqode.core.widgets.FileSystemTreeView method)
ignore_extensions() (pyqode.core.widgets.FileSystemTreeView method)
ignored_directories (pyqode.core.widgets.FileSystemTreeView.FilterProxyModel attribute)
ignored_extensions (pyqode.core.widgets.FileSystemTreeView.FilterProxyModel attribute)
indent() (pyqode.core.api.CodeEdit method)
(pyqode.core.modes.IndenterMode method)
indent_requested (pyqode.core.api.CodeEdit attribute)
indent_selection() (pyqode.core.modes.IndenterMode method)
IndenterMode (class in pyqode.core.modes)
IndentFoldDetector (class in pyqode.core.api)
index_from_filename() (pyqode.core.widgets.TabWidget method)
INFO (pyqode.core.modes.CheckerMessages attribute)
info_icon (pyqode.core.panels.CheckerPanel attribute)
insert_action() (pyqode.core.api.CodeEdit method)
InteractiveConsole (class in pyqode.core.widgets)
is_fold_trigger() (pyqode.core.api.TextBlockHelper static method)
is_running (pyqode.core.widgets.InteractiveConsole attribute)
iterable() (pyqode.core.api.Panel.Position class method)

J

JsonServer (class in pyqode.core.backend)

K

key_pressed (pyqode.core.api.CodeEdit attribute)
key_released (pyqode.core.api.CodeEdit attribute)
keyPressEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.InteractiveConsole method)
keyReleaseEvent() (pyqode.core.api.CodeEdit method)

L

last_file() (pyqode.core.widgets.RecentFilesManager method)
LAST_PORT (pyqode.core.managers.BackendManager attribute)
LAST_PROCESS (pyqode.core.managers.BackendManager attribute)
last_tab_closed (pyqode.core.widgets.SplittableTabWidget attribute)
(pyqode.core.widgets.TabWidget attribute)
leaveEvent() (pyqode.core.panels.CheckerPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.LineNumberPanel method)
(pyqode.core.panels.MarkerPanel method)
LEFT (pyqode.core.api.Panel.Position attribute)
limit (pyqode.core.api.FoldDetector attribute)
line (pyqode.core.modes.CheckerMessage attribute)
line_number_area_width() (pyqode.core.panels.LineNumberPanel method)
LineNumberPanel (class in pyqode.core.panels)
link() (pyqode.core.api.CodeEdit method)

M

make_marker_icon (pyqode.core.panels.MarkerPanel attribute)
Manager (class in pyqode.core.api)
manager (pyqode.core.widgets.MenuRecentFiles attribute)
MAPPING (pyqode.core.modes.AutoCompleteMode attribute)
margin_size() (pyqode.core.managers.PanelsManager method)
Marker (class in pyqode.core.panels)
marker_for_line() (pyqode.core.panels.CheckerPanel method)
(pyqode.core.panels.MarkerPanel method)
MarkerPanel (class in pyqode.core.panels)
markers (pyqode.core.api.TextBlockUserData attribute)
match_background (pyqode.core.modes.SymbolMatcherMode attribute)
match_foreground (pyqode.core.modes.SymbolMatcherMode attribute)
max_recent_files (pyqode.core.widgets.RecentFilesManager attribute)
MenuRecentFiles (class in pyqode.core.widgets)
merge_outputs (pyqode.core.widgets.InteractiveConsole attribute)
messages (pyqode.core.api.TextBlockUserData attribute)
(pyqode.core.modes.CheckerMode attribute)
mimetype (pyqode.core.managers.FileManager attribute)
mimetypes (pyqode.core.api.CodeEdit attribute)
(pyqode.core.widgets.GenericCodeEdit attribute)
(pyqode.core.widgets.TextCodeEdit attribute)
Mode (class in pyqode.core.api)
modes (pyqode.core.api.CodeEdit attribute)
ModesManager (class in pyqode.core.managers)
mouse_double_clicked (pyqode.core.api.CodeEdit attribute)
mouse_moved (pyqode.core.api.CodeEdit attribute)
mouse_pressed (pyqode.core.api.CodeEdit attribute)
mouse_released (pyqode.core.api.CodeEdit attribute)
mouse_wheel_activated (pyqode.core.api.CodeEdit attribute)
mouseDoubleClickEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.TabBar method)
mouseMoveEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.panels.CheckerPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.LineNumberPanel method)
(pyqode.core.panels.MarkerPanel method)
mousePressEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.GlobalCheckerPanel method)
(pyqode.core.panels.LineNumberPanel method)
(pyqode.core.panels.MarkerPanel method)
(pyqode.core.widgets.TabBar method)
mouseReleaseEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.panels.LineNumberPanel method)
msg_activated (pyqode.core.widgets.ErrorsTable attribute)

N

name (pyqode.core.api.ColorScheme attribute)
(pyqode.core.api.Mode attribute)
(pyqode.core.managers.FileManager attribute)
native_look (pyqode.core.panels.FoldingPanel attribute)
new_text_set (pyqode.core.api.CodeEdit attribute)
NotConnected (class in pyqode.core.backend)
NotRunning (class in pyqode.core.backend)

O

OccurrencesHighlighterMode (class in pyqode.core.modes)
on_actionActionSearchAndReplace_triggered() (pyqode.core.panels.SearchAndReplacePanel method)
on_actionSearch_triggered() (pyqode.core.panels.SearchAndReplacePanel method)
on_install() (pyqode.core.api.Mode method)
(pyqode.core.api.Panel method)
(pyqode.core.api.SyntaxHighlighter method)
(pyqode.core.modes.CaretLineHighlighterMode method)
(pyqode.core.modes.CodeCompletionMode method)
(pyqode.core.modes.ExtendedSelectionMode method)
(pyqode.core.modes.PygmentsSH method)
(pyqode.core.panels.EncodingPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.SearchAndReplacePanel method)
on_open_failed() (pyqode.core.panels.EncodingPanel method)
on_state_changed() (pyqode.core.api.Mode method)
(pyqode.core.modes.AutoCompleteMode method)
(pyqode.core.modes.AutoIndentMode method)
(pyqode.core.modes.CaretLineHighlighterMode method)
(pyqode.core.modes.CaseConverterMode method)
(pyqode.core.modes.CheckerMode method)
(pyqode.core.modes.CodeCompletionMode method)
(pyqode.core.modes.ExtendedSelectionMode method)
(pyqode.core.modes.FileWatcherMode method)
(pyqode.core.modes.IndenterMode method)
(pyqode.core.modes.OccurrencesHighlighterMode method)
(pyqode.core.modes.PygmentsSH method)
(pyqode.core.modes.RightMarginMode method)
(pyqode.core.modes.SmartBackSpaceMode method)
(pyqode.core.modes.SymbolMatcherMode method)
(pyqode.core.modes.WordClickMode method)
(pyqode.core.modes.ZoomMode method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.SearchAndReplacePanel method)
on_toolButtonClose_clicked() (pyqode.core.panels.SearchAndReplacePanel method)
on_uninstall() (pyqode.core.api.Mode method)
(pyqode.core.modes.CodeCompletionMode method)
open() (pyqode.core.managers.FileManager method)
open_document() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
open_file() (pyqode.core.widgets.RecentFilesManager method)
open_requested (pyqode.core.widgets.MenuRecentFiles attribute)
opening (pyqode.core.managers.FileManager attribute)
order_in_zone (pyqode.core.api.Panel attribute)

P

painted (pyqode.core.api.CodeEdit attribute)
paintEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.api.Panel method)
(pyqode.core.panels.CheckerPanel method)
(pyqode.core.panels.EncodingPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.GlobalCheckerPanel method)
(pyqode.core.panels.LineNumberPanel method)
(pyqode.core.panels.MarkerPanel method)
(pyqode.core.widgets.PromptLineEdit method)
Panel (class in pyqode.core.api)
Panel.Position (class in pyqode.core.api)
panels (pyqode.core.api.CodeEdit attribute)
panels_for_zone() (pyqode.core.managers.PanelsManager method)
PanelsManager (class in pyqode.core.managers)
parent() (pyqode.core.api.FoldScope method)
path (pyqode.core.managers.FileManager attribute)
perform_extended_selection() (pyqode.core.modes.ExtendedSelectionMode method)
perform_line_selection() (pyqode.core.modes.ExtendedSelectionMode method)
perform_matched_selection() (pyqode.core.modes.ExtendedSelectionMode method)
perform_word_selection() (pyqode.core.modes.ExtendedSelectionMode method)
pick_free_port() (pyqode.core.managers.BackendManager static method)
position (pyqode.core.api.Panel attribute)
(pyqode.core.modes.RightMarginMode attribute)
(pyqode.core.panels.Marker attribute)
post_key_pressed (pyqode.core.api.CodeEdit attribute)
preferred_encodings (pyqode.core.cache.Cache attribute)
process_block() (pyqode.core.api.FoldDetector method)
process_finished (pyqode.core.widgets.InteractiveConsole attribute)
prompt_text (pyqode.core.widgets.PromptLineEdit attribute)
PromptLineEdit (class in pyqode.core.widgets)
providers (pyqode.core.backend.CodeCompletionWorker attribute)
pygments_style (pyqode.core.modes.PygmentsSH attribute)
PygmentsSH (class in pyqode.core.modes)
pyqode.core (module)
pyqode.core.api (module)
pyqode.core.backend (module)
pyqode.core.cache (module)
pyqode.core.dialogs (module)
pyqode.core.managers (module)
pyqode.core.modes (module)
pyqode.core.panels (module)
pyqode.core.styles (module)
pyqode.core.tools (module)
pyqode.core.tools.console (module)
pyqode.core.widgets (module)

Q

QtStyle (class in pyqode.core.styles)
QUOTES_FORMATS (pyqode.core.modes.AutoCompleteMode attribute)

R

recent_files_actions (pyqode.core.widgets.MenuRecentFiles attribute)
RecentFilesManager (class in pyqode.core.widgets)
refresh() (pyqode.core.managers.PanelsManager method)
(pyqode.core.modes.CaretLineHighlighterMode method)
refresh_decorations() (pyqode.core.panels.FoldingPanel method)
refresh_editor() (pyqode.core.api.SyntaxHighlighter method)
register_code_edit() (pyqode.core.widgets.SplittableCodeEditTabWidget class method)
rehighlight() (pyqode.core.api.CodeEdit method)
(pyqode.core.api.SyntaxHighlighter method)
reload() (pyqode.core.managers.FileManager method)
reload_requested (pyqode.core.widgets.EncodingsMenu attribute)
remove() (pyqode.core.managers.ModesManager method)
(pyqode.core.managers.PanelsManager method)
(pyqode.core.managers.TextDecorationsManager method)
(pyqode.core.widgets.RecentFilesManager method)
remove_action() (pyqode.core.api.CodeEdit method)
remove_marker() (pyqode.core.panels.MarkerPanel method)
remove_marker_requested (pyqode.core.panels.MarkerPanel attribute)
remove_menu() (pyqode.core.api.CodeEdit method)
remove_message() (pyqode.core.modes.CheckerMode method)
removeTab() (pyqode.core.widgets.TabWidget method)
rename_document() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
replace() (pyqode.core.panels.SearchAndReplacePanel method)
replace_all() (pyqode.core.panels.SearchAndReplacePanel method)
replace_tabs_by_spaces (pyqode.core.managers.FileManager attribute)
request_analysis() (pyqode.core.modes.CheckerMode method)
request_completion() (pyqode.core.modes.CodeCompletionMode method)
request_job() (pyqode.core.api.DelayJobRunner method), [1]
request_search() (pyqode.core.panels.SearchAndReplacePanel method)
reset_zoom() (pyqode.core.api.CodeEdit method)
resize() (pyqode.core.managers.PanelsManager method)
resizeEvent() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.PromptLineEdit method)
restore_cursor (pyqode.core.managers.FileManager attribute)
RIGHT (pyqode.core.api.Panel.Position attribute)
RightMarginMode (class in pyqode.core.modes)
running (pyqode.core.managers.BackendManager attribute)

S

safe_save (pyqode.core.managers.FileManager attribute)
save() (pyqode.core.managers.FileManager method)
save_all() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
(pyqode.core.widgets.TabWidget method)
save_current() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
(pyqode.core.widgets.TabWidget method)
save_current_as() (pyqode.core.widgets.SplittableCodeEditTabWidget method)
save_on_focus_out (pyqode.core.api.CodeEdit attribute)
saving (pyqode.core.managers.FileManager attribute)
scope_level (pyqode.core.api.FoldScope attribute)
scrollable (pyqode.core.api.Panel attribute)
search_finished (pyqode.core.panels.SearchAndReplacePanel attribute)
SearchAndReplacePanel (class in pyqode.core.panels)
select_line() (pyqode.core.api.TextDecoration method)
select_next() (pyqode.core.panels.SearchAndReplacePanel method)
select_previous() (pyqode.core.panels.SearchAndReplacePanel method)
SELECTED_QUOTES_FORMATS (pyqode.core.modes.AutoCompleteMode attribute)
selection_background (pyqode.core.api.CodeEdit attribute)
selection_foreground (pyqode.core.api.CodeEdit attribute)
send_request() (pyqode.core.managers.BackendManager method)
separators (pyqode.core.backend.DocumentWordsProvider attribute)
serve_forever() (in module pyqode.core.backend)
set_as_bold() (pyqode.core.api.TextDecoration method)
set_as_error() (pyqode.core.api.TextDecoration method)
set_as_spell_check() (pyqode.core.api.TextDecoration method)
set_as_underlined() (pyqode.core.api.TextDecoration method)
set_as_warning() (pyqode.core.api.TextDecoration method)
set_background() (pyqode.core.api.TextDecoration method)
set_button_visible() (pyqode.core.widgets.PromptLineEdit method)
set_context_menu() (pyqode.core.widgets.FileSystemTreeView method)
set_cursor_position() (pyqode.core.cache.Cache method)
set_file_encoding() (pyqode.core.cache.Cache method)
set_fold_lvl() (pyqode.core.api.TextBlockHelper static method)
set_fold_trigger() (pyqode.core.api.TextBlockHelper static method)
set_fold_trigger_state() (pyqode.core.api.TextBlockHelper static method)
set_foreground() (pyqode.core.api.TextDecoration method)
set_full_width() (pyqode.core.api.TextDecoration method)
set_lexer_from_filename() (pyqode.core.modes.PygmentsSH method)
set_lexer_from_mime_type() (pyqode.core.modes.PygmentsSH method)
set_mime_type() (pyqode.core.modes.PygmentsSH method)
set_mouse_cursor() (pyqode.core.api.CodeEdit method)
set_outline() (pyqode.core.api.TextDecoration method)
set_root_path() (pyqode.core.widgets.FileSystemTreeView method)
(pyqode.core.widgets.FileSystemTreeView.FilterProxyModel method)
set_state() (pyqode.core.api.TextBlockHelper static method)
set_value() (pyqode.core.widgets.RecentFilesManager method)
set_writer() (pyqode.core.widgets.InteractiveConsole method)
setPlainText() (pyqode.core.api.CodeEdit method)
(pyqode.core.widgets.GenericCodeEdit method)
setVisible() (pyqode.core.api.Panel method)
SHARE_COUNT (pyqode.core.managers.BackendManager attribute)
show() (pyqode.core.panels.EncodingPanel method)
show_tooltip() (pyqode.core.api.CodeEdit method)
show_tooltips (pyqode.core.modes.CodeCompletionMode attribute)
show_whitespaces (pyqode.core.api.CodeEdit attribute)
showDetails() (pyqode.core.widgets.ErrorsTable method)
showEvent() (pyqode.core.api.CodeEdit method)
sizeHint() (pyqode.core.panels.CheckerPanel method)
(pyqode.core.panels.FoldingPanel method)
(pyqode.core.panels.GlobalCheckerPanel method)
(pyqode.core.panels.LineNumberPanel method)
(pyqode.core.panels.MarkerPanel method)
SmartBackSpaceMode (class in pyqode.core.modes)
split() (pyqode.core.api.CodeEdit method)
(pyqode.core.backend.DocumentWordsProvider static method)
(pyqode.core.widgets.SplittableTabWidget method)
SplittableCodeEditTabWidget (class in pyqode.core.widgets)
SplittableTabWidget (class in pyqode.core.widgets)
start() (pyqode.core.managers.BackendManager method)
start_process() (pyqode.core.widgets.InteractiveConsole method)
status (pyqode.core.modes.CheckerMessage attribute)
status_string (pyqode.core.modes.CheckerMessage attribute)
status_to_string() (pyqode.core.modes.CheckerMessage class method)
stderr_color (pyqode.core.widgets.InteractiveConsole attribute)
stdin_color (pyqode.core.widgets.InteractiveConsole attribute)
stdout_color (pyqode.core.widgets.InteractiveConsole attribute)
stop() (pyqode.core.managers.BackendManager method)
stop_process() (pyqode.core.widgets.InteractiveConsole method)
strip_control_characters() (pyqode.core.modes.CodeCompletionMode static method)
STYLESHEET (pyqode.core.panels.SearchAndReplacePanel attribute)
symbol_pos() (pyqode.core.modes.SymbolMatcherMode method)
SymbolMatcherMode (class in pyqode.core.modes)
SYMBOLS (pyqode.core.modes.SymbolMatcherMode attribute)
syntax_highlighter (pyqode.core.api.CodeEdit attribute)
SyntaxHighlighter (class in pyqode.core.api)

T

tab_closed (pyqode.core.widgets.TabWidget attribute)
tab_length (pyqode.core.api.CodeEdit attribute)
tab_widget_klass (pyqode.core.widgets.SplittableCodeEditTabWidget attribute)
(pyqode.core.widgets.SplittableTabWidget attribute)
TabBar (class in pyqode.core.widgets)
TabWidget (class in pyqode.core.widgets)
text() (pyqode.core.api.FoldScope method)
text_saved (pyqode.core.api.CodeEdit attribute)
text_saving (pyqode.core.api.CodeEdit attribute)
TextBlockHelper (class in pyqode.core.api)
TextBlockUserData (class in pyqode.core.api)
TextCodeEdit (class in pyqode.core.widgets)
TextCodeEdit.TextSH (class in pyqode.core.widgets)
TextDecoration (class in pyqode.core.api)
TextDecoration.Signals (class in pyqode.core.api)
TextDecorationsManager (class in pyqode.core.managers)
timer (pyqode.core.modes.OccurrencesHighlighterMode attribute)
to_lower() (pyqode.core.modes.CaseConverterMode method)
to_upper() (pyqode.core.modes.CaseConverterMode method)
toggle_fold_trigger() (pyqode.core.panels.FoldingPanel method)
TOP (pyqode.core.api.Panel.Position attribute)
tree_view (pyqode.core.widgets.FileSystemContextMenu attribute)
trigger_key (pyqode.core.modes.CodeCompletionMode attribute)
trigger_length (pyqode.core.modes.CodeCompletionMode attribute)
trigger_level (pyqode.core.api.FoldScope attribute)
trigger_state_changed (pyqode.core.panels.FoldingPanel attribute)
trigger_symbols (pyqode.core.modes.CodeCompletionMode attribute)

U

un_indent() (pyqode.core.api.CodeEdit method)
underlined (pyqode.core.modes.OccurrencesHighlighterMode attribute)
unfold() (pyqode.core.api.FoldScope method)
unindent() (pyqode.core.modes.IndenterMode method)
unindent_requested (pyqode.core.api.CodeEdit attribute)
unindent_selection() (pyqode.core.modes.IndenterMode method)
unmatch_background (pyqode.core.modes.SymbolMatcherMode attribute)
unmatch_foreground (pyqode.core.modes.SymbolMatcherMode attribute)
update_actions() (pyqode.core.widgets.MenuRecentFiles method)
updated (pyqode.core.widgets.RecentFilesManager attribute)
use_spaces_instead_of_tabs (pyqode.core.api.CodeEdit attribute)

V

visible_blocks (pyqode.core.api.CodeEdit attribute)

W

WARNING (pyqode.core.modes.CheckerMessages attribute)
warning_icon (pyqode.core.panels.CheckerPanel attribute)
wheelEvent() (pyqode.core.api.CodeEdit method)
whitespaces_foreground (pyqode.core.api.CodeEdit attribute)
widgets() (pyqode.core.widgets.SplittableTabWidget method)
word_clicked (pyqode.core.modes.WordClickMode attribute)
word_separators (pyqode.core.api.CodeEdit attribute)
WordClickMode (class in pyqode.core.modes)
words (pyqode.core.backend.DocumentWordsProvider attribute)
write() (pyqode.core.widgets.InteractiveConsole static method)

Z

zoom_in() (pyqode.core.api.CodeEdit method)
zoom_level (pyqode.core.api.CodeEdit attribute)
zoom_out() (pyqode.core.api.CodeEdit method)
ZoomMode (class in pyqode.core.modes)