|
Geany 2.0
|
Simple code navigation. More...
Functions | |
| gboolean | navqueue_goto_line (GeanyDocument *old_doc, GeanyDocument *new_doc, gint line) |
| Adds old file position and new file position to the navqueue, then goes to the new position. More... | |
Simple code navigation.
| gboolean navqueue_goto_line | ( | GeanyDocument * | old_doc, |
| GeanyDocument * | new_doc, | ||
| gint | line | ||
| ) |
Adds old file position and new file position to the navqueue, then goes to the new position.
| old_doc | The document of the previous position, if set as invalid (NULL) then no old position is set |
| new_doc | The document of the new position, must be valid. |
| line | the line number of the new position. It is counted with 1 as the first line, not 0. |
TRUE if the cursor has changed the position to line or FALSE otherwise.