All Projects → merrickp → Jumpmarks

merrickp / Jumpmarks

Xcode plugin for numbered bookmarks

Projects that are alternatives of or similar to Jumpmarks

Simple Stack
[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
Stars: ✭ 1,012 (+1586.67%)
Mutual labels:  navigation
Flowzard
Isolates navigation from UI and Business logic with simple wizard like mechanism.
Stars: ✭ 49 (-18.33%)
Mutual labels:  navigation
React Cube Navigation
3d cube style navigation pattern, like that found in Instagram Stories
Stars: ✭ 59 (-1.67%)
Mutual labels:  navigation
I18nplugin
Intellij idea i18next support plugin
Stars: ✭ 43 (-28.33%)
Mutual labels:  navigation
Intellij Cucumber Scala
Enables navigation between cucumber feature steps and glue code using cucumber-scala DSL.
Stars: ✭ 48 (-20%)
Mutual labels:  navigation
Mvvmrecurve
MVVM框架, 这个架构支持RestFul风格的Api和GraphQL,你可以根据自身需求添加recurve-retrofit2-support库(RestFul)或recurve-apollo-support库(GraphQL)实现相应的支持。 该架构同时使用纯Kotlin开发,但是你也可以在Java中使用它。
Stars: ✭ 51 (-15%)
Mutual labels:  navigation
Tensor field nav
Autonomous mapping based on time-varying tensor fields
Stars: ✭ 41 (-31.67%)
Mutual labels:  navigation
Mogu
一个简约的php书签网址导航
Stars: ✭ 60 (+0%)
Mutual labels:  navigation
Sesame
Android architecture components made right
Stars: ✭ 48 (-20%)
Mutual labels:  navigation
Lenav
一个简便的公司内部网址导航站,省去到处找服务地址烦恼......
Stars: ✭ 58 (-3.33%)
Mutual labels:  navigation
Gitdiff9
Highlights lint, deltas and recent changes against git repo in Xcode 9
Stars: ✭ 43 (-28.33%)
Mutual labels:  xcode-plugin
Kshobjcuml
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
Stars: ✭ 1,039 (+1631.67%)
Mutual labels:  xcode-plugin
Bookmarklet Maker
Tool to create bookmarklet/ javascript apps to automate the web browser.
Stars: ✭ 52 (-13.33%)
Mutual labels:  navigation
React Responsive Navbar
Nothing crazy, nothing flashy, just a simple, flexible & completely customisable responsive navigation bar component.
Stars: ✭ 42 (-30%)
Mutual labels:  navigation
Dyci Main
Dynamic Code Injection Tool for Objective-C
Stars: ✭ 1,103 (+1738.33%)
Mutual labels:  xcode-plugin
Material Bottom Nav
A bottom navigation bar adhering to the Material Design specification.
Stars: ✭ 41 (-31.67%)
Mutual labels:  navigation
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-18.33%)
Mutual labels:  navigation
Jetpackmvvm
🐔🏀一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目
Stars: ✭ 1,100 (+1733.33%)
Mutual labels:  navigation
Airr React
Animated views navigation and more for your Desktop and Mobile ReactJS app
Stars: ✭ 59 (-1.67%)
Mutual labels:  navigation
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-10%)
Mutual labels:  xcode-plugin

logo

Build Status

Overview

JumpMarks is an Xcode plugin to navigate your project files by numbered bookmarks. When developing applications, it is often not enough to be able to jump between just two places in our code by navigating forward and backward in history. There may be logical components that we jump around perhaps between model, view, and controller (or view model). When refactoring, we may jump around to different files in our project to compare the old and new blocks of code. Before a code review, we may set all of the locations that we want reviewed in the IDE.

Whatever the need is to navigate your code efficiently, JumpMarks allows you to set numbered bookmarks (0-9) to jump around these points in your code. Simply type Shift + Option + [0-9] to set a mark at the currently selected line in your open file editor, and then type Option + [0-9] to jump back to that mark later.

In order to use this plugin in Xcode 8 and above, you must unsign the Xcode.

Installation

Install by either:

1. Use Alcatraz (Easy Mode)

or

2. Build from Source (Manual Labor)

  • Build the Xcode project. The plugin will be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.
  • Restart Xcode.

To uninstall, remove the plugin file JumpMarks.xcplugin from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins and restart Xcode.

Usage

Toggling JumpMarks:

Toggle by typing Shift + Option + [0-7] toggle_navigation

Go to specific JumpMark:

Jump directly to numbered mark by typing Option + [0-7] jump_navigation

Go to next/previous JumpMark:

Jump to next/prev set mark by typing Option + ] or Option + [, respectively next_navigation

Other options can be found in the JumpMarks submenu added in the Editor menu in the menu bar.

Marks will be persisted in a plist file named ${USER}.jumpmarks in the project's xcuserdata.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].