~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to backend/wbprivate/sqlide/query_side_palette.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  void show_help_text_for_topic(const std::string &topic);
71
71
  grt::StringRef get_help_text_threaded(grt::GRT *);
72
72
  void update_help_ui();
 
73
  void show_help_hint_or_update();
73
74
 
74
75
  bool find_context_help(Sql_editor *editor);
75
76
  grt::StringRef get_help_topic_threaded(grt::GRT *, const std::string &query, std::pair<int, int> caret);
76
77
  void process_help_topic(const std::string &topic);
77
 
  bool update_help_history(const std::string &topic);
 
78
  void update_help_history(const std::string &topic);
78
79
 
79
80
  void click_link(const std::string &link);
80
81
  mforms::ToolBar* prepare_snippet_toolbar();