WoofyIO / notepad-plus-plus

(unofficial) Notepad++ Clone for Windows Publishing
https://notepad-plus-plus.org/
Other
35 stars 7 forks source link

Function List Option Do Not List Functions In Current File #34

Open zilliu opened 6 years ago

zilliu commented 6 years ago

Description of the Issue

Function list option cannot list functions in the current file.

Steps to Reproduce the Issue

  1. Open a programming language file such as .c or .py with at least one function
  2. Click View->Function List

Expected Behavior

In the desktop version it would list all functions in the current file according to functionList.xml.

Actual Behavior

The function list windows shows up, but it fails to list functions.

Debug Information

Notepad++ v7.5.9 (64-bit) Build time : Oct 23 2018 - 22:14:15

jakevis commented 6 years ago

Thanks for the report @zilliu - I have a repo... but I cant work out what is creating the issue (and logging isn't showing anything). I hope to get to look at this issue a little more after #35 is in

jakevis commented 6 years ago

If anyone wants to chip in on this one ;) .. I fear this might be due to a windows Code Integrity policy enforcement… (nothing has changed in this portion of code)