Peter Jakubčo

Results 46 issues of Peter Jakubčo

Hi, I wanted to resize font of the text area on a CTRL+{mouse wheel}. Important part is to **show a tooltip** with the zoom percent on a fixed location (or...

## Expected behavior Maybe this is possible somehow, but I haven't find this anywhere. I'm relatively new to Sedona and Geo-processing. I'd like to see a possibility to save and...

When using Gradle 5.4.1, and the `build.gradle` file is e.g.: ``` plugins { id 'com.linkedin.gradle.hadoop.HadoopPlugin' version '0.13.3' } ... ``` I get the following exception: ``` org.gradle.api.ProjectConfigurationException: A problem occurred...

ZX Spectrum48K basic info: https://worldofspectrum.org/faq/reference/48kreference.htm ZX Spectrum tests: - https://github.com/raxoft/z80test - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/timing_tests-48k_v1.0.tzx - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/timing_tests-128k_v1.0.z80 - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/softspectrum_48_2019-03-08_21-29-34.mp4 - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/fusetest.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/floatspy.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/minfo.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/btime.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/stime.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/ulatest3.tap - https://softspectrum48.weebly.com/uploads/6/6/7/5/66753101/ptime.tap...

feature

All toolbar icons (or other standard icons) should be using constants from UIManager instead of keeping icons in resources, e.g.: ``` btnBrowse.setIcon(UIManager.getIcon("Tree.openIcon")); ``` Then, emuStudio will set these icons globally:...

feature

Call flow should have some dynamically extensible (or fixed) cache independent on memory size. emuStudio should not depend on 1 memory size - many computers have more than one memory,...

feature

Coming from https://github.com/emustudio/emuLib/issues/78 . Source code editor - On all edits, it must check if that column/line contains meta-information in memory, if yes, invalidate. - After compilation, it is responsible...

feature

Seems like MigLayout is the best layout manager for swing - simple to write and very powerful.

feature

Here's the documentation: https://vt100.net/docs/vt100-ug/chapter3.html

feature
altair8080
plugins