Git Product home page Git Product logo

zealsearch's Introduction

ZealSearch

About

ZealSearch is the Zeal integration plugin for KTextEditor-based editors(Kate, KWrite, KDevelop, Kile, etc).

Features

  • Search selected text in Zeal
  • Configurable tying up docset filters to file extensions

How to install?

Installation process described for Ubuntu 14.04. Required package names and package manager may vary depending of your distro.

Run this command to install a packages required for building the plugin

sudo apt-get install git cmake build-essential kdelibs5-dev

###Run this commands to clone this repo in /tmp, build and install the plugin You need to change -DCMAKE_INSTALL_PREFIX:PATH parameter value from /usr to value suitable for your distro before running the commands listed below. Ubuntu users can leave this value as is.

mkdir /tmp/ZealSearch
cd /tmp/ZealSearch
git clone https://github.com/g3ar/ZealSearch.git
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release ../ZealSearch
make

Run this for installing the plugin if build completes successfull.

sudo make install

Configuration tips

Start Kate after installing. Go to Settings -> Configure Kate -> Editor Components -> Extensions. Enable ZealSearch. Click configuration button. Here you can change path to zeal binary and tie docset filters to file extensions. Click Defaults button to see example. You can find more info about zeal docset filters at zeal usage page.

You can go to Settings -> Configure Shortcuts scroll down to ZealSearch and bind it to a key.

Bugs

Developed and tested on Kubuntu 14.04. Still can be buggy. Use github issue tracker to report bugs.

Have a nice day:)

zealsearch's People

Contributors

g3ar avatar

Stargazers

Victor Cavalcanti avatar Vera Rei avatar Jens Dieskau avatar José Paulo avatar Ivan D Vasin avatar Jacky Alciné avatar  avatar James Edward Lewis II avatar zmiimz avatar Philipp A. avatar

Watchers

James Cloos avatar  avatar

Forkers

rjvb

zealsearch's Issues

This needs updating to the latest kde versions (Kate 17.12.2/kdevelop 5.1.2)

This needs updating to Kate 17.12.2/kdevelop 5.1.2 on kde 5.12
After the plugin installation was completed, the plugin did not appear in Settings -> Configure Kate -> Editor Components -> Extensions

[ 0%] Built target ktexteditor_zealsearch_automoc
[100%] Built target ktexteditor_zealsearch
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/lib64/kde4/ktexteditor_zealsearch.so
-- Up-to-date: /usr/share/kde4/apps/ktexteditor_zealsearch/zealsearchui.rc
-- Up-to-date: /usr/share/kde4/services/ktexteditor_zealsearch.desktop
-- Up-to-date: /usr/share/kde4/services/ktexteditor_zealsearch_config.desktop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.